Skip to content

v0.8.0

Compare
Choose a tag to compare
@novabyte novabyte released this 01 Aug 13:43
· 165 commits to master since this release

Notable changes

Added

  • A paging cursor can now be serialized and restored.
  • New storage partial update feature.
  • New storage list feature.
  • A new Unity code example which shows how to dispatch actions on the main thread.
  • A session now exposes .ExpiresAt and .Handle from the token.

Changed

  • Add default builder for notification list and remove messages.
  • A group self list operation now return the user's membership state with each group.
  • A group leave operation now return a specific error code when the last admin attempts to leave.
  • The client interface now uses action delegates instead of event handlers to support a proxy pattern.