Releases: NTDLS/CatMQ
2.3.1
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Added dead-lettering.
Full Changelog: 1.0.9...1.0.13
Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/1.0.13
https://www.nuget.org/packages/NTDLS.CatMQ.Server/1.0.13
1.0.11
- 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