Skip to content

v1.0.0-beta.11: Beta 11

Choose a tag to compare

@github-actions github-actions released this 18 Mar 09:29
· 1632 commits to main since this release

Changed

  • Each queue now has its own message store, simplifying a lot of code (net -1500 LOC), but sacrificing fanout performance and persistent exchange support (to be replaced with stream queues). Single queue performance is better (as only one write is needed per message) and no message GC is needed, disk space usage is better.
  • Backup data dir before migration (remember to delete when successful)
  • pcre2 as regex engine

Fixed

  • No flash of layout when not logged in to the UI
  • Delete temporary messages on transaction rollback

Changes: v1.0.0-beta.10...v1.0.0-beta.11