Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

40 lines (18 loc) · 2.18 KB

2.1.0 (2021-10-12)

Bug Fixes

  • fix ASIO_STANDALONE release build trying to use boost::random (#301) (168ce9d)
  • fix LOG call syntax (#301) (c09221f)

Features

3.1.0 (2021-10-12)

Bug Fixes

  • lower the minimum CMake supported version (b196fa7)
  • handle closing sockets upon on_fail events (d1c73b7)
  • resolve client_impl::ping LOG call syntax in debug builds (e7de4eb)

Features

  • allow resource path to be set in connection URI (#134) (36a8cd4)
  • add support for logging configuration (1b42ce7)
  • support TLSv1.2 and newer (#321) (82d39a9)

3.0.0 (2021-01-09)

Features

  • add support for Socket.IO v3 (ec4d540)