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

  • Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #200
  • Update Test & Publish job to use stable and oldstable Go version tags by @Zerpet in #202
  • Bump github.com/klauspost/compress from 1.16.3 to 1.16.4 by @dependabot in #201
  • Bump github.com/klauspost/compress from 1.16.4 to 1.16.5 by @dependabot in #204
  • Update action v3 by @Gsantomaggio in #206

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

  • Bump github.com/klauspost/compress from 1.16.0 to 1.16.3 by @dependabot in #197
  • Add initial-credits flag to perfTest by @maharifu in #199
  • Fix consumer performance bottleneck by @maharifu in #198

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

  • Prepare for 1.0.1 release by @lukebakken in #184
  • fix: environment by @greut in #176
  • Bump github.com/onsi/gomega from 1.20.0 to 1.20.2 by @dependabot in #163
  • Bump github.com/klauspost/compress from 1.15.9 to 1.15.10 by @dependabot in #164
  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #170
  • Bump github.com/onsi/gomega from 1.20.2 to 1.22.0 by @dependabot in #171
  • Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.4.0 by @dependabot in #174
  • Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #175
  • Bump github.com/klauspost/compress from 1.15.10 to 1.15.12 by @dependabot in #177
  • Bump github.com/onsi/gomega from 1.22.1 to 1.24.1 by @dependabot in #181

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

  • Refactor stream package by @Zerpet in #150
  • Bump github.com/klauspost/compress from 1.15.7 to 1.15.9 by @dependabot in #156
  • Bump github.com/onsi/gomega from 1.19.0 to 1.20.0 by @dependabot in #155

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

  • Bump github.com/klauspost/compress from 1.15.0 to 1.15.1 by @dependabot in #131
  • Bump github.com/onsi/gomega from 1.18.1 to 1.19.0 by @dependabot in #133
  • Bump github.com/klauspost/compress from 1.15.1 to 1.15.2 by @dependabot in #135
  • Expose query Offset to the Environment level by @Gsantomaggio in #136

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