mirror of
https://github.com/socketio/socket.io-client-cpp.git
synced 2026-05-06 14:02:56 +00:00
1.4 KiB
1.4 KiB
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)