Skip to content

v7.0.0

Compare
Choose a tag to compare
@KSDaemon KSDaemon released this 24 Dec 13:53
· 549 commits to dev since this release

The time has come! Into the New Year with the new version!

v7 is a major release I was working on for a couple of months.

What's new:

  • CBOR Serializer (based on cbor-x lib)
  • Payload Passthru Mode WAMP Advanced Profile feature
  • Cryptosign Authentication (via plugin)
  • New authorization options and flows in general
  • Transitioned to async/await API approach
  • Different errors across whole sources are now standardized and exported
  • MsgPack Serializer now is based on msgpackr lib
  • Allows to subscribe to the same topic URI but with different options so there will be a few server subscriptions and different handlers will be called

Also:

  • Updated all the docs to be in sync with the new API
  • Added v6 → v7 migration guide
  • Published a GitBook as a more convenient way to read the API documentation
  • More tests coverage
  • Some refactoring, improvements and optimizations. Thnx @lucasrmendonca for your contributions!