release 0.4.0
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.