- Add support for using alternate serializers. Also will default to
cborif available - Migrated to using poetry for releases
- Created Docker based container for testing
- Added ability to add provide alternate Wamp client classes. This makes it possible to
subclass
handle_jointo have explicit registrations and publications upon join
- New version numbering. While it's not breaking changes, as 2.3.XXXX can be less than 2.2023101 depending on how the compare is implemented, it's a major revision as it will start to use an alternate websockets library
- Uses websockets library rather than python-websocket by default
- Uses CBOR by default
- Added support for nexus-only functions
- OTP
- API Keys
- Rosters
- Changing the current WAMP user with new authentication keys
- Creating a new WAMP session with new keys
Unreleased version as there were no code changes but repo refactoring.
- Minimum python version now 3.8
- Moving to PDM for package management
- Moving to Docker Compose do separate out nexus container