Skip to content

Commit 560683c

Browse files
committed
Update changelog
1 parent 5a993e5 commit 560683c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
116
v0.7.0
217
======
318
Migrated to newer Boost.Asio, CMake, and Catch.

0 commit comments

Comments
 (0)