Skip to content

Releases: go-stomp/stomp

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

2.1.1

07 Jan 17:23
9c81a64
Compare
Choose a tag to compare
  • fix: Increase readTimeout tolerance according to RFC

2.1.0

13 Dec 01:46
ca15f4f
Compare
Choose a tag to compare

Prevent deadlocks on send channel

2.0.8

27 Oct 15:19
a96d395
Compare
Choose a tag to compare
  • fix: remove go.mod due to conflicts with pkg.go.dev

2.0.7

27 Oct 00:44
934ad83
Compare
Choose a tag to compare
Merge pull request #84 from worg/feat/mod

chore: add go.mod

2.0.6

28 Apr 15:48
8baf124
Compare
Choose a tag to compare

Backward compatible features:

  • Customizable read and write buffer size

License Update

12 Feb 04:22
75e99cc
Compare
Choose a tag to compare
Merge pull request #73 from worg/feat/license

chore: remove nonstandard space

2.0.4 Bugfixes

28 Jan 04:41
123cce4
Compare
Choose a tag to compare
  • fix: support timeouts for sending messages

2.0.3 Bugfixes

20 May 13:10
564b578
Compare
Choose a tag to compare
Merge pull request #59 from asiragusa/fix-amq-heartbeat

Add HeatBeatGracePeriodMultiplier connection option