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