Skip to content

v1.2.3: [1.2.3] - 2023-09-12

Choose a tag to compare

@github-actions github-actions released this 12 Sep 13:22
· 1282 commits to main since this release

[1.2.3] - 2023-09-12

Fixed

  • A bug in amq-protocol caused lost headers when dead-lettering amq-protocol/#12
  • Block creation of queues and users when disk is close to full to prevent disk from becoming full #567
  • Compacting definitions during runtime to avoid the definitions file to grow endlessly when churning bindings/queues (#571)
  • Only store bind/unbind defintions if not already added, decreases definitions file growth
  • Unmap segments in stream queues regularly
  • Unmap segments when all consumers from a queue has disconnected
    Changes: v1.2.2...v1.2.3