Skip to content

Releases: noxdafox/rabbitmq-message-deduplication

release 0.3.3

12 Aug 11:45
Compare
Choose a tag to compare
Fixes:
  - issue #13: fix a bug crashing a queue when deleting it
  - issue #14: fix a bug crashing a queue when priorities are enabled

release 0.3.2

12 Jul 19:54
Compare
Choose a tag to compare
Fixes:
  - issue #10: fix a bug crashing normal queues when acking messages

release 0.3.1

28 Jun 20:21
Compare
Choose a tag to compare
Improvements:
  - Improve cache entry lookup logic

release 0.3.0

20 May 18:49
Compare
Choose a tag to compare
Features:
 - Add cache information to Queue info getter.
 - Cache information now includes the cache size in bytes.

Fixes:
 - Fix a bug causing a crash when a Queue is deleted.
 - Fix a bug causing a crash when a Queue is purged.

Refactoring:
 - Code simplified, code duplication reduced
 - Added System Tests.

release 0.2.1

12 May 09:19
Compare
Choose a tag to compare
Improvements:
  - issue #5: relax exchange argument types constraints

release 0.2.0

10 May 15:55
Compare
Choose a tag to compare
Features:
  - Added queue-level de duplication support.

Fixes:
  - Fix a bug preventing expired cache entries from being deleted.

release 0.1.1

19 Apr 20:38
Compare
Choose a tag to compare
Fixes:
  - Fix a bug causing the crash of the VHost when booting RabbitMQ
    with defined x-message-deduplication exchanges.

release 0.1.0

15 Apr 21:38
Compare
Choose a tag to compare
Features:
  - Added `x-cache-persistence` configuration value to enable choosing
    whether to store the cache in memory or disk.

Fixes:
  - Fix a bug preventing the deletion of exchanges.
  - Fix the expired cache entries loop, raised period from 3ms to 3s.

release 0.0.1

03 Mar 11:08
Compare
Choose a tag to compare

First release.