v7.0.0
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!