Releases: noxdafox/rabbitmq-message-deduplication
Releases · noxdafox/rabbitmq-message-deduplication
release 0.3.3
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
Fixes: - issue #10: fix a bug crashing normal queues when acking messages
release 0.3.1
Improvements: - Improve cache entry lookup logic
release 0.3.0
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
Improvements: - issue #5: relax exchange argument types constraints
release 0.2.0
Features: - Added queue-level de duplication support. Fixes: - Fix a bug preventing expired cache entries from being deleted.
release 0.1.1
Fixes: - Fix a bug causing the crash of the VHost when booting RabbitMQ with defined x-message-deduplication exchanges.
release 0.1.0
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
First release.