Skip to content

@rotorsoft/eventually-pg-v5.6.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 15:22
· 2 commits to master since this release

2024-12-20 +/- @rotorsoft/eventually-pg-v5.6.5

  • PATCH e581f2e3 fix: mq separate new ordered message queue
  • PATCH 6cd797c0 fix: mq improve interface, fix dequeue when no stream name is provided, more tests
  • PATCH cc4c3ff5 fix: mq allow concurrent processing of multiple streams with guaranteed ordering per stream. See dequeue implementation comments for semantics.
  • PATCH d2d87bb0 fix: mq only allow one message from a stream to be dequeued at any given time, unstreamed messages can be dequeued concurrently