We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a993e5 commit 560683cCopy full SHA for 560683c
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+v0.7.1
2
+======
3
+Refactored WAMP message processing.
4
+
5
+- Payloads/options for Session commands are now directly stored in WampMessage
6
+- Added WampMessage subclasses responsible for marshalling message fields
7
+- Consolidate peer/session data objects to the same C++ module
8
+- Print WAMP message names in traces
9
+- Defunct HEARTBEAT message no longer recognized as valid
10
+- More selective inclusion of Msgpack-c headers
11
+- Add config for older Crossbar versions (for unit tests)
12
+- Perform move capture wherever possible
13
+- Perform automatic enum<->variant conversions while allowing
14
+ custom conversion of specific enum types
15
16
v0.7.0
17
======
18
Migrated to newer Boost.Asio, CMake, and Catch.
0 commit comments