Skip to content

Releases: NTDLS/CatMQ

2.3.1

25 Jan 20:21
Compare
Choose a tag to compare
  • Dependency updates
  • Minor UI formatting fixes.
  • Resolved issue with error message display in UI.

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/2.3.1
https://www.nuget.org/packages/NTDLS.CatMQ.Server/2.3.1

Full Changelog: 2.3.0...2.3.1

2.3.0

19 Jan 22:52
Compare
Choose a tag to compare
  • Asynchronous message delivery and acknowledgement.

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/2.3.0
https://www.nuget.org/packages/NTDLS.CatMQ.Server/2.3.0

Full Changelog: 2.2.0...2.3.0

2.2.0

17 Jan 20:25
Compare
Choose a tag to compare
  • Keys are now binary.
  • Queues can be loaded without pre-sorting.
  • Additional flow control.
  • Memory footprint now only includes in-buffer messages for persistent queues.
  • Improved paging.
  • Deferment improvements.

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/2.2.0
https://www.nuget.org/packages/NTDLS.CatMQ.Server/2.2.0

Full Changelog: 2.1.5...2.2.0

2.1.5

15 Jan 20:14
Compare
Choose a tag to compare
  • Added deferred message delivery.
    • Messages can either be enqueued with a future scheduled delivery.
    • When a message is received, the subscriber can ask the server to retry in a given timespan.
  • Each connection can now only have one subscription per queue.
  • Additional delivery response actions: defer, drop, dead-letter, consumed, not-consumed.

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/2.1.5
https://www.nuget.org/packages/NTDLS.CatMQ.Server/2.1.5

Full Changelog: 2.0.0...2.1.5

2.0.0

13 Jan 04:52
Compare
Choose a tag to compare
  • Dependency updates.
  • Improved type caching.
  • Removed newtonsoft json.

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/2.0.0
https://www.nuget.org/packages/NTDLS.CatMQ.Server/2.0.0

Full Changelog: 1.0.23...2.0.0

1.0.23

08 Jan 20:34
Compare
Choose a tag to compare
  • Dependency updates.
  • Format layout fixes.

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/1.0.23
https://www.nuget.org/packages/NTDLS.CatMQ.Server/1.0.23

Full Changelog: 1.0.22...1.0.23

1.0.22

06 Jan 00:30
Compare
Choose a tag to compare
  • Resolved undue dequeue on First Consumed Subscriber delivery scheme.

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/1.0.22
https://www.nuget.org/packages/NTDLS.CatMQ.Server/1.0.22

Full Changelog: 1.0.21...1.0.22

1.0.14

04 Jan 03:26
Compare
Choose a tag to compare
  • Dead-lettering improvements.
  • Locking improvements.

Full Changelog: 1.0.13...1.0.14

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/1.0.14
https://www.nuget.org/packages/NTDLS.CatMQ.Server/1.0.14

1.0.13

02 Jan 04:29
Compare
Choose a tag to compare

1.0.11

01 Jan 04:43
Compare
Choose a tag to compare
  • Now each queue subscriptions have their own event handlers.
  • Added optional client-side message buffering. Will lose entire batch on exception.

Full Changelog: 1.0.9...1.0.11

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/1.0.11
https://www.nuget.org/packages/NTDLS.CatMQ.Server/1.0.11