Skip to content

Releases: rabbitmq/rabbitmq-stream-go-client

v1.3.3

25 Mar 06:47
c8e3758
Compare
Choose a tag to compare

Milestone

Version 1.3.3

The main feature is Stream Filtering in #281; see the blog post for more details.
Example here

Enhancements

Full Changelog: v1.3.2...v1.3.3

v1.3.2

18 Mar 14:28
4d96707
Compare
Choose a tag to compare

Milestore

Version 1.3.2

Enhancements

Bug Fixes

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

04 Mar 08:24
c390b3f
Compare
Choose a tag to compare

Milestore

Version 1.3.1

The version introduces:

  • ReliableProducer

  • ReliableConsumer
    The new structs are built up of the standard producer and consumer; see the complete documentation here

  • Confirmation timeout The client will raise timeout error on the confirmation handler If it does not receive a confirmation within a timeout:

    stream.NewProducerOptions().SetConfirmationTimeOut(5*time.Second).
  • ClientProvidedName:

      stream.NewProducerOptions().
      SetConfirmationTimeOut(5*time.Second).
      SetClientProvidedName(fmt.Sprintf("producer-%d", I)),			

    The name is shown on the management UI

Here you can find a complete example with Reliable* part, timeout and ClientProvidedName

Enhancements

Full Changelog: v1.3.0...v1.3.1

v1.3.0

23 Oct 12:29
763483b
Compare
Choose a tag to compare

Milestore

Enhancements

Note

Golang 1.8 is now required

Full Changelog: v1.2.1...v1.3.0

v1.2.1

11 Sep 08:26
206284a
Compare
Choose a tag to compare

Enhancements

Full Changelog: v1.2.0...v1.2.1

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