Skip to content

Releases: rabbitmq/omq

v0.17.0-alpha3

19 Nov 22:50
v0.17.0-alpha3
3bca8d1
Compare
Choose a tag to compare
v0.17.0-alpha3 Pre-release
Pre-release

Changelog

v0.17.0-alpha1

19 Nov 22:24
v0.17.0-alpha1
12d1216
Compare
Choose a tag to compare
v0.17.0-alpha1 Pre-release
Pre-release

Changelog

  • 8707d48 Add support for instance synchronization
  • 38f4b46 Bump github.com/eclipse/paho.golang from 0.21.0 to 0.22.0 (#41)
  • 0babb0e Fix MQTTv5 URI handling
  • 1ced5aa MQTTv5 support (#40)
  • 52c963d Prevent crash with some terminus values
  • 63419ec Prevent panic in MQTT5 consumer
  • 64397c9 Simplify the panic fix
  • 0964bbe Switch tests to ginkgo (#43)
  • 71e1391 Upgrade amqp-go-client
  • 12d1216 bump goreleaser
  • b3c522c go get -u ./... && go mod tidy

v0.16.0

12 Nov 16:41
v0.16.0
39a3fcb
Compare
Choose a tag to compare

Changelog

  • New option --message-ttl DURATION (supported in AMQP and STOMP publishers)

v0.15.0

12 Nov 16:09
v0.15.0
2a35376
Compare
Choose a tag to compare

Changelog

  • 2a35376 Add -mmesage-ttl (AMQP and STOMP publishers)
  • e9969eb Linter fix

v0.14.0

08 Nov 11:38
e3a03d4
Compare
Choose a tag to compare

Changelog

  • Add support for --max-in-flight/-c in AMQP publishers (#39)
  • Add support for profiling with fgprof github.com/felixge/fgprof

v0.13.0

15 Oct 12:01
v0.13.0
77496f2
Compare
Choose a tag to compare
  • support for declaring queues over AMQP 1.0
  • support for property and application property filters in AMQP 1.0 (requires RabbitMQ 4.1+ and only works with streams)
  • allow setting application properties when publishing
  • allow specifying multiple message subjects when publishing over AMQP 1.0 (one of the subjects in picked in round-robin fashion)

v0.12.0

12 Sep 07:28
v0.12.0
943fc6c
Compare
Choose a tag to compare

Changelog

  • 943fc6c Add --uri as a shortcut for publisher&consumer URI

v0.11.1

12 Sep 06:44
v0.11.1
d5ea932
Compare
Choose a tag to compare

Changelog

  • d5ea932 MQTT publisher improvements

v0.11.0

11 Sep 20:30
v0.11.0
28bc164
Compare
Choose a tag to compare

Changelog

  • 4005ca6 MQTT consumer: better connection recovery
  • 28bc164 MQTT: handle not spreading connections

v0.10.0

04 Sep 07:52
v0.10.0
6324774
Compare
Choose a tag to compare

Changelog

  • bc5f0d0 Add --consumer-startup-delay (#33)
  • cfa0722 Better AMQP publishing error handling
  • 6324774 Refactor AMQP release/reject
  • 0d8ef5d STOMP consumer Stop() loggging