Skip to content

Releases: rabbitmq/omq

v0.26.0

14 Jan 14:39
v0.26.0
61dd7ee
Compare
Choose a tag to compare

Changelog

  • basic AMQP 0.9.1 support
  • Add --amqp-to
  • More accurate TOTAL rates
  • rename OMQ_FGROF -> OMQ_FGPROF (typo)
  • Reintroduce --amqp-send-settled
  • Remove --max-in-flight max of 256
  • Use & in AMQP filter expressions

v0.25.0

09 Dec 09:34
v0.25.0
513b5de
Compare
Choose a tag to compare

Changelog

  • 5b5119b Add session expiry option in MQTTv5
  • 1098073 Handle errors better in AMQP send()
  • fe4e84e Ignore context cancelled from AMQP SendWithReceipt
  • a764691 Ignore context cancelled from MQTTv5 Publish
  • 513b5de Remove --amqp-send-settled
  • 8f0360a Remove outdated comment
  • d18159d get rid of some context.TODO()s
  • 1648788 go-amqp 1.4.0-beta.1

v0.24.0

06 Dec 16:39
v0.24.0
4b1a433
Compare
Choose a tag to compare

Changelog

  • a01b262 Don't re-declare queues
  • c87006f Improve delayed consumer startup
  • 4b1a433 Publishers start synchronously; refactors
  • fcdd23f Refactors

v0.23.0

05 Dec 16:30
v0.23.0
56b3720
Compare
Choose a tag to compare

Changelog

  • 02a3957 AMQP async publish
  • 5ecc5a4 Cleanup async publishing commit
  • 537973a Refactor management, add --management-uri
  • 6b02ac1 Refactor metrics
  • 771e6a4 Remove _client package suffixes
  • 8ee95df Remove a few tests
  • 56b3720 go get -u ./... && go mod tidy
  • a782fd6 remove unused metricServer field

v0.22.0

02 Dec 14:35
v0.22.0
4af42fd
Compare
Choose a tag to compare

Changelog

v0.21.2

02 Dec 10:23
v0.21.2
07d4c6d
Compare
Choose a tag to compare

Changelog

  • 42f31ef Handle interrupt in MQTTv5
  • 07d4c6d Pass credentials in MQTTv5

v0.21.1

02 Dec 08:29
v0.21.1
703e262
Compare
Choose a tag to compare

Changelog

v0.21.0

29 Nov 10:59
v0.21.0
0aedcbf
Compare
Choose a tag to compare

Changelog

v0.20.1

28 Nov 11:24
v0.20.1
20dbdef
Compare
Choose a tag to compare

Changelog

  • 15a3ce4 AMQP consumer shutdown improvements
  • dc79fc9 Add ContainerID for the management connection
  • 20dbdef Close AMQP publisher session explicitly
  • afd4222 bugfix: idle publishers would terminate too early

v0.20.0

27 Nov 10:34
v0.20.0
72c7571
Compare
Choose a tag to compare

Changelog

  • f15e9c2 Exclude --metric-tags from omq_args
  • 72c7571 Refactor options, rename --amqp-binding-key to --binding-key
  • d089eca Remove --sync-all flag
  • 56908c5 Start metrics a bit later