Release v0.8.0
- Refactored WAMP message processing
- Consolidated peer/session data objects to the same C++ module
- WAMP message names are now printed in traces
- Automatic enum<->variant conversions now performed while allowing custom conversion of specific enum types
- Callbacks can now be registered for session state change events
- Caller-initiated timeout support
- Progressive call results for caller
- Enriched authentication-related API to handle CRA and SCRAM (user must still compute crypto signatures using a 3rd party library)
- Added session leave overloads that don't require a Reason
- Documentation improvements
See CHANGELOG.md for more changes.