Releases: go-stomp/stomp
Releases · go-stomp/stomp
3.0.0
BREAKING CHANGE: add module support on new import path
2.1.3
Features:
- Implement
flate.Reader
on stomp.Message
⚠️ IMPORTANT: Last release on V2 ⚠️
Module support is a breaking change, we're updating the import path to github.com/go-stomp/stomp/v3
no other breaking changes are introduced.
2.1.2
fix: heartbeat issue on readLoop
2.1.1
- fix: Increase readTimeout tolerance according to RFC
2.1.0
Prevent deadlocks on send channel
2.0.8
- fix: remove go.mod due to conflicts with pkg.go.dev
2.0.7
Merge pull request #84 from worg/feat/mod
chore: add go.mod
2.0.6
Backward compatible features:
- Customizable read and write buffer size
License Update
Merge pull request #73 from worg/feat/license
chore: remove nonstandard space
2.0.4 Bugfixes
- fix: support timeouts for sending messages