Skip to content

Releases: go-stomp/stomp

3.1.0

07 Mar 01:12
5179ed7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.6...v3.1.0

3.0.6

08 Feb 02:41
b7da9a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.5...v3.0.6

3.0.5

26 Mar 18:56
e752104
Compare
Choose a tag to compare

Fixes wrong id / ack header being sent

3.0.4

21 Mar 07:31
b48ba3c
Compare
Choose a tag to compare

Fixes:

3.0.3

19 Sep 03:26
fd49af8
Compare
Choose a tag to compare
  • Support for RabbitMQ reply-to

3.0.2

16 Jul 14:42
0f8a368
Compare
Choose a tag to compare
  • Add ability to customize logger for clients

3.0.1

09 May 14:33
cbc3d96
Compare
Choose a tag to compare
  • Removed extra allocations on message processing
  • Moved test run to GH actions

3.0.0

25 Mar 15:50
a70dd3d
Compare
Choose a tag to compare

BREAKING CHANGE: add module support on new import path

2.1.3

13 Mar 18:32
1509067
Compare
Choose a tag to compare

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

13 Jan 04:42
0036ca2
Compare
Choose a tag to compare

fix: heartbeat issue on readLoop