Skip to content

v1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 09:20
· 230 commits to main since this release
f0d0671

Fixed

  • Don't shovel messages after initial queue length #734
    • Shovels that were set up to stop after the initial queue length will now stop. For high ingress queues a race condition could trigger these shovels to send more messages than the initial queue length.
  • Memory leak in Crystal's Hash implementation fixed #14862
    • This release is using Crystal 1.13.2
  • Bindings are now sorted properly in the web interface #726
  • Shovel AMQP source didn't reconnect on network failures #758
    • Update amqp-client.cr to get a necessary fix for reconnecting shovel sources
  • Dead-lettering loop when publishing to a delayed exchange's internal queue was fixed #748
  • Exchange federation tried to bind to the upstream's default exchange #749
  • Shovel ack all unacked messages on stop #755
  • Prevent a queue that is overflowing from consuming too many resources #725

Changes: v1.3.0...v1.3.1