Releases: Rotorsoft/eventually-monorepo
Releases · Rotorsoft/eventually-monorepo
@rotorsoft/eventually-v5.8.10
2024-12-20 +/- @rotorsoft/eventually-v5.8.10
- PATCH f696d8e5 fix: mq update interface docs
- 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.
@rotorsoft/eventually-pg-v5.6.5
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
@rotorsoft/eventually-v5.8.9
@rotorsoft/eventually-pg-v5.6.4
2024-12-18 +/- @rotorsoft/eventually-pg-v5.6.4
- PATCH 41842d0b fix: mq do not use locked_until in query
- PATCH 97c40c74 fix: mq test
- PATCH e91ade16 fix: mq more tests
- PATCH 63c40df1 fix: mq remove mid-transaction lock update because it is superflous due to SELECT FOR UPDATE lock
- PATCH 7d58eea4 fix: mq seed unique constraint name
- PATCH e21d71a4 fix: mq immediately release lock and rethrow to dequeue caller on failure
- PATCH 5a61105d fix: mq remove unused sql and logging