v2.0.0
What’s Changed
- Bump asyncio-mqtt from 0.9.0 to 0.9.1 (#49) by @dependabot
- Upgrade to GitHub-native Dependabot (#44) by @dependabot-preview
- Bump click from 7.1.2 to 8.0.0 (#48) by @dependabot-preview
- Bump pytest-mock from 3.6.0 to 3.6.1 (#47) by @dependabot-preview
- Bump pytest from 6.2.3 to 6.2.4 (#46) by @dependabot-preview
- Bump pytest-mock from 3.5.1 to 3.6.0 (#43) by @dependabot-preview
- Bump asyncio-mqtt from 0.8.1 to 0.9.0 (#45) by @dependabot-preview
- Bump orjson from 3.5.1 to 3.5.2 (#42) by @dependabot-preview
- Bump container-app-conf from 5.2.1 to 5.2.2 (#41) by @dependabot-preview
- Bump pytest from 6.2.2 to 6.2.3 (#38) by @dependabot-preview
- Bump prometheus-client from 0.9.0 to 0.10.1 (#40) by @dependabot-preview
🚀 Features and ✨ Enhancements
- Feature/#28 queue ws events between connections (#50) by @markusressel BREAKING
- Tests/asyncio (#37) by @markusressel
🐛 Bugfixes
- make api token optional (#53) by @markusressel
Migration
When migrating from 1.x.x to 2.0.0, clients have to provide a Client-ID
header when connecting.
Have a look at the README to see a websocat example.