Skip to content

v1.2.8: [1.2.8] - 2024-01-10

Choose a tag to compare

@github-actions github-actions released this 10 Jan 13:28
· 1217 commits to main since this release

Fixed

  • A bug causing faulty definition frames for delayed exchanges, preventing LavinMQ from starting #620
  • Better table views for Queues, where the name isn't cut of
  • Persist table sorting between page loads
  • Don't include permissions in users array in definitions json export, as that was incompatible with other brokers
  • Don't mmap a segment file to just verify the schema version (uses pread instead)

Changed

  • Build binaries and container images using Crystal 1.11.0
  • Don't allow clients open an already open channel
  • Use DirectDispatcher for logging and add more logging to startup procedure #619

Added

  • Support for Consumer timeouts, default none.

Changes: v1.2.7...v1.2.8