Skip to content

release 0.4.0

Choose a tag to compare

@noxdafox noxdafox released this 13 Apr 14:29
· 30 commits to v3.7.x since this release
Refactoring:
  - Caching mechanism no longer relies on a single process per cache.
    Instead, a single process per rabbit node takes care of creating,
    cleaning and destroying the caches. Exchanges and queues access
    their own caches directly.

Fixes:
  - issues #28, #30: exchange level deduplication now works across
    multiple rabbit nodes.