Releases: weyoss/redis-smq
Releases · weyoss/redis-smq
6.0.0-rc.0 (2022-01-03)
- Implement MultiQueueProducer for publishing messages to multiple queues using a single producer instance.
- Implement rates time series for queues, producers and consumers, allowing to move the chart to the left or the right
in order to scan the timeline. - Refactor MessageManager and QueueManager API
- Add new WebSocket streams for heartbeats, rates, queues, consumers, and producers.
- Refactored Web UI.
- Overall improvements and minor bug fixes.
5.0.11 (2021-12-07)
- Bumped redis-smq-monitor to v5.0.7.
- Updated package.json to use strict package versioning.
5.0.10 (2021-12-04)
- Bumped redis-smq-monitor to v5.0.6.
- Updated scheduler.md.
5.0.9 (2021-12-03)
- Calculate and emit "idle" event only when testing.
5.0.8 (2021-12-01)
- Updated architecture diagram.
- Bumped redis-smq-monitor to v5.0.4
5.0.7 (2021-11-27)
- Do not throw an error immediately and allow a compatible Redis client (ioredis, node_redis) to reconnect in case of Redis server not responding or restarting.
5.0.6 (2021-11-26)
- Reviewed and updated documentation files.
5.0.5 (2021-11-25)
- Minor improvements: refactored and cleaned up MessageRate and QueueManager classes.
5.0.4 (2021-11-24)
- Updated RedisSMQ logo.
- Bumped redis-smq-monitor to v5.0.3.
5.0.3 (2021-11-23)
- Updated RedisSMQ logo.