redis-smq 7.1.0 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -72,9 +72,9 @@ RedisSMQ is a Node.js library for queuing messages (aka jobs) and processing the
|
|
|
72
72
|
|
|
73
73
|
**2022.10.06**
|
|
74
74
|
|
|
75
|
-
:rocket:
|
|
76
|
-
Also, the [Web UI](https://github.com/weyoss/redis-smq-monitor-client) has been reworked for better user experience and
|
|
77
|
-
|
|
75
|
+
:rocket: RedisSMQ v7.1 is out! This new release extends the message queue features by introducing [Message Exchanges](/docs/message-exchanges.md).
|
|
76
|
+
Also, the [Web UI](https://github.com/weyoss/redis-smq-monitor-client) has been reworked for better user experience and
|
|
77
|
+
to fully support message exchanges and other various routine operations.
|
|
78
78
|
|
|
79
79
|
## Installation
|
|
80
80
|
|