Releases: alexkunde/tokio-stomp-2
Releases · alexkunde/tokio-stomp-2
0.3.0
What's Changed
- breaking: no auto-content-length by @alexkunde in #10
- fix: receive all headers by @alexkunde in #10
- code coverage by @alexkunde in #8
- only automerge dependabot by @alexkunde in #7
- Add tests by @alexkunde in #9
Breaking Changes
ActiveMQ required header "content-length" for any sent message was automatically calculated and set. Per STOMP2 documentation this header is suggested but not required. Therefore it has been removed from automatically being set for now.
Full Changelog: 0.2.0...v0.3.0
v0.2.0
What's Changed
- Various dep bumps and minor fixes by @snaggen in #1
- add heartbeat as per original tokio-stomp by @alexkunde in #4
New Contributors
- @snaggen made their first contribution in #1
- @alexkunde made their first contribution in #4
Full Changelog: https://github.com/alexkunde/tokio-stomp-2/commits/0.2.0