Skip to content

Release v0.8.0

Compare
Choose a tag to compare
@ecorm ecorm released this 14 Jun 23:02
· 11 commits to master since this release
  • 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.