-
Notifications
You must be signed in to change notification settings - Fork 748
Releases: socketio/socket.io-client-cpp
Releases · socketio/socket.io-client-cpp
3.1.0
@darrachequesne
darrachequesne
aba189c
This commit was signed with the committer’s verified signature.
The key has expired.
darrachequesne
Damien Arrachequesne
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
Assets 2
6 people reacted
2.1.0
@darrachequesne
darrachequesne
973eeaa
This commit was signed with the committer’s verified signature.
The key has expired.
darrachequesne
Damien Arrachequesne
Assets 2
3.0.0
@darrachequesne
darrachequesne
ec4d540
This commit was signed with the committer’s verified signature.
The key has expired.
darrachequesne
Damien Arrachequesne
This release adds support for Socket.IO v3 🎉
Features
- add support for Socket.IO v3 (ec4d540)
Diff: 2.0.0...3.0.0
Assets 2
1 person reacted
2.0.0
@darrachequesne
darrachequesne
b1216ee
This commit was signed with the committer’s verified signature.
The key has expired.
darrachequesne
Damien Arrachequesne
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
Assets 2
Release 1.6.1
Fixed some crash bugs. and now supports all json types.
Assets 2
1.5.0 Release
Changes:
- Breaking change for ack callback interface, replace the argument type
message::ptrwithmessage::list. -
get_double()forint_message
- merge PR#24
Assets 2
1.4.1 Release
Changes:
- Fix issue #20
excessively frequent reconnect attempts
Assets 2
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..
Assets 2
1.3.3 Release
- Fix issue #10
- Fix socket connect timeout handling.
- Fix Console demo compile in VS2012SP4
Assets 2
1.3.2 Release
- fix link error of sio::event accessors