Skip to content

Releases: ecorm/cppwamp

Release v0.6.1

07 Jan 22:51
Compare
Choose a tag to compare

Bug fixes. See CHANGELOG.md for details.

Release v0.6.0

23 Dec 17:56
Compare
Choose a tag to compare

See CHANGELOG.md for details.

Release 0.5.3

26 Oct 20:57
Compare
Choose a tag to compare

Fixes and enhancements. See CHANGELOG.md for details.

More fixes

19 Jun 01:55
Compare
Choose a tag to compare
v0.5.2

Updated CHANGELOG for v5.0.2 release

Release 0.5.1

18 Jun 21:44
Compare
Choose a tag to compare

Minor fixes and enhancements.

Release v0.5.0

29 May 02:17
Compare
Choose a tag to compare

User-defined type support.

Release 0.4.0

17 May 19:00
Compare
Choose a tag to compare

Connection API improvements.

Release 0.3.1

17 May 18:58
Compare
Choose a tag to compare

Fixes and additional tests

Release 0.3.0

23 Apr 05:18
Compare
Choose a tag to compare
  • Library now depends on Boost 1.58, which now includes Boost.Endian.
  • Revamped subscriptions/registrations to more closely model Boost.Signals2 connection management.
  • RPC handlers are now required to return an Outcome object.
  • Statically-typed call/event handlers are now handled by "unpacker" wrappers.
  • Examples and tests now use raw socket handshaking.

See CHANGELOG.md for details.

Release 0.2.1

17 Apr 19:08
Compare
Choose a tag to compare

Patch release that fixes #47, #48, #49.