Skip to content

Releases: rabbitmq/rabbitmq-stream-go-client

v1.2.0

15 Jun 10:36
6143221
Compare
Choose a tag to compare

GitHub Milestone

Enhancements

Full Changelog: v1.1.2...v1.2.0

v1.1.2

26 Apr 11:57
4e22a3d
Compare
Choose a tag to compare

GitHub Milestone

Enhancements

Bug Fixes

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 Apr 14:43
e0cb3a1
Compare
Choose a tag to compare

GitHub Milestone

Enhancements

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Mar 15:45
c336cbb
Compare
Choose a tag to compare

GitHub Milestone

Enhancements

Bug Fix

Full Changelog: v1.0.2...v1.1.0

v1.0.2

16 Jan 10:08
5e4c548
Compare
Choose a tag to compare

GitHub Milestone

Enhancements

Full Changelog: v1.0.1...v1.0.2

v1.0.1

12 Dec 09:15
2a2352f
Compare
Choose a tag to compare

Promote the client to 1.0.1 stable version

GitHub Milestone

Enhancements

New Contributors

Full Changelog: v1.0.1-rc.2...v1.0.1

v1.0.1-rc.2

07 Aug 13:37
d331aec
Compare
Choose a tag to compare

Bug fix:

Enhancements

New Contributors

Full Changelog: v1.0.1-rc.1...v1.0.1-rc.2

v1.0.1-rc.1

09 Jun 17:11
ccf528f
Compare
Choose a tag to compare

Enhancements

  • Add Win32 build, update GH workflows by @lukebakken in #140
  • Bump github.com/klauspost/compress from 1.15.5 to 1.15.6 by @dependabot in #142
  • producer.GetLastPublishingId() in #145

In this release, we bump to v1.0.1-rc.1, so it is possible to use:

go get -u github.com/rabbitmq/rabbitmq-stream-go-client

Without specifying the version. It wasn't possible with the 1.0.0-x due to an old tag error

New Contributors

v1.0.0-rc.13

27 Apr 18:36
e36b5e1
Compare
Choose a tag to compare

Enhancements

Breaking changes

Full Changelog: v1.0.0-rc12...v1.0.0-rc.13

v1.0.0-rc12

11 Mar 10:58
fbfe1bd
Compare
Choose a tag to compare

Enanchments

Breaking changes

#129 removes the full visibility of *amqp.Message in writing.
This is because of compatibility problems. See #128