Overview
This release adds Websockets support, using tokio-websocket
implementation.
Feature is behind a feature flag websockets
, enabled by default.
Breaking Changes
Added
- Add Websockets support by @Jarema in #1330
- Add ability to fetch stream subjects by @Jarema in #1329
- Add getter for Client request timeout by @Jarema in #1338
- Implement the "drain" feature for subscriptions and connections by @jsudano in #1332
Fixed
New Contributors
- @mnordstr made their first contribution in #1337
- @rexf made their first contribution in #1339
- @jsudano made their first contribution in #1332
Full Changelog: async-nats/v0.37.0...async-nats/v0.38.0
Thank you for all your contributions!