Skip to content

Commit a7f205c

Browse files
committed
More changelog updates
1 parent 560683c commit a7f205c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ Refactored WAMP message processing.
1212
- Perform move capture wherever possible
1313
- Perform automatic enum<->variant conversions while allowing
1414
custom conversion of specific enum types
15+
- Callbacks can now be registered for session state change events
16+
- Added caller-initiated timeout support
17+
- Support progressive call results for caller
18+
- Added authentication tutorial
19+
- Enriched authentication-related API to handle CRA and SCRAM
20+
(user must still compute cryto signatures using a 3rd party library)
21+
- Added example programs using the async API
22+
- Added more practical examples of scoped registrations/subscriptions in
23+
documentation
24+
- Added session logging tutorial
25+
- Added example of converting nested objects in documentation
26+
- Added session leave overloads that don't require a Reason
27+
1528

1629
v0.7.0
1730
======

0 commit comments

Comments
 (0)