Releases: weyoss/redis-smq
Releases · weyoss/redis-smq
5.0.2 (2021-11-23)
- Added RedisSMQ logo.
- Bumped redis-smq-monitor to v5.0.2.
- Bumped type-coverage to v2.19.0.
5.0.1 (2021-11-22)
- Fixed broken redis-smq-monitor package.
5.0.0 (2021-11-22)
- Implemented message and queue management features in the Web UI.
- Refactored the MQ to use LIFO queues.
- Updated HTTP API endpoints.
- Minor overall improvements and changes.
4.0.9 (2021-11-10)
- Fixed outdated Message API docs.
4.0.8 (2021-11-09)
- Improved debugging info.
- Allowed listing message queues from QueueManagerFrontend.
4.0.7 (2021-11-08)
- Made queue namespace optional for queue/message management. When not provided, the configuration namespace is used. If
the configuration namespace is not set, the default namespace is used.
4.0.6 (2021-11-07)
- Fixed queues and messages management issues when using many namespaces.
4.0.5 (2021-11-05)
- Fixed outdated examples in the HTTP API reference
4.0.3 (2021-11-04)
- Minor refactoring and improvements.
4.0.2 (2021-11-03)
- Updated docs.
- Added current MQ architecture overview.