Releases: socketio/socket.io-client-cpp
Releases · socketio/socket.io-client-cpp
3.1.0
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)
Diff: 3.0.0...3.1.0
2.1.0
3.0.0
This release adds support for Socket.IO v3 🎉
Features
- add support for Socket.IO v3 (ec4d540)
Diff: 2.0.0...3.0.0
2.0.0
Please note that previous versions were already compatible with both Socket.IO v1 and v2. The major bump is due to the breaking changes below:
Diff: 1.6.1...2.0.0
Release 1.6.1
Fixed some crash bugs. and now supports all json types.
1.5.0 Release
Changes:
- Breaking change for ack callback interface, replace the argument type
message::ptr
withmessage::list
. -
get_double()
forint_message
- merge PR#24
1.4.1 Release
Changes:
- Fix issue #20
excessively frequent reconnect attempts
1.4.0 Release
- Add 'tls' secured tunnel support.
Install OpenSSL and re-make, you will find the static librarylibsioclient_tls.a
This is for secured communication only.
- Bug fixing.
- String message optimization using move constructor..
1.3.3 Release
- Fix issue #10
- Fix socket connect timeout handling.
- Fix Console demo compile in VS2012SP4
1.3.2 Release
- fix link error of sio::event accessors