Skip to content

Releases: socketio/socket.io-client-cpp

3.1.0

12 Oct 09:11
aba189c
Compare
Choose a tag to compare

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

12 Oct 09:11
973eeaa
Compare
Choose a tag to compare

Bug Fixes

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

Features

Diff: 2.0.0...2.1.0

3.0.0

09 Jan 01:41
ec4d540
Compare
Choose a tag to compare

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

09 Jan 01:38
b1216ee
Compare
Choose a tag to compare

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:

  • remove Boost dependency (af68bf3)
  • use standard install paths (d353647)

Diff: 1.6.1...2.0.0

Release 1.6.1

20 Sep 10:53
Compare
Choose a tag to compare

Fixed some crash bugs. and now supports all json types.

1.5.0 Release

15 Jun 14:21
Compare
Choose a tag to compare

Changes:

  • Breaking change for ack callback interface, replace the argument type message::ptr with message::list.
    • get_double() for int_message
  • merge PR#24

1.4.1 Release

03 Jun 01:34
Compare
Choose a tag to compare

Changes:

  • Fix issue #20 excessively frequent reconnect attempts

1.4.0 Release

22 May 16:53
Compare
Choose a tag to compare
  • Add 'tls' secured tunnel support.
    Install OpenSSL and re-make, you will find the static library libsioclient_tls.a

This is for secured communication only.

  • Bug fixing.
  • String message optimization using move constructor..

1.3.3 Release

06 May 16:24
Compare
Choose a tag to compare
  • Fix issue #10
  • Fix socket connect timeout handling.
  • Fix Console demo compile in VS2012SP4

1.3.2 Release

29 Apr 16:30
Compare
Choose a tag to compare
  • fix link error of sio::event accessors