Skip to content

Releases: Rotorsoft/eventually-monorepo

@rotorsoft/eventually-v5.8.10

20 Dec 15:21
Compare
Choose a tag to compare

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

20 Dec 15:22
Compare
Choose a tag to compare

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

18 Dec 20:55
Compare
Choose a tag to compare

2024-12-18 +/- @rotorsoft/eventually-v5.8.9

  • PATCH c41c760a fix: mq remove unneeded leaseMillis interface option
  • PATCH f074d4da fix: mq return more information to dequeue caller

@rotorsoft/eventually-pg-v5.6.4

18 Dec 20:56
Compare
Choose a tag to compare

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

@rotorsoft/eventually-v5.8.8

29 Sep 15:38
Compare
Choose a tag to compare

2024-09-29 +/- @rotorsoft/eventually-v5.8.8

@rotorsoft/eventually-pg-v5.6.3

29 Sep 15:39
Compare
Choose a tag to compare

2024-09-29 +/- @rotorsoft/eventually-pg-v5.6.3

@rotorsoft/eventually-v5.8.7

28 Sep 02:55
Compare
Choose a tag to compare

2024-09-28 +/- @rotorsoft/eventually-v5.8.7

@rotorsoft/eventually-pg-v5.6.2

28 Sep 02:56
Compare
Choose a tag to compare

2024-09-28 +/- @rotorsoft/eventually-pg-v5.6.2

@rotorsoft/eventually-express-v5.8.2

28 Sep 02:57
Compare
Choose a tag to compare

2024-09-28 +/- @rotorsoft/eventually-express-v5.8.2

@rotorsoft/eventually-openapi-v0.6.2

26 Sep 13:17
Compare
Choose a tag to compare

2024-09-26 +/- @rotorsoft/eventually-openapi-v0.6.2

  • PATCH 5485fffe fix: add openapi to ci-cd matrix
  • PATCH a6257a52 fix: add array to zod map