Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@ttypic ttypic released this 01 Oct 09:33
· 26 commits to main since this release
9c04f31

What's Changed

The following features have been added in this release:

  • Protocol v4 support Added support for Chat protocol v4, enabling enhanced message handling. #161
  • Destructuring syntax Added destructuring syntax for subscription handling, providing more convenient API usage. #159
  • Custom JSON implementation Replaced Gson with custom JSON implementation to reduce dependencies #160

Breaking changes

This release includes several breaking changes:

  • Message structure has changed.
  • Replaced Gson with a custom JSON interface.
  • Presence Data must be a JsonObject.

For detailed migration instructions, please refer to the Upgrading Guide.