Skip to content

Releases: rabbitmq/omq

v0.9.0

02 Sep 15:52
v0.9.0
bd242a0
Compare
Choose a tag to compare

Changelog

  • bd242a0 Add --amqp-release-rate and --amqp-reject-rate
  • 461faa9 Shorter log messages
  • 047d523 Update README

v0.8.1

02 Sep 13:32
v0.8.1
56d5557
Compare
Choose a tag to compare

Changelog

  • 56d5557 Fix global labels regression

v0.8.0

02 Sep 12:21
v0.8.0
da24f87
Compare
Choose a tag to compare

Changelog

  • 40d3734 Add rates to the final metrics
  • da24f87 Bring back conumption by priority
  • c4fd180 Bring back support for global metric labels
  • 3177118 Bump github.com/Azure/go-amqp from 1.0.5 to 1.1.0 (#30)
  • ec96476 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 (#29)
  • 4f96b23 Handle context cancellation in AMQP consumer
  • d2e2ff9 Redesigned metrics (#32)

v0.7.4

20 Aug 06:19
v0.7.4
ac9e79c
Compare
Choose a tag to compare

Changelog

  • ac9e79c Handle context cancellation gracefully

v0.7.3

19 Aug 17:31
v0.7.3
1be7aaa
Compare
Choose a tag to compare

Changelog

v0.7.2

14 Aug 13:25
v0.7.2
53b363a
Compare
Choose a tag to compare

Changelog

v0.7.1

13 Aug 15:24
v0.7.1
256b1f2
Compare
Choose a tag to compare

Changelog

  • Add --spread-connections (default: true) to distribute publisher and consumer connections between the available URIs

v0.7.0

13 Aug 11:51
v0.7.0
951ae6f
Compare
Choose a tag to compare

Changelog

  • --publisher-uri and --consumer-uri can now be repeated to provide multiple endpoints
    • publishers and consumers will try all endpoints in a loop until a successful connection
    • if a connection is lost, the next endpoint is tried
  • --amqp-send-settled was added to publish pre-settled messages over AMQP; this results in a much higher publishing rate, since omq doesn't wait before publishing the next message
  • --log-out-of-order-messages was added to log (and count in a metric) situations where the received message is older then the previously received message; this will happen when priorities are used or when messages are requeued
  • priority label was added to omq_messages_consumed_total so consumption by priority can be monitored
  • end-to-end latency metric is a summary again, rather than a histogram (this may lead to performance issues in some situations with very high consumption rate; to be investigated in the future)
  • Use --log-level (or -l) to set debug/info/error log level; OMQ_LOG_LEVEL does not do anything anymore
  • updated dashboard

v0.6.1

16 Jul 12:11
v0.6.1
c9b3dc5
Compare
Choose a tag to compare

Changelog

  • c9b3dc5 Switch OCI to pivotalrabbitmq/omq

v0.6.0

16 Jul 12:01
v0.6.0
8eeeae4
Compare
Choose a tag to compare

Changelog

  • 8eeeae4 Add --consumer-priority
  • 47b243d Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#23)
  • dd08396 Fix "toolchain not available" error