Skip to content

Releases: alexkunde/tokio-stomp-2

0.3.0

28 Jun 13:23
be7b205
Compare
Choose a tag to compare

What's Changed

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

27 Jun 06:49
8bf0bdb
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/alexkunde/tokio-stomp-2/commits/0.2.0