Releases: rabbitmq/rabbitmq-stream-go-client
Releases · rabbitmq/rabbitmq-stream-go-client
v1.1.0
Enhancements
- Implement stream stats by @Gsantomaggio in #196
- Bump github.com/klauspost/compress from 1.15.13 to 1.15.15 by @dependabot in #192
- Bump github.com/klauspost/compress from 1.15.15 to 1.16.0 by @dependabot in #194
- Bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #195
Bug Fix
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Enhancements
- Configure initial credits by @Gsantomaggio in #188
- Bump github.com/klauspost/compress from 1.15.12 to 1.15.13 by @dependabot in #185
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Promote the client to 1.0.1
stable version
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
Bug fix:
- Fixes #158 by @Gsantomaggio and @Zerpet in #159
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
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
- @lukebakken made their first contribution in #140
v1.0.0-rc.13
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
- Update golang to 1.7 by @Gsantomaggio in #134
Full Changelog: v1.0.0-rc12...v1.0.0-rc.13
v1.0.0-rc12
Enanchments
- Remove message visibility by @Gsantomaggio in #129
- Bump github.com/klauspost/compress from 1.14.4 to 1.15.0 by @dependabot in #127
- Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot in #130
Breaking changes
#129 removes the full visibility of *amqp.Message
in writing.
This is because of compatibility problems. See #128
v1.0.0-rc11
Enhancements
- Bump github.com/klauspost/compress from 1.14.2 to 1.14.3 by @dependabot in #123
- Store custom offset by @MarcialRosales in #125
v1.0.0-rc9
Bug Fix
- Fix return error when the consumer set
OffsetSpecification.LastConsumed
in a empty stream @MarcialRosales in #122
v1.0.0-rc8
Enhancements:
- Bump github.com/onsi/gomega from 1.16.0 to 1.18.0 by @dependabot in #116
- Bump github.com/klauspost/compress from 1.13.6 to 1.14.2 by @dependabot in #117
- Bump github.com/onsi/gomega from 1.18.0 to 1.18.1 by @dependabot in #118
- expose application properties by @Gsantomaggio in #119