redis-smq 8.0.0-rc.29 → 8.0.0-rc.30
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 +637 -702
- package/README.md +4 -105
- package/dist/cjs/src/common/redis-client/scripts/scripts.js +3 -3
- package/dist/cjs/src/config/event-bus.js +1 -1
- package/dist/cjs/src/config/logger.js +1 -1
- package/dist/cjs/src/config/messages/messages.js +1 -1
- package/dist/cjs/src/config/messages/store.js +1 -1
- package/dist/cjs/src/config/namespace.js +1 -1
- package/dist/cjs/src/config/redis.js +1 -1
- package/dist/cjs/src/lib/consumer/consumer/event-bus-publisher.js +1 -2
- package/dist/cjs/src/lib/consumer/consumer-heartbeat/consumer-heartbeat.js +17 -7
- package/dist/cjs/src/lib/consumer/consumer-heartbeat/event-bus-publisher.js +1 -2
- package/dist/cjs/src/lib/consumer/message-handler/consume-message/event-bus-publisher.js +1 -2
- package/dist/cjs/src/lib/consumer/message-handler/dequeue-message/dequeue-message.js +17 -7
- package/dist/cjs/src/lib/consumer/message-handler/dequeue-message/event-bus-publisher.js +1 -2
- package/dist/cjs/src/lib/consumer/message-handler/message-handler/even-bus-publisher.js +1 -2
- package/dist/cjs/src/lib/consumer/message-handler/processing-queue/types/processing-queue.js +3 -3
- package/dist/cjs/src/lib/consumer/message-handler-runner/event-bus-publisher.js +1 -2
- package/dist/cjs/src/lib/consumer/types/consumer-heartbeat.d.ts +0 -1
- package/dist/cjs/src/lib/consumer/workers/worker.js +2 -0
- package/dist/cjs/src/lib/consumer-groups/_/_delete-consumer-group.js +1 -2
- package/dist/cjs/src/lib/consumer-groups/_/_get-consumer-groups.js +1 -2
- package/dist/cjs/src/lib/consumer-groups/_/_save-consumer-group.js +1 -2
- package/dist/cjs/src/lib/exchange/_/_get-exchange-queues.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-direct/_/_get-exchange-direct-transferable.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-direct/_/_validate-exchange-direct-params.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-fan-out/_/_get-exchange-fanout-transferable.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-fan-out/_/_get-fan-out-exchange-queues.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-fan-out/_/_get-queue-fan-out-exchange.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-fan-out/_/_validate-exchange-fan-out-params.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-topic/_/_get-exchange-topic-transferable.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-topic/_/_get-topic-exchange-params.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-topic/_/_get-topic-exchange-queues.js +1 -2
- package/dist/cjs/src/lib/exchange/exchange-topic/_/_validate-exchange-topic-params.js +1 -2
- package/dist/cjs/src/lib/exchange/types/exchange.js +1 -1
- package/dist/cjs/src/lib/message/_/_delete-message.js +1 -2
- package/dist/cjs/src/lib/message/_/_from-message.js +1 -2
- package/dist/cjs/src/lib/message/_/_get-message-state.js +1 -2
- package/dist/cjs/src/lib/message/_/_get-message-status.js +1 -2
- package/dist/cjs/src/lib/message/_/_get-message.js +2 -3
- package/dist/cjs/src/lib/message/_/_requeue-message.js +1 -2
- package/dist/cjs/src/lib/message/types/message.js +3 -3
- package/dist/cjs/src/lib/producer/_/_schedule-message.js +1 -2
- package/dist/cjs/src/lib/producer/event-bus-publisher.js +1 -2
- package/dist/cjs/src/lib/queue/_/_delete-queue.js +1 -2
- package/dist/cjs/src/lib/queue/_/_get-queue-properties.js +1 -2
- package/dist/cjs/src/lib/queue/_/_get-queues.js +1 -2
- package/dist/cjs/src/lib/queue/_/_parse-queue-extended-params.js +1 -2
- package/dist/cjs/src/lib/queue/_/_parse-queue-params-and-validate.js +1 -2
- package/dist/cjs/src/lib/queue/_/_parse-queue-params.js +1 -2
- package/dist/cjs/src/lib/queue/_/_queue-exists.js +1 -2
- package/dist/cjs/src/lib/queue/types/queue.js +3 -3
- package/dist/cjs/src/lib/queue-messages/_/_validate-queue-extended-params.js +1 -2
- package/dist/cjs/src/lib/queue-rate-limit/_/_has-rate-limit-exceeded.js +1 -2
- package/dist/esm/src/common/redis-client/scripts/scripts.js +1 -1
- package/dist/esm/src/lib/consumer/message-handler/processing-queue/types/processing-queue.js +3 -3
- package/dist/esm/src/lib/consumer/types/consumer-heartbeat.d.ts +0 -1
- package/dist/esm/src/lib/consumer/workers/worker.js +2 -0
- package/dist/esm/src/lib/exchange/types/exchange.js +1 -1
- package/dist/esm/src/lib/message/types/message.js +3 -3
- package/dist/esm/src/lib/queue/types/queue.js +3 -3
- package/package.json +18 -53
- package/CONTRIBUTING.md +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,49 +1,59 @@
|
|
|
1
|
+
# Change Log
|
|
1
2
|
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2
5
|
|
|
3
|
-
## [8.0.0-rc.
|
|
6
|
+
## [8.0.0-rc.30](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.29...v8.0.0-rc.30) (2025-03-21)
|
|
4
7
|
|
|
8
|
+
### 🚀 Chore
|
|
5
9
|
|
|
6
|
-
|
|
10
|
+
- migrate to monorepo structure ([8ef9888](https://github.com/weyoss/redis-smq/commit/8ef988862cedd84eddbd3e4eb5e2f50d575fe30f))
|
|
7
11
|
|
|
8
|
-
|
|
12
|
+
### 📝 Documentation
|
|
9
13
|
|
|
14
|
+
- update README files with latest release and coverage badges ([0efb786](https://github.com/weyoss/redis-smq/commit/0efb7863a58bf8b2ec43cfe5b46b016c9a40b0fe))
|
|
10
15
|
|
|
11
|
-
###
|
|
16
|
+
### ✅ Tests
|
|
12
17
|
|
|
13
|
-
|
|
14
|
-
* **contributing:** update guidelines and improve language ([c2feb57](https://github.com/weyoss/redis-smq/commit/c2feb57429513abb4b8973fc0bb6000377712f2c))
|
|
15
|
-
* **README:** update installation and usage instructions ([cfe19e4](https://github.com/weyoss/redis-smq/commit/cfe19e4f88cf5a5059ecb8567f1cbc16524008de))
|
|
18
|
+
- remove unused data directory parameter from startRedisServer ([46af2f4](https://github.com/weyoss/redis-smq/commit/46af2f40585cc4387a070f3d6c76d95d12a84ba7))
|
|
16
19
|
|
|
20
|
+
## [8.0.0-rc.29](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.28...v8.0.0-rc.29) (2025-02-14)
|
|
17
21
|
|
|
18
|
-
###
|
|
22
|
+
### Bug Fixes
|
|
19
23
|
|
|
20
|
-
|
|
21
|
-
* **tests:** update imports and usage of EventBus and RedisClient ([f9dca11](https://github.com/weyoss/redis-smq/commit/f9dca11015e3d02fddccc8f442facb2bf008236a))
|
|
24
|
+
- **deps:** regenerate package-lock.json ([dc55c81](https://github.com/weyoss/redis-smq/commit/dc55c8101e9b57d2607ee47a78db7861d17623ab))
|
|
22
25
|
|
|
26
|
+
### Documentation
|
|
27
|
+
|
|
28
|
+
- **api:** update API documentation and references ([08f85ae](https://github.com/weyoss/redis-smq/commit/08f85ae0c963497d4200fcdfdeccc4aa83d3e60b))
|
|
29
|
+
- **contributing:** update guidelines and improve language ([c2feb57](https://github.com/weyoss/redis-smq/commit/c2feb57429513abb4b8973fc0bb6000377712f2c))
|
|
30
|
+
- **README:** update installation and usage instructions ([cfe19e4](https://github.com/weyoss/redis-smq/commit/cfe19e4f88cf5a5059ecb8567f1cbc16524008de))
|
|
31
|
+
|
|
32
|
+
### Codebase Refactoring
|
|
33
|
+
|
|
34
|
+
- remove unnecessary factory patterns ([3ed3a7d](https://github.com/weyoss/redis-smq/commit/3ed3a7d8056fae3c253f8af5b6b5f3f0d591945f))
|
|
35
|
+
- **tests:** update imports and usage of EventBus and RedisClient ([f9dca11](https://github.com/weyoss/redis-smq/commit/f9dca11015e3d02fddccc8f442facb2bf008236a))
|
|
23
36
|
|
|
24
37
|
### Misc
|
|
25
38
|
|
|
26
|
-
|
|
39
|
+
- **deps:** update redis-smq-common to 3.0.0-rc.17 ([324d6f1](https://github.com/weyoss/redis-smq/commit/324d6f12fc82da8762f442c110a9351cce3c3505))
|
|
27
40
|
|
|
28
41
|
## [8.0.0-rc.28](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.27...v8.0.0-rc.28) (2025-02-05)
|
|
29
42
|
|
|
30
|
-
|
|
31
43
|
### Bug Fixes
|
|
32
44
|
|
|
33
|
-
|
|
34
|
-
|
|
45
|
+
- **message:** revert back shutdown method to arrow function ([c4e5ceb](https://github.com/weyoss/redis-smq/commit/c4e5cebb4d9fbd91889618669765698cb80cd044))
|
|
35
46
|
|
|
36
47
|
### Documentation
|
|
37
48
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
49
|
+
- **api:** enhance class documentation with detailed descriptions and examples ([67f8a21](https://github.com/weyoss/redis-smq/commit/67f8a21c039e41301e8bfcf2c4ffc4319b02424d))
|
|
50
|
+
- **api:** separate error classes from main classes ([4aa850e](https://github.com/weyoss/redis-smq/commit/4aa850ed5411906d4a38c32a673cf2021498c294))
|
|
51
|
+
- **README:** update HTTP REST API reference link ([9e20a6c](https://github.com/weyoss/redis-smq/commit/9e20a6c08bf47b1a581129f922c9922c64cb7e3d))
|
|
52
|
+
- update logo, improve content readability ([7c921d4](https://github.com/weyoss/redis-smq/commit/7c921d406e05961d92769f2a43c40f7fa955d5fa))
|
|
43
53
|
|
|
44
54
|
### Codebase Refactoring
|
|
45
55
|
|
|
46
|
-
|
|
56
|
+
- improve code structure and readability ([5b4a47c](https://github.com/weyoss/redis-smq/commit/5b4a47cdc1139507a724d1d48202f6d8c6074174))
|
|
47
57
|
|
|
48
58
|
# Changelog
|
|
49
59
|
|
|
@@ -51,1167 +61,1092 @@
|
|
|
51
61
|
|
|
52
62
|
### Continuous Integration
|
|
53
63
|
|
|
54
|
-
|
|
64
|
+
- fix broken CHANGELOG.md for v8.0.0-rc.26 ([a20b40e](https://github.com/weyoss/redis-smq/commit/a20b40ec343ab07a1a0ef80f4bf7625ed27ba9ec))
|
|
55
65
|
|
|
56
66
|
## [8.0.0-rc.26](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.25...v8.0.0-rc.26) (2025-01-09)
|
|
57
67
|
|
|
58
|
-
|
|
59
68
|
### Documentation
|
|
60
|
-
|
|
69
|
+
|
|
70
|
+
- update API reference ([b7d0f6f](https://github.com/weyoss/redis-smq/commit/b7d0f6f4e078557021854d33fd301980dab7782b))
|
|
61
71
|
|
|
62
72
|
### Codebase Refactoring
|
|
63
|
-
|
|
73
|
+
|
|
74
|
+
- use queue-scoped workers instead of global ones ([ada94e0](https://github.com/weyoss/redis-smq/commit/ada94e09d17f58488b1596c70b4f657110cc8b79))
|
|
64
75
|
|
|
65
76
|
### Continuous Integration
|
|
66
|
-
* add support for node.js v22 ([a15d62e](https://github.com/weyoss/redis-smq/commit/a15d62e49b609fb63b90082af53a0a23613677e8))
|
|
67
|
-
* upgrade eslint and other deprecated dependencies ([c948298](https://github.com/weyoss/redis-smq/commit/c94829850c5cf04ca3240163669c242ba50ba9e2))
|
|
68
77
|
|
|
69
|
-
|
|
78
|
+
- add support for node.js v22 ([a15d62e](https://github.com/weyoss/redis-smq/commit/a15d62e49b609fb63b90082af53a0a23613677e8))
|
|
79
|
+
- upgrade eslint and other deprecated dependencies ([c948298](https://github.com/weyoss/redis-smq/commit/c94829850c5cf04ca3240163669c242ba50ba9e2))
|
|
70
80
|
|
|
81
|
+
## [8.0.0-rc.25](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.24...v8.0.0-rc.25) (2024-07-07)
|
|
71
82
|
|
|
72
83
|
### Documentation
|
|
73
84
|
|
|
74
|
-
|
|
75
|
-
|
|
85
|
+
- add a link to redis-smq-rest-api ([a1ab6fc](https://github.com/weyoss/redis-smq/commit/a1ab6fc594b4d32de5f4e4257fbf46c2447f0018))
|
|
76
86
|
|
|
77
87
|
### Misc
|
|
78
88
|
|
|
79
|
-
|
|
89
|
+
- make redis-smq-common a peer dependency ([3b7dbab](https://github.com/weyoss/redis-smq/commit/3b7dbab7a14fc3b11aa75badc36a396727fb4f3b))
|
|
80
90
|
|
|
81
91
|
## [8.0.0-rc.24](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.23...v8.0.0-rc.24) (2024-05-15)
|
|
82
92
|
|
|
83
|
-
|
|
84
93
|
### Bug Fixes
|
|
85
94
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
95
|
+
- **namespace:** replace generic error in getNamespaceQueues() ([aa9c8e5](https://github.com/weyoss/redis-smq/commit/aa9c8e5a125bdf1fc8e200263618693671219882))
|
|
96
|
+
- **queue-rate-limit:** always validate queue existence ([538cf78](https://github.com/weyoss/redis-smq/commit/538cf786b3b3131f137d1488d6d130323acb571d))
|
|
89
97
|
|
|
90
98
|
### Documentation
|
|
91
99
|
|
|
92
|
-
|
|
93
|
-
|
|
100
|
+
- add new error classes reference ([6c39625](https://github.com/weyoss/redis-smq/commit/6c3962589537a83fe345e349743a798e73e751a6))
|
|
94
101
|
|
|
95
102
|
### Codebase Refactoring
|
|
96
103
|
|
|
97
|
-
|
|
98
|
-
|
|
104
|
+
- **queue-rate-limit:** move QueueRateLimit.set() logic to LUA ([d104a9c](https://github.com/weyoss/redis-smq/commit/d104a9c038ea321e5e18049bffefc54850d4294f))
|
|
105
|
+
- **queue:** return the original error instance ([14228ec](https://github.com/weyoss/redis-smq/commit/14228ec255776cabf2a9202078cd016f80b5f5da))
|
|
99
106
|
|
|
100
107
|
## [8.0.0-rc.23](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.22...v8.0.0-rc.23) (2024-05-10)
|
|
101
108
|
|
|
102
|
-
|
|
103
109
|
### Bug Fixes
|
|
104
110
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
111
|
+
- use namespaced errors ([637096b](https://github.com/weyoss/redis-smq/commit/637096baf1f1e201b3dc5cf381944dab608b296d))
|
|
112
|
+
- validate queue delivery model before adding consumer groups ([eebcae7](https://github.com/weyoss/redis-smq/commit/eebcae7da0364ffd8cf731e451dbfce3ed32fd11))
|
|
108
113
|
|
|
109
114
|
### Documentation
|
|
110
115
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
116
|
+
- add new error classes reference ([5f7427d](https://github.com/weyoss/redis-smq/commit/5f7427d0ed100624f10e3b9cc1b615bf9ae51730))
|
|
117
|
+
- update Message API reference ([9c1fa7a](https://github.com/weyoss/redis-smq/commit/9c1fa7a129dd159ad118276fd904232d71bde508))
|
|
114
118
|
|
|
115
119
|
### Tests
|
|
116
120
|
|
|
117
|
-
|
|
121
|
+
- use QueueMessagesConsumerGroupIdRequiredError class ([efb9821](https://github.com/weyoss/redis-smq/commit/efb98215b3bb93460ef07345fc447a286474b914))
|
|
118
122
|
|
|
119
123
|
## [8.0.0-rc.22](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.21...v8.0.0-rc.22) (2024-05-04)
|
|
120
124
|
|
|
121
|
-
|
|
122
125
|
### Features
|
|
123
126
|
|
|
124
|
-
|
|
125
|
-
|
|
127
|
+
- use more granular error classes for reporting errors ([2cc06c1](https://github.com/weyoss/redis-smq/commit/2cc06c1cfbf2fe19c5c0756638ff73806ce06529))
|
|
126
128
|
|
|
127
129
|
### Bug Fixes
|
|
128
130
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
+
- **exchange:** use more granular error classes for reporting errors ([3b3e640](https://github.com/weyoss/redis-smq/commit/3b3e6407cd6a2c1db8a3e68d58163447746cd5d0))
|
|
131
132
|
|
|
132
133
|
### Documentation
|
|
133
134
|
|
|
134
|
-
|
|
135
|
+
- add missing error classes ([e16ffea](https://github.com/weyoss/redis-smq/commit/e16ffead799a4a40020ba27b9daae306301efd1a))
|
|
135
136
|
|
|
136
137
|
## [8.0.0-rc.21](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.20...v8.0.0-rc.21) (2024-04-29)
|
|
137
138
|
|
|
138
|
-
|
|
139
139
|
### Bug Fixes
|
|
140
140
|
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
- **message:** correct logic for deleting multiple messages by IDs ([fdb39d6](https://github.com/weyoss/redis-smq/commit/fdb39d66f3cea59decf8ad29b5efdf827780ba73))
|
|
143
142
|
|
|
144
143
|
### Documentation
|
|
145
144
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
145
|
+
- improve RC release status description, clean up ([98910dc](https://github.com/weyoss/redis-smq/commit/98910dcef215494ccee4de01879d0e2f8037213d))
|
|
146
|
+
- update examples ([d80beb2](https://github.com/weyoss/redis-smq/commit/d80beb2af2472ac596a88531786a0ba2681e09dd))
|
|
149
147
|
|
|
150
148
|
### Codebase Refactoring
|
|
151
149
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
150
|
+
- optimize imports ([29a0efb](https://github.com/weyoss/redis-smq/commit/29a0efb9e46ce23a6fb14c44222cf987a05ee22a))
|
|
151
|
+
- remove unused error classes and clean up ([15bd959](https://github.com/weyoss/redis-smq/commit/15bd9591d58b5717ee5a8e8191df7388e65a768b))
|
|
152
|
+
- shorten imports ([3bfb8f1](https://github.com/weyoss/redis-smq/commit/3bfb8f1e39011e2f48039b2c534f0fe936b67759))
|
|
156
153
|
|
|
157
154
|
### Tests
|
|
158
155
|
|
|
159
|
-
|
|
160
|
-
|
|
156
|
+
- increase code coverage ([e9d84e8](https://github.com/weyoss/redis-smq/commit/e9d84e8b4a9a239246473ca770ce035ce8e66831))
|
|
161
157
|
|
|
162
158
|
### Misc
|
|
163
159
|
|
|
164
|
-
|
|
165
|
-
|
|
160
|
+
- clean up package.json ([ff9ff3d](https://github.com/weyoss/redis-smq/commit/ff9ff3d06f61c20f70bd55c34a545278713847d5))
|
|
161
|
+
- update LICENSE ([cb18d44](https://github.com/weyoss/redis-smq/commit/cb18d4449f851df803a0e2cd84410257cbfcfdfd))
|
|
166
162
|
|
|
167
163
|
## [8.0.0-rc.20](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.19...v8.0.0-rc.20) (2024-03-24)
|
|
168
164
|
|
|
169
|
-
|
|
170
165
|
### Bug Fixes
|
|
171
166
|
|
|
172
|
-
|
|
167
|
+
- include missing enums when exporting esm/cjs modules ([2ee6802](https://github.com/weyoss/redis-smq/commit/2ee680205dbde78af46f4e4347cdf4fa80adfe3b))
|
|
173
168
|
|
|
174
169
|
## [8.0.0-rc.19](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.18...v8.0.0-rc.19) (2024-03-24)
|
|
175
170
|
|
|
176
|
-
|
|
177
171
|
### Documentation
|
|
178
172
|
|
|
179
|
-
|
|
173
|
+
- fix incorrect generated anchor texts ([c4f523f](https://github.com/weyoss/redis-smq/commit/c4f523f9a17dbbb8510b35032cfecfc69905dd04))
|
|
180
174
|
|
|
181
175
|
## [8.0.0-rc.18](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.17...v8.0.0-rc.18) (2024-03-24)
|
|
182
176
|
|
|
183
|
-
|
|
184
177
|
### ⚠ BREAKING CHANGES
|
|
185
178
|
|
|
186
|
-
|
|
179
|
+
- rebase on redis-smq-common@3.0.0-rc.14
|
|
187
180
|
|
|
188
181
|
### Documentation
|
|
189
182
|
|
|
190
|
-
|
|
191
|
-
|
|
183
|
+
- update documentation and API reference ([3baaee6](https://github.com/weyoss/redis-smq/commit/3baaee6649c7bde47ce4c22c12ca4dc367ab301d))
|
|
192
184
|
|
|
193
185
|
### Codebase Refactoring
|
|
194
186
|
|
|
195
|
-
|
|
196
|
-
|
|
187
|
+
- do not throw errors for async functions ([582f355](https://github.com/weyoss/redis-smq/commit/582f35539c01e9b98a05fbd65b2247cba623524c))
|
|
188
|
+
- rebase on redis-smq-common@3.0.0-rc.14 ([2c5edbd](https://github.com/weyoss/redis-smq/commit/2c5edbd8debdf4599ddbb7ad42a37bc94fea14d1))
|
|
197
189
|
|
|
198
190
|
## [8.0.0-rc.17](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.16...v8.0.0-rc.17) (2024-01-30)
|
|
199
191
|
|
|
200
|
-
|
|
201
192
|
### Documentation
|
|
202
193
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
194
|
+
- add missing error classes ([753331e](https://github.com/weyoss/redis-smq/commit/753331e5ce4fb239cb29b3ae4c3246ba185b4d94))
|
|
195
|
+
- simplify and unify class/method naming and referencing ([0299b31](https://github.com/weyoss/redis-smq/commit/0299b314e843c28d52e2f767ace150e39652287c))
|
|
206
196
|
|
|
207
197
|
### Codebase Refactoring
|
|
208
198
|
|
|
209
|
-
|
|
199
|
+
- improve MessageHandler error handling ([957d257](https://github.com/weyoss/redis-smq/commit/957d257e66cce6faaf9dad5bf949cdd1198cfae8))
|
|
210
200
|
|
|
211
201
|
## [8.0.0-rc.16](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.15...v8.0.0-rc.16) (2024-01-28)
|
|
212
202
|
|
|
213
|
-
|
|
214
203
|
### Features
|
|
215
204
|
|
|
216
|
-
|
|
217
|
-
|
|
205
|
+
- allow running/sandboxing message handlers using worker threads ([53095bd](https://github.com/weyoss/redis-smq/commit/53095bd2689ccb2f701365bafb4ef8e550da82b3))
|
|
218
206
|
|
|
219
207
|
### Bug Fixes
|
|
220
208
|
|
|
221
|
-
|
|
222
|
-
|
|
209
|
+
- export message handler errors ([26d2689](https://github.com/weyoss/redis-smq/commit/26d26890da139d88c46ce220e3dda3d9c8e03aee))
|
|
223
210
|
|
|
224
211
|
### Documentation
|
|
225
212
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
213
|
+
- **ConsumeMessageWorker:** update docs and clean up ([140322e](https://github.com/weyoss/redis-smq/commit/140322e3520ee3db905ea977a159064f339aa7d2))
|
|
214
|
+
- fix broken links ([aad9010](https://github.com/weyoss/redis-smq/commit/aad9010e70ed332b154f4fbdcb8ac657a14fe6b9))
|
|
215
|
+
- update messages and queues documentation ([7c3d06e](https://github.com/weyoss/redis-smq/commit/7c3d06ed3765ffc14dfece4f725241aa4535e1e7))
|
|
230
216
|
|
|
231
217
|
### Codebase Refactoring
|
|
232
218
|
|
|
233
|
-
|
|
234
|
-
|
|
219
|
+
- **ConsumeMessageWorker:** improve typings ([66c6ca9](https://github.com/weyoss/redis-smq/commit/66c6ca948677f76d496fe0b988bd195e1a7108a2))
|
|
235
220
|
|
|
236
221
|
### Tests
|
|
237
222
|
|
|
238
|
-
|
|
223
|
+
- allow running/sandboxing message handlers using worker threads ([79e6886](https://github.com/weyoss/redis-smq/commit/79e688674ed11ec34ce2f74d5f15c8eefa129767))
|
|
239
224
|
|
|
240
225
|
## [8.0.0-rc.15](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.14...v8.0.0-rc.15) (2024-01-25)
|
|
241
226
|
|
|
242
|
-
|
|
243
227
|
### Features
|
|
244
228
|
|
|
245
|
-
|
|
246
|
-
|
|
229
|
+
- add Pub/Sub delivery model, refactor and clean up ([47affa1](https://github.com/weyoss/redis-smq/commit/47affa172eb2fc6943f660bea3feab3af1bc28ec))
|
|
247
230
|
|
|
248
231
|
### Documentation
|
|
249
232
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
233
|
+
- add a notification about the latest release, clean up ([904f196](https://github.com/weyoss/redis-smq/commit/904f196f1854059625b08af05fe5ceb1466d4a9f))
|
|
234
|
+
- add Pub/Sub delivery model, refactor and clean up ([32db9dd](https://github.com/weyoss/redis-smq/commit/32db9dd2772bc16568e03e6e216a7d0fd0a599a7))
|
|
235
|
+
- clean up ([c7d13a6](https://github.com/weyoss/redis-smq/commit/c7d13a639a1ed9f134ba3deb99d1e2a23223935a))
|
|
254
236
|
|
|
255
237
|
### Misc
|
|
256
238
|
|
|
257
|
-
|
|
258
|
-
|
|
239
|
+
- bump up redis-smq-common to v3.0.0-rc.8 ([d411849](https://github.com/weyoss/redis-smq/commit/d4118496263479036085ee09ceb5785ee497bb59))
|
|
240
|
+
- bump up redis-smq-common to v3.0.0-rc9 ([d372e9d](https://github.com/weyoss/redis-smq/commit/d372e9d98593934e9e9fb63efcd56cbad99202af))
|
|
259
241
|
|
|
260
242
|
## [8.0.0-rc.14](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.13...v8.0.0-rc.14) (2024-01-03)
|
|
261
243
|
|
|
262
|
-
|
|
263
244
|
### Documentation
|
|
264
245
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
246
|
+
- add new diagrams and update existing ones ([f5182b1](https://github.com/weyoss/redis-smq/commit/f5182b10b5179365edf68e7b6bf564ccc25281ab))
|
|
247
|
+
- **event-listeners:** add a link to IRedisSMQConfig interface ([a7635c5](https://github.com/weyoss/redis-smq/commit/a7635c5d811ad775123547a5696c78b030981269))
|
|
248
|
+
- scale down diagrams ([c3b37e4](https://github.com/weyoss/redis-smq/commit/c3b37e445a6d15fdcc8c7a73b713a1f7d5e7c94e))
|
|
249
|
+
- update exchange diagrams ([9dc05d6](https://github.com/weyoss/redis-smq/commit/9dc05d6cd835d779b9d183e83f562c7991105c92))
|
|
270
250
|
|
|
271
251
|
### Codebase Refactoring
|
|
272
252
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
253
|
+
- **event-listeners:** clean up ([d9195e4](https://github.com/weyoss/redis-smq/commit/d9195e4e85e2e4519d238f5f3ecace37ae9bbb32))
|
|
254
|
+
- **exchanges:** improve typings ([97665fe](https://github.com/weyoss/redis-smq/commit/97665fed4a579af444c46e01a6b05f9adb12e888))
|
|
255
|
+
- **message:** handle various errors when deleting a message ([a4505ae](https://github.com/weyoss/redis-smq/commit/a4505ae7d95bda0185da28433c6737e395400e7b))
|
|
277
256
|
|
|
278
257
|
### Tests
|
|
279
258
|
|
|
280
|
-
|
|
259
|
+
- **message:** handle various errors when deleting a message ([ecf301b](https://github.com/weyoss/redis-smq/commit/ecf301b06aac1bf6d0fcb1ced962a32ac6a6ca68))
|
|
281
260
|
|
|
282
261
|
## [8.0.0-rc.13](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.12...v8.0.0-rc.13) (2023-12-23)
|
|
283
262
|
|
|
284
|
-
|
|
285
263
|
### ⚠ BREAKING CHANGES
|
|
286
264
|
|
|
287
|
-
|
|
265
|
+
- **event-listeners:** unify consumer/producer event listeners
|
|
288
266
|
|
|
289
267
|
### Documentation
|
|
290
268
|
|
|
291
|
-
|
|
292
|
-
|
|
269
|
+
- **event-listeners:** update documentation ([71100d3](https://github.com/weyoss/redis-smq/commit/71100d3aa94a61fb8ece86e439f0b120b66a6cab))
|
|
293
270
|
|
|
294
271
|
### Codebase Refactoring
|
|
295
272
|
|
|
296
|
-
|
|
297
|
-
|
|
273
|
+
- **event-listeners:** unify consumer/producer event listeners ([9e1a181](https://github.com/weyoss/redis-smq/commit/9e1a1811dd841d4329f0ee14e979d2770a7a6358))
|
|
298
274
|
|
|
299
275
|
### Tests
|
|
300
276
|
|
|
301
|
-
|
|
277
|
+
- **event-listeners:** unify consumer/producer event listeners ([2d14a07](https://github.com/weyoss/redis-smq/commit/2d14a077feda98933fb6c038bea5a33ad8d5f610))
|
|
302
278
|
|
|
303
279
|
## [8.0.0-rc.12](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.11...v8.0.0-rc.12) (2023-12-18)
|
|
304
280
|
|
|
305
|
-
|
|
306
281
|
### Misc
|
|
307
282
|
|
|
308
|
-
|
|
283
|
+
- update logo ([9bd373e](https://github.com/weyoss/redis-smq/commit/9bd373e693c57c8e18dddb5b0899c710e6de9492))
|
|
309
284
|
|
|
310
285
|
## [8.0.0-rc.11](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.10...v8.0.0-rc.11) (2023-12-18)
|
|
311
286
|
|
|
312
|
-
|
|
313
287
|
### Documentation
|
|
314
288
|
|
|
315
|
-
|
|
316
|
-
|
|
289
|
+
- **IConsumableMessage:** clean up ([5b5ce3a](https://github.com/weyoss/redis-smq/commit/5b5ce3aedd3e378cc74a2715da2ae1e98f41124f))
|
|
317
290
|
|
|
318
291
|
### Codebase Refactoring
|
|
319
292
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
293
|
+
- **MessageEnvelope:** clean up ([72140f6](https://github.com/weyoss/redis-smq/commit/72140f61742dd4e3cbe36a6c421bf5f0b5a2f7ac))
|
|
294
|
+
- rename \_createRMessage to \_createConsumableMessage ([7a138fd](https://github.com/weyoss/redis-smq/commit/7a138fdce633946d4f69a7c8aa4d78a019bc82df))
|
|
323
295
|
|
|
324
296
|
### Tests
|
|
325
297
|
|
|
326
|
-
|
|
298
|
+
- **ConsumableMessage:** increase code coverage ([3960c6e](https://github.com/weyoss/redis-smq/commit/3960c6ef72875fcdd0684eb1025afd0c0630c67c))
|
|
327
299
|
|
|
328
300
|
## [8.0.0-rc.10](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.9...v8.0.0-rc.10) (2023-12-17)
|
|
329
301
|
|
|
330
|
-
|
|
331
302
|
### ⚠ BREAKING CHANGES
|
|
332
303
|
|
|
333
|
-
|
|
304
|
+
- add ProducibleMessage/ConsumableMessage/MessageEnvelope
|
|
334
305
|
|
|
335
306
|
### Features
|
|
336
307
|
|
|
337
|
-
|
|
338
|
-
|
|
308
|
+
- add ProducibleMessage/ConsumableMessage/MessageEnvelope ([4a3eec7](https://github.com/weyoss/redis-smq/commit/4a3eec79575b2845d2c35ec478b89e4a5acb863d))
|
|
339
309
|
|
|
340
310
|
### Documentation
|
|
341
311
|
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
312
|
+
- add ProducibleMessage/ConsumableMessage/MessageEnvelope ([55aa68e](https://github.com/weyoss/redis-smq/commit/55aa68e17021afadad32ee2c1b9dfef6924449f5))
|
|
313
|
+
- **QueueMessages:** fix outdated class reference ([e6ae499](https://github.com/weyoss/redis-smq/commit/e6ae4991d4389e1d1602bd780f4e0d95e02e5606))
|
|
314
|
+
- update examples ([bbccf7c](https://github.com/weyoss/redis-smq/commit/bbccf7cb5a2a5dfe2eacaeabb097129cbdcf6720))
|
|
346
315
|
|
|
347
316
|
### Tests
|
|
348
317
|
|
|
349
|
-
|
|
350
|
-
|
|
318
|
+
- add ProducibleMessage/ConsumableMessage/MessageEnvelope ([2961a22](https://github.com/weyoss/redis-smq/commit/2961a221190307c4a4a8857fed9ec12622bdd10d))
|
|
351
319
|
|
|
352
320
|
### Misc
|
|
353
321
|
|
|
354
|
-
|
|
322
|
+
- update health-check ([81edb25](https://github.com/weyoss/redis-smq/commit/81edb255d081824143f147ed8d0faefe0948224f))
|
|
355
323
|
|
|
356
324
|
## [8.0.0-rc.9](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.8...v8.0.0-rc.9) (2023-12-11)
|
|
357
325
|
|
|
358
|
-
|
|
359
326
|
### Documentation
|
|
360
327
|
|
|
361
|
-
|
|
362
|
-
|
|
328
|
+
- update documentation ([85d6adb](https://github.com/weyoss/redis-smq/commit/85d6adb7e8db6cb4f427a34e8e510c11d2fc5bf0))
|
|
363
329
|
|
|
364
330
|
### Codebase Refactoring
|
|
365
331
|
|
|
366
|
-
|
|
367
|
-
|
|
332
|
+
- **MessageEnvelope:** improve setPriority/getPriority typings ([91c44f0](https://github.com/weyoss/redis-smq/commit/91c44f013d6ff757876a0e57dcec45869ab6a02a))
|
|
368
333
|
|
|
369
334
|
### Tests
|
|
370
335
|
|
|
371
|
-
|
|
336
|
+
- **MessageEnvelope:** improve setPriority/getPriority typings ([20fd6e5](https://github.com/weyoss/redis-smq/commit/20fd6e58e466ae425bba54d4d85adf4df888654b))
|
|
372
337
|
|
|
373
338
|
## [8.0.0-rc.8](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.7...v8.0.0-rc.8) (2023-12-11)
|
|
374
339
|
|
|
375
|
-
|
|
376
340
|
### ⚠ BREAKING CHANGES
|
|
377
341
|
|
|
378
|
-
|
|
379
|
-
|
|
342
|
+
- **Message:** remove Message.MessagePriority, add EMessagePriority
|
|
343
|
+
- **QueueMessages:** move message methods to Message,add MessageEnvelope
|
|
380
344
|
|
|
381
345
|
### Features
|
|
382
346
|
|
|
383
|
-
|
|
384
|
-
|
|
347
|
+
- **Message:** add getMessageStatus() method ([fda81fa](https://github.com/weyoss/redis-smq/commit/fda81fa7a3c4428799dfabef8581f0f3b39949e8))
|
|
385
348
|
|
|
386
349
|
### Bug Fixes
|
|
387
350
|
|
|
388
|
-
|
|
389
|
-
|
|
351
|
+
- **Message:** export missing error classes ([29e8817](https://github.com/weyoss/redis-smq/commit/29e8817fa805faed42ebd9a3fea469004552eec1))
|
|
390
352
|
|
|
391
353
|
### Documentation
|
|
392
354
|
|
|
393
|
-
|
|
394
|
-
|
|
355
|
+
- update documentation and examples ([8efb082](https://github.com/weyoss/redis-smq/commit/8efb08200ac1f2751c7e10e3492445badb2e4039))
|
|
395
356
|
|
|
396
357
|
### Codebase Refactoring
|
|
397
358
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
359
|
+
- **Message:** remove Message.MessagePriority, add EMessagePriority ([702a01d](https://github.com/weyoss/redis-smq/commit/702a01da987479a4f3b2127b9da0851d74046c10))
|
|
360
|
+
- **QueueMessages:** move message methods to Message,add MessageEnvelope ([f71f0d0](https://github.com/weyoss/redis-smq/commit/f71f0d06240e16b1519ae175793ae28470684d4f))
|
|
401
361
|
|
|
402
362
|
### Tests
|
|
403
363
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
364
|
+
- **Message:** add getMessageStatus() method ([76e97c4](https://github.com/weyoss/redis-smq/commit/76e97c48fdc86c2709db39b17a0ba55432157270))
|
|
365
|
+
- **Message:** remove Message.MessagePriority, add EMessagePriority ([88a1368](https://github.com/weyoss/redis-smq/commit/88a1368ff8e000f3f26141ec29fddc7f96a7103e))
|
|
366
|
+
- **QueueMessages:** move message methods to Message,add MessageEnvelope ([932a88e](https://github.com/weyoss/redis-smq/commit/932a88eee5bfd0dc020c8516f76e2d351d486fe3))
|
|
407
367
|
|
|
408
368
|
## [8.0.0-rc.7](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.6...v8.0.0-rc.7) (2023-12-09)
|
|
409
369
|
|
|
410
|
-
|
|
411
370
|
### ⚠ BREAKING CHANGES
|
|
412
371
|
|
|
413
|
-
|
|
372
|
+
- **QueueMessages:** remove redundant method deleteMessage()
|
|
414
373
|
|
|
415
374
|
### Documentation
|
|
416
375
|
|
|
417
|
-
|
|
418
|
-
|
|
376
|
+
- **QueueMessages:** remove redundant method deleteMessage() ([cdeb454](https://github.com/weyoss/redis-smq/commit/cdeb4543f859e108efdcaa61aeac15d3a325b0a5))
|
|
419
377
|
|
|
420
378
|
### Codebase Refactoring
|
|
421
379
|
|
|
422
|
-
|
|
423
|
-
|
|
380
|
+
- **QueueMessages:** remove redundant method deleteMessage() ([af21dff](https://github.com/weyoss/redis-smq/commit/af21dff9f6b959ed21aa4cbe812606c1efbf4046))
|
|
424
381
|
|
|
425
382
|
### Tests
|
|
426
383
|
|
|
427
|
-
|
|
384
|
+
- **QueueMessages:** remove redundant method deleteMessage() ([dfa3792](https://github.com/weyoss/redis-smq/commit/dfa37924a0a8e2fc726ce4a76baa535c79f0c917))
|
|
428
385
|
|
|
429
386
|
## [8.0.0-rc.6](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.5...v8.0.0-rc.6) (2023-12-09)
|
|
430
387
|
|
|
431
|
-
|
|
432
388
|
### ⚠ BREAKING CHANGES
|
|
433
389
|
|
|
434
|
-
|
|
390
|
+
- **QueueMessages:** rename deleteMessagesById to deleteMessageById
|
|
435
391
|
|
|
436
392
|
### Documentation
|
|
437
393
|
|
|
438
|
-
|
|
439
|
-
|
|
394
|
+
- **QueueMessages:** rename deleteMessagesById to deleteMessageById ([81cfb72](https://github.com/weyoss/redis-smq/commit/81cfb72a012e99398435418f52c8a24018759234))
|
|
440
395
|
|
|
441
396
|
### Codebase Refactoring
|
|
442
397
|
|
|
443
|
-
|
|
398
|
+
- **QueueMessages:** rename deleteMessagesById to deleteMessageById ([b3baf71](https://github.com/weyoss/redis-smq/commit/b3baf711e6210034aac256362418dd8d87859557))
|
|
444
399
|
|
|
445
400
|
## [8.0.0-rc.5](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.4...v8.0.0-rc.5) (2023-12-03)
|
|
446
401
|
|
|
447
|
-
|
|
448
402
|
### Documentation
|
|
449
403
|
|
|
450
|
-
|
|
451
|
-
|
|
404
|
+
- clean up ([2d7c004](https://github.com/weyoss/redis-smq/commit/2d7c004e690ca2f30a6de8d22feb5f4a3711eab9))
|
|
452
405
|
|
|
453
406
|
### Codebase Refactoring
|
|
454
407
|
|
|
455
|
-
|
|
408
|
+
- improve typings ([c86bb53](https://github.com/weyoss/redis-smq/commit/c86bb53969bbb919f115268cbf510c818af44066))
|
|
456
409
|
|
|
457
410
|
## [8.0.0-rc.4](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.3...v8.0.0-rc.4) (2023-12-02)
|
|
458
411
|
|
|
459
|
-
|
|
460
412
|
### Documentation
|
|
461
413
|
|
|
462
|
-
|
|
463
|
-
|
|
414
|
+
- clean up outdated examples ([dd1c68b](https://github.com/weyoss/redis-smq/commit/dd1c68bdd7cf7de2dfa309dbe7efff76fed5c983))
|
|
464
415
|
|
|
465
416
|
### Misc
|
|
466
417
|
|
|
467
|
-
|
|
418
|
+
- move redis-smq-common from dev-deps to deps ([675880d](https://github.com/weyoss/redis-smq/commit/675880d3803cca9c89aa860486bae43dbe7e2f70))
|
|
468
419
|
|
|
469
420
|
## [8.0.0-rc.3](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.2...v8.0.0-rc.3) (2023-12-02)
|
|
470
421
|
|
|
471
|
-
|
|
472
422
|
### Bug Fixes
|
|
473
423
|
|
|
474
|
-
|
|
475
|
-
|
|
424
|
+
- **scheduler:** handle unacked messages with retry delay correctly ([a97b145](https://github.com/weyoss/redis-smq/commit/a97b145f605d6b5c7d9f6f83c844c9d2447c5786))
|
|
476
425
|
|
|
477
426
|
### Documentation
|
|
478
427
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
428
|
+
- update Message reference ([1cff3e3](https://github.com/weyoss/redis-smq/commit/1cff3e3fe3634ffa2d502a4bbb589948ed8e56ea))
|
|
429
|
+
- update TRedisSMQEvent reference ([5afa22e](https://github.com/weyoss/redis-smq/commit/5afa22ea1d2de00cb9c4708c55ec8fe1ef5a39b5))
|
|
482
430
|
|
|
483
431
|
### Tests
|
|
484
432
|
|
|
485
|
-
|
|
433
|
+
- **message:** add new test cases covering message status ([9eec7e9](https://github.com/weyoss/redis-smq/commit/9eec7e9e2a39244ab62b9f8db4d049d3363a534d))
|
|
486
434
|
|
|
487
435
|
## [8.0.0-rc.2](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.1...v8.0.0-rc.2) (2023-11-27)
|
|
488
436
|
|
|
489
|
-
|
|
490
437
|
### ⚠ BREAKING CHANGES
|
|
491
438
|
|
|
492
|
-
|
|
493
|
-
|
|
439
|
+
- **events:** use typed events, remove legacy events
|
|
440
|
+
- add message status, return message IDs for produced messages
|
|
494
441
|
|
|
495
442
|
### Features
|
|
496
443
|
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
444
|
+
- add message status, return message IDs for produced messages ([56566bf](https://github.com/weyoss/redis-smq/commit/56566bf77d180a3b8a2baf0659f9bfc4861c71b3))
|
|
445
|
+
- **events:** use typed events, remove legacy events ([5f5a34f](https://github.com/weyoss/redis-smq/commit/5f5a34f11b51949c761a83301a087a682a105a89))
|
|
500
446
|
|
|
501
447
|
### Documentation
|
|
502
448
|
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
449
|
+
- **README.md:** update features description ([4ac300e](https://github.com/weyoss/redis-smq/commit/4ac300e71ef758d30f24810205732fd8b1d61b55))
|
|
450
|
+
- update configuration.md ([83ce680](https://github.com/weyoss/redis-smq/commit/83ce680d4ba06901d4b524c542036d8f661a8af4))
|
|
451
|
+
- use typed events, remove legacy events ([7c899f8](https://github.com/weyoss/redis-smq/commit/7c899f81f3eb66084d1b94b818d549800d453334))
|
|
507
452
|
|
|
508
453
|
### Tests
|
|
509
454
|
|
|
510
|
-
|
|
511
|
-
|
|
455
|
+
- add message status, return message IDs for produced messages ([8e3c228](https://github.com/weyoss/redis-smq/commit/8e3c22854940e7de3ab911e99cba64793b6ef7a5))
|
|
456
|
+
- use typed events, remove legacy events ([5d85cb0](https://github.com/weyoss/redis-smq/commit/5d85cb006b49cae97a214012e0f249399357c76a))
|
|
512
457
|
|
|
513
458
|
## [8.0.0-rc.1](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.0...v8.0.0-rc.1) (2023-11-21)
|
|
514
459
|
|
|
515
|
-
|
|
516
460
|
### Codebase Refactoring
|
|
517
461
|
|
|
518
|
-
|
|
519
|
-
|
|
462
|
+
- pass keyQueueMessages as a key for SCHEDULE_MESSAGE script ([f9f69b3](https://github.com/weyoss/redis-smq/commit/f9f69b3359c63702974946d9ae486b1a59a38485))
|
|
520
463
|
|
|
521
464
|
### Tests
|
|
522
465
|
|
|
523
|
-
|
|
524
|
-
|
|
466
|
+
- fix unpredictable error throwing when deleting a namespace ([4126670](https://github.com/weyoss/redis-smq/commit/4126670ca283073c42e69e80e5fc95f1eaf95a92))
|
|
525
467
|
|
|
526
468
|
### Misc
|
|
527
469
|
|
|
528
|
-
|
|
470
|
+
- update lint-staged configuration ([9543401](https://github.com/weyoss/redis-smq/commit/9543401acae6abed6eaa53aa9149e0306b2cad64))
|
|
529
471
|
|
|
530
472
|
## [8.0.0-rc.0](https://github.com/weyoss/redis-smq/compare/v7.2.3...v8.0.0-rc.0) (2023-11-20)
|
|
531
473
|
|
|
532
|
-
|
|
533
474
|
### ⚠ BREAKING CHANGES
|
|
534
475
|
|
|
535
|
-
|
|
476
|
+
- use latest redis-smq-common release, fix breaking changes
|
|
536
477
|
|
|
537
478
|
### Features
|
|
538
479
|
|
|
539
|
-
|
|
540
|
-
|
|
480
|
+
- allow to track a published message by its ID ([5f702d2](https://github.com/weyoss/redis-smq/commit/5f702d251a5b1f43c0364d6ce96a667d4f79d700))
|
|
541
481
|
|
|
542
482
|
### Bug Fixes
|
|
543
483
|
|
|
544
|
-
|
|
545
|
-
|
|
484
|
+
- **exchange:** fix json argument typings for \_fromJSON() ([55bf8cc](https://github.com/weyoss/redis-smq/commit/55bf8cca65fce23774a68e6aaac1b590bbc07ff4))
|
|
546
485
|
|
|
547
486
|
### Documentation
|
|
548
487
|
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
488
|
+
- add missing error classes reference, clean up ([106b6d0](https://github.com/weyoss/redis-smq/commit/106b6d0627b747e49d5d09499dda21912803298a))
|
|
489
|
+
- **api:** improve IQueueProperties description ([4ffeee3](https://github.com/weyoss/redis-smq/commit/4ffeee30e4a119a4bf378a4e753b19ad60f62070))
|
|
490
|
+
- fix empty links ([dfc4ae9](https://github.com/weyoss/redis-smq/commit/dfc4ae992be9b4145e100d8f063947c316b04f37))
|
|
491
|
+
- fix javascript/typescript examples ([4cb2eb1](https://github.com/weyoss/redis-smq/commit/4cb2eb13055609ea05ed98b34a143feedb63ebc0))
|
|
492
|
+
- **queue:** update IQueueProperties interface reference ([631f239](https://github.com/weyoss/redis-smq/commit/631f2393fedb7f33a20611e1a006b19c64a9fa93))
|
|
493
|
+
- **README.md:** add pre-release notice ([458fc57](https://github.com/weyoss/redis-smq/commit/458fc57e8089b8aa2835783a8bfe642364989ff6))
|
|
494
|
+
- **README.md:** fix typo ([3abf1e2](https://github.com/weyoss/redis-smq/commit/3abf1e2665c4ae5d3eb91b8166abc630cd9f039a))
|
|
495
|
+
- **README.md:** update minimal supported Redis version ([2c3ea00](https://github.com/weyoss/redis-smq/commit/2c3ea00dd93266b59ee649ffc8ff9351708f925b))
|
|
496
|
+
- **README:** fix heading hierarchy ([6dc0bd5](https://github.com/weyoss/redis-smq/commit/6dc0bd5ea10b42cc5a4ab1012c480f206e576edb))
|
|
497
|
+
- update docs ([188679e](https://github.com/weyoss/redis-smq/commit/188679e9476c9c0ba979be500168567775e085f3))
|
|
498
|
+
- update examples ([ac4b0b5](https://github.com/weyoss/redis-smq/commit/ac4b0b5d7d1d50ad10e9f5bcd825b28a51c37c40))
|
|
561
499
|
|
|
562
500
|
### Codebase Refactoring
|
|
563
501
|
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
502
|
+
- **queue:** use friendly keys for queue properties object ([9e88f54](https://github.com/weyoss/redis-smq/commit/9e88f54052a9b0bc89144e8d067f1818f0d32a13))
|
|
503
|
+
- use latest redis-smq-common release, fix breaking changes ([e347d4d](https://github.com/weyoss/redis-smq/commit/e347d4d148c3b104e7d73c9ef8d5bf796657c1d6))
|
|
567
504
|
|
|
568
505
|
### Tests
|
|
569
506
|
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
507
|
+
- fix breaking changes from latest redis-smq-common ([30a6099](https://github.com/weyoss/redis-smq/commit/30a609981786cabd4d08e9277be5b0bab8ad86fb))
|
|
508
|
+
- fix QueueMessageNotFoundError checking ([6053cee](https://github.com/weyoss/redis-smq/commit/6053ceef7b7922bbb58eaf91d4d3a15baea34bb4))
|
|
509
|
+
- fix tests ([561f0d0](https://github.com/weyoss/redis-smq/commit/561f0d06f0c4f28e6338def878210f2704b718b0))
|
|
574
510
|
|
|
575
511
|
### Misc
|
|
576
512
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
513
|
+
- add npm scripts ([34b4883](https://github.com/weyoss/redis-smq/commit/34b4883fa65a3c0b75d019cd1aedda3d42ccfc63))
|
|
514
|
+
- bump up redis-smq-common to v3.0.0-rc.6 ([f177b95](https://github.com/weyoss/redis-smq/commit/f177b95a84b1ab41304a8ceb568922e359c626b2))
|
|
515
|
+
- bump up type-coverage to v2.27.0 ([5140727](https://github.com/weyoss/redis-smq/commit/5140727f59ebf820702b2822149d85a266ca4b5e))
|
|
516
|
+
- fix incorrect imports ([ba82774](https://github.com/weyoss/redis-smq/commit/ba827746f1824191bd677919f3165e405ff8bcfc))
|
|
517
|
+
- update both .gitignore and .npmignore files ([3e84387](https://github.com/weyoss/redis-smq/commit/3e8438758d65fec2afa4f8de11f25239f581c368))
|
|
518
|
+
- update package-lock.json ([77c761a](https://github.com/weyoss/redis-smq/commit/77c761aec04e103bc6a60b01ae0393a9e9bf7e43))
|
|
519
|
+
- update project copyright annotation ([4080ac0](https://github.com/weyoss/redis-smq/commit/4080ac0b76f418193391e20f5e8c294cac7671e9))
|
|
585
520
|
|
|
586
521
|
### Continuous Integration
|
|
587
522
|
|
|
588
|
-
|
|
589
|
-
|
|
523
|
+
- drop support for redis server 2.8 and 3 ([9ef8ade](https://github.com/weyoss/redis-smq/commit/9ef8adec08bf90d1cc27b9bbabe591bca25a7d8e))
|
|
524
|
+
- update minimal supported versions for nodejs and redis ([13b3197](https://github.com/weyoss/redis-smq/commit/13b31977937c65aa989de8d715022d1afb5f0839))
|
|
590
525
|
|
|
591
526
|
## 7.2.3 (2023-03-26)
|
|
592
527
|
|
|
593
|
-
|
|
594
|
-
|
|
528
|
+
- test(consumer-heartbeat): update tests (4332153)
|
|
529
|
+
- refactor(consumer-heartbeat): clean up and improve API (20fc1b1)
|
|
595
530
|
|
|
596
531
|
## 7.2.2 (2023-03-25)
|
|
597
532
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
533
|
+
- test(workers): update tests (c22f1bb)
|
|
534
|
+
- perf(workers): use offset/count for schedule and watchdog workers (e78ecdb)
|
|
535
|
+
- build: bump up redis-smq-common to v2.0.0 (c90050d)
|
|
536
|
+
- build: clean up (61851a9)
|
|
602
537
|
|
|
603
538
|
## 7.2.1 (2023-02-15)
|
|
604
539
|
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
540
|
+
- build: update deps (e362d7c)
|
|
541
|
+
- fix: use path.resolve() to fix 'no such file or directory' error (b713fbe)
|
|
542
|
+
- build: bump up redis-smq-common to v1.0.6 (fc25b15)
|
|
608
543
|
|
|
609
544
|
## 7.2.0 (2023-01-06)
|
|
610
545
|
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
546
|
+
- build: fix NPM vulnerability warnings (e2ca247)
|
|
547
|
+
- build: bump up redis-smq-common to v1.0.5 (cc08fe7)
|
|
548
|
+
- docs(readme): update documentation (3713643)
|
|
549
|
+
- refactor(message-state): improve getSetExpired() logic (bb6f262)
|
|
550
|
+
- test(queue): test settings parsing compatibility with v7.1 (0656217)
|
|
551
|
+
- refactor(queue): move out settings parsing logic from getSettings() (cf4ba86)
|
|
552
|
+
- fix(queue): Keep compatibility with v7.1 queue settings schema (d49735e)
|
|
553
|
+
- docs(queue-manager): update queue.getSettings() reference (09214a4)
|
|
554
|
+
- chore: update license (6016483)
|
|
555
|
+
- docs(queues): improve documentation (494a0ce)
|
|
556
|
+
- docs(queue-manager): update docs (77d2e64)
|
|
557
|
+
- fix(examples): use save() method to create queues (9026923)
|
|
558
|
+
- test(queue-manager): test FIFO queues (b97dc4d)
|
|
559
|
+
- refactor(queue-manager): clean up (7f2d693)
|
|
560
|
+
- refactor(message-manager): refactor and clean up (4f55431)
|
|
561
|
+
- feat(queue-manager): allow to create and use FIFO queues (853a29b)
|
|
562
|
+
- docs(message-manager): update scheduled messages API reference (7fa3d23)
|
|
628
563
|
|
|
629
564
|
## 7.1.3 (2022-10-26)
|
|
630
565
|
|
|
631
|
-
|
|
632
|
-
|
|
566
|
+
- test(FanOutExchangeManager): test binding queues of different types (d2e287c)
|
|
567
|
+
- fix(FanOutExchangeManager): forbid binding queues of different types (0df6bdc)
|
|
633
568
|
|
|
634
569
|
## 7.1.2 (2022-10-22)
|
|
635
570
|
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
571
|
+
- fix(FanOutExchangeManager): fix unbindQueue() transaction handling (dec63de)
|
|
572
|
+
- fix(FanOutExchangeManager): fix bindQueue() transaction handling (afbdde6)
|
|
573
|
+
- docs(queues): fix typos (08f29c0)
|
|
574
|
+
- docs(queues): add queues.md reference, clean up (3219eb8)
|
|
575
|
+
- docs: improve documentation, add missing links (c740e11)
|
|
641
576
|
|
|
642
577
|
## 7.1.1 (2022-10-11)
|
|
643
578
|
|
|
644
|
-
|
|
645
|
-
|
|
579
|
+
- docs(message-exchanges): update docs (19d7dd3)
|
|
580
|
+
- docs: update README (63b2fe6)
|
|
646
581
|
|
|
647
582
|
## 7.1.0 (2022-10-06)
|
|
648
583
|
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
584
|
+
- docs: update README.md (8734e49)
|
|
585
|
+
- build: update npm dependencies (4225c50)
|
|
586
|
+
- test(FanOutExchangeManager): increase code coverage (df4c693)
|
|
587
|
+
- refactor(FanOutExchangeManager): improve unbindQueue() logic (c1440a5)
|
|
588
|
+
- docs: update docs (508430f)
|
|
589
|
+
- fix: fix typing error (05c1575)
|
|
590
|
+
- test: increase code coverage (c4ba4f3)
|
|
591
|
+
- refactor: rename saveExchange() to createExchange() (995ca03)
|
|
592
|
+
- refactor: improve TQueueSettings typing (413f4d3)
|
|
593
|
+
- refactor: bump up redis keys version (3389216)
|
|
594
|
+
- refactor: add EQueueSettingType, remove KEY*QUEUE_SETTINGS*\* keys (600199c)
|
|
595
|
+
- refactor(queue-manager): update queue.create() reply payload (f3a12d1)
|
|
596
|
+
- feat(FanOutExchangeManager): add saveExchange(), deleteExchange() (1ce22cc)
|
|
597
|
+
- refactor(redis-keys): clean up validateRedisKey() (e921540)
|
|
598
|
+
- fix(FanOutExchange): fix bindingParams validation (327d045)
|
|
599
|
+
- test(exchange): increase code coverage (f5f5d95)
|
|
600
|
+
- feat(exchange): allow retrieving fanout exchange list (8a96b17)
|
|
601
|
+
- refactor(exchange): improve exchange tag naming (a089738)
|
|
602
|
+
- refactor(message): improve message.exchange typing (9ce281a)
|
|
603
|
+
- refactor(queue-manager): clean up (ce5ab8e)
|
|
604
|
+
- docs(message): update MessageMetadata references (5041a85)
|
|
605
|
+
- test(message): update MessageMetadata references (9888918)
|
|
606
|
+
- refactor(message): rename MessageMetadata to MessageState, clean up (2de18b4)
|
|
607
|
+
- docs(exchange): improve documentation (718a80a)
|
|
608
|
+
- docs(producer): update docs (1965a75)
|
|
609
|
+
- docs(exchange): fix typos (93b4c8e)
|
|
610
|
+
- test(exchange): test exchanges with unmatched queues (d836eab)
|
|
611
|
+
- fix(exchange): return an error for exchanges with unmatched queues (e89ce06)
|
|
612
|
+
- docs(message): add missing method references (c723ec2)
|
|
613
|
+
- docs(exchange): update docs (1dc02a4)
|
|
614
|
+
- refactor(exchange): rename FanOutExchangeManager methods (f981241)
|
|
615
|
+
- docs(exchange): add FanOutExchangeManager reference (9cecc89)
|
|
616
|
+
- test(exchange): update fanout-exchange tests (be75519)
|
|
617
|
+
- feat(exchange): add FanOutExchangeManager (f8168a4)
|
|
618
|
+
- refactor(exchange): rename files (fd9d906)
|
|
619
|
+
- build: update workflow names (7b1b545)
|
|
620
|
+
- docs(readme): display the status of codeql.yml workflow (94eb97a)
|
|
621
|
+
- perf(redis-keys): fix inefficient regex complexity (dcb4f1f)
|
|
622
|
+
- build: set up code scanning (be0dd02)
|
|
623
|
+
- docs(exchange): update message-exchanges.md (49436af)
|
|
624
|
+
- test(exchange): fix test errors (f3aa786)
|
|
625
|
+
- docs(exchange): fix typos (a62a732)
|
|
626
|
+
- fix(redis-keys): enforce a redis key to start with a letter (a-z) (ecb7493)
|
|
627
|
+
- docs(exchange): update docs (wip) (6d3eaee)
|
|
628
|
+
- fix(exchange): export DirectExchange/TopicExchange/FanOutExchange classes (c070f3c)
|
|
629
|
+
- test(exchange): increase code coverage (063582c)
|
|
630
|
+
- refactor(exchange): add and use InvalidExchangeDataError (482e093)
|
|
631
|
+
- docs(readme): add reference to current release documentation (747e4e3)
|
|
632
|
+
- docs(producer): update producer.produce() parameters (938976e)
|
|
633
|
+
- fix: fix various typings issues (9c51445)
|
|
634
|
+
- chore: update examples (3628813)
|
|
635
|
+
- refactor: update tests (1456c5a)
|
|
636
|
+
- test(exchange): test fanout and topic exchanges (54c081b)
|
|
637
|
+
- feat(queue-manager): allow to bind/unbind a queue to an exchange (cd91109)
|
|
638
|
+
- refactor(exchange): remove code redundancies and clean up (2dc2cba)
|
|
639
|
+
- chore: bump up redis-smq-common to v1.0.4 (5181ad7)
|
|
640
|
+
- feat(exchange): implement missing methods of TopicExchange class (e2119b5)
|
|
641
|
+
- feat(redis-keys): allow redis keys to include a dot (92b8b05)
|
|
642
|
+
- perf(queue-manager): use sscan instead of smembers (8f491f4)
|
|
643
|
+
- feat(exchange): implement direct, fanout, and topic exchanges (1617e9b)
|
|
644
|
+
- chore: bump up redis-smq-common to 1.0.3 (d7f4aba)
|
|
645
|
+
- chore: clean up (ee88201)
|
|
711
646
|
|
|
712
647
|
## 7.0.7 (2022-08-10)
|
|
713
648
|
|
|
714
|
-
|
|
715
|
-
|
|
649
|
+
- Bump up redis-smq-common to v1.0.2 (ff385ad)
|
|
650
|
+
- Update docs (3871e8f)
|
|
716
651
|
|
|
717
652
|
## 7.0.6 (2022-08-08)
|
|
718
653
|
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
654
|
+
- Improve consumer/producer shutdown handling (36278ce)
|
|
655
|
+
- Update docs (51dfd16)
|
|
656
|
+
- Update examples (208934b)
|
|
657
|
+
- Fix tests (573e340)
|
|
658
|
+
- Add and use ProducerNotRunningError error class (e89facd)
|
|
659
|
+
- Fix a potential MaxListenersExceededWarning exception throwing (011a21b)
|
|
660
|
+
- Make producers to be run manually before producing messages (c989449)
|
|
726
661
|
|
|
727
662
|
## 7.0.5 (2022-07-20)
|
|
728
663
|
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
664
|
+
- Remove code redundancies (55eec79)
|
|
665
|
+
- Update event listeners docs (e308848)
|
|
666
|
+
- Refactor IEventListener interface, clean up (14dbf30)
|
|
732
667
|
|
|
733
668
|
## 7.0.4 (2022-07-14)
|
|
734
669
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
670
|
+
- Fix dev dependencies (e42d072)
|
|
671
|
+
- Update installation info (12c6170)
|
|
672
|
+
- Make redis-smq-common as a peer dependency (ade08af)
|
|
738
673
|
|
|
739
674
|
## 7.0.3 (2022-07-13)
|
|
740
675
|
|
|
741
|
-
|
|
676
|
+
- Fix consuming-messages/test00012 (4c9dfb8)
|
|
742
677
|
|
|
743
678
|
## 7.0.2 (2022-07-13)
|
|
744
679
|
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
680
|
+
- Bump up redis-smq-common to v1.0.1 (e3fbb10)
|
|
681
|
+
- Bump up typescript to v4.7.4 (0f69254)
|
|
682
|
+
- Fix npm vulnerability warnings (9925be0)
|
|
683
|
+
- Clean up examples (72ea0fb)
|
|
749
684
|
|
|
750
685
|
## 7.0.1 (2022-06-18)
|
|
751
686
|
|
|
752
|
-
|
|
753
|
-
|
|
687
|
+
- Update migrating.md (9065d5f)
|
|
688
|
+
- Update README.md (4cfb653)
|
|
754
689
|
|
|
755
690
|
## 7.0.0 (2022-06-18)
|
|
756
691
|
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
692
|
+
- Fix typing issue (cd8bf6a)
|
|
693
|
+
- Bump up redis-smq-common to v1.0.0 (02c353d)
|
|
694
|
+
- Update callback vs promise vs async/await benchmarks (6fca49c)
|
|
695
|
+
- Update README.md (7fbdcbf)
|
|
761
696
|
|
|
762
697
|
## 7.0.0-rc.8 (2022-06-09)
|
|
763
698
|
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
699
|
+
- Update docs (96a45e7)
|
|
700
|
+
- Test consumers/producers event listeners (856e12d)
|
|
701
|
+
- Implement consumers/producers event listeners (6f5d603)
|
|
767
702
|
|
|
768
703
|
## 7.0.0-rc.7 (2022-06-07)
|
|
769
704
|
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
705
|
+
- Update redis keys prefix (a6ca852)
|
|
706
|
+
- Use codecov instead of coveralls (d8b5f83)
|
|
707
|
+
- Improve consuming-messages/test00013 (5cd823c)
|
|
708
|
+
- Improve consuming-messages/test00010 (a9a4f47)
|
|
709
|
+
- Test WatchdogWorker (73fbe9a)
|
|
710
|
+
- Clean up (aa9a51a)
|
|
711
|
+
- Improve unacknowleged messages handling, refactor (005c6a0)
|
|
712
|
+
- Fix outdated javascript examples (e31f89c)
|
|
713
|
+
- Keep a clean directory structure (642739f)
|
|
714
|
+
- Update README.md (5c011e3)
|
|
715
|
+
- Clean up tests (10ebb77)
|
|
781
716
|
|
|
782
717
|
## 7.0.0-rc.6 (2022-05-31)
|
|
783
718
|
|
|
784
|
-
|
|
719
|
+
- Bump up redis-smq-common to v1.0.0-rc.11 (43717f0)
|
|
785
720
|
|
|
786
721
|
## 7.0.0-rc.5 (2022-05-31)
|
|
787
722
|
|
|
788
|
-
|
|
789
|
-
|
|
723
|
+
- Bump up redis-smq-common to v1.0.0-rc.10 (e025525)
|
|
724
|
+
- Update docs (738d9d0)
|
|
790
725
|
|
|
791
726
|
## 7.0.0-rc.4 (2022-05-30)
|
|
792
727
|
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
728
|
+
- Update README.md (fef27c1)
|
|
729
|
+
- Support node-redis v4 (c7a91b1)
|
|
730
|
+
- Drop support for node.js v12 (0b5a4e9)
|
|
731
|
+
- Fix outdated documentation (d3bf31b)
|
|
732
|
+
- Fix broken link (fd48c86)
|
|
798
733
|
|
|
799
734
|
## 7.0.0-rc.3 (2022-05-26)
|
|
800
735
|
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
736
|
+
- Update migration/configuration/message/message-manager references (6d53877)
|
|
737
|
+
- Update docs (df2eddb)
|
|
738
|
+
- Bump up redis-smq-common to v1.0.0-rc.3, refactor (0508c75)
|
|
739
|
+
- Bump up redis-smq-common to v1.0.0-rc.2 (f38d757)
|
|
740
|
+
- Remove singletons, use instance based configuration (65f28ec)
|
|
741
|
+
- Fix 'fsevents not accessible from jest-haste-map' error (1cbc786)
|
|
742
|
+
- Use shared components from redis-smq-common (2abfb98)
|
|
743
|
+
- Reorganize codebase folders (cdf25fa)
|
|
744
|
+
- Clean up redis-keys.ts (c6b8af8)
|
|
745
|
+
- Add PluginRegistrationNotAllowedError error, clean up (aa003a1)
|
|
746
|
+
- Update tests (0950706)
|
|
747
|
+
- Implement a plugging system for using the web-ui as an extension (e2b0cca)
|
|
748
|
+
- Fix tests (ca01d66)
|
|
749
|
+
- Reorganize codebase files (2cef191)
|
|
750
|
+
- Remove the web ui from codebase, clean up (ffe03c9)
|
|
751
|
+
- Update http-api.md (4023dc5)
|
|
817
752
|
|
|
818
753
|
## 7.0.0-rc.2 (2022-05-18)
|
|
819
754
|
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
755
|
+
- Fix typo (8002616)
|
|
756
|
+
- Update docs (d40b1c2)
|
|
757
|
+
- Update misc scripts (bde5171)
|
|
758
|
+
- Clean up WebsocketRateStreamWorker, use incremental timestamp (918fac0)
|
|
824
759
|
|
|
825
760
|
## 7.0.0-rc.1 (2022-05-15)
|
|
826
761
|
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
762
|
+
- Update docs (41ee4bf)
|
|
763
|
+
- Fix consuming-messages/test00015 test (8b3072a)
|
|
764
|
+
- Clean up and simplify the consumer.consume() callback argument (bd98b65)
|
|
765
|
+
- Update docs (9ede0f6)
|
|
766
|
+
- Update tests (b1772aa)
|
|
767
|
+
- Refactor configuration object (2ebe1ba)
|
|
768
|
+
- Make QueueManager constructor private (c55cdad)
|
|
769
|
+
- Update redisKeys version (add3e8d)
|
|
770
|
+
- Update scheduling-messages.md (4b2bb2d)
|
|
771
|
+
- Update multiplexing.md (f36f712)
|
|
837
772
|
|
|
838
773
|
## 7.0.0-rc.0 (2022-05-13)
|
|
839
774
|
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
775
|
+
- Update LICENSE (2ef31db)
|
|
776
|
+
- Update multiplexing.md (62c575e)
|
|
777
|
+
- Add v7 migration guide (48e325e)
|
|
778
|
+
- Add error codes for message publishing/scheduling failures (e89308d)
|
|
779
|
+
- Update examples (564ffe6)
|
|
780
|
+
- Update docs (e8d80c2)
|
|
781
|
+
- Bump up redis-smq-monitor to v7.0.0-rc.0 (059e0fd)
|
|
782
|
+
- Update docs (5810361)
|
|
783
|
+
- Fix http-api/test00001 test (a2f257c)
|
|
784
|
+
- Update docs (117955a)
|
|
785
|
+
- Update tests (ba83f0b)
|
|
786
|
+
- Improve QueueManager methods naming (b1c5237)
|
|
787
|
+
- Clean up (f57f237)
|
|
788
|
+
- Fix pending messages related data in websocket streams (bbd99cb)
|
|
789
|
+
- Clean up (5ae08f8)
|
|
790
|
+
- Update examples (e3990a9)
|
|
791
|
+
- Update tests (86d58e4)
|
|
792
|
+
- Unify pending messages API for both LIFO and Priority messages (ffdbfd1)
|
|
793
|
+
- Fix tests (f00ea26)
|
|
794
|
+
- Fix queue creation, handle properly queue settings (ec00907)
|
|
795
|
+
- Clean up Queue class (afce21f)
|
|
796
|
+
- Update tests (3bc9fd4)
|
|
797
|
+
- Clean up QueueManager (852633d)
|
|
798
|
+
- Validate the message queue before scheduling a message (9c70c0c)
|
|
799
|
+
- Refactor MessageManager API, clean up (0df67f3)
|
|
800
|
+
- Fix various tests errors due to incompatible APIs (bea78a6)
|
|
801
|
+
- Refactor Producer/Consumer/QueueManager APIs (3f0574a)
|
|
802
|
+
- Refactor consumer class, update consumer.consume() signature (618172c)
|
|
803
|
+
- Expect the number messages to be at greater than 6 (02ea402)
|
|
804
|
+
- Improve consuming-messages/test00031 (3605512)
|
|
805
|
+
- Clean up (3660ba3)
|
|
806
|
+
- Bump up redis-smq-monitor to v6.5.7 (05d004a)
|
|
807
|
+
- Fix consuming-messages/test00014 (8a1b7b9)
|
|
808
|
+
- Merge branch 'lock-manager' (c1edcb2)
|
|
809
|
+
- Throw an error when a lock could not be acquired or extended (5ff1fca)
|
|
810
|
+
- Refactor LockManager to allow auto extending locks (efbbe35)
|
|
876
811
|
|
|
877
812
|
## 6.4.2 (2022-04-23)
|
|
878
813
|
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
814
|
+
- Test expired locks (367660e)
|
|
815
|
+
- Do not throw an exception and try to acquire again an expired lock (b7f7d36)
|
|
816
|
+
- Bump up redis-smq-monitor to v6.5.6 (c31cd2e)
|
|
817
|
+
- Fix NPM security vulnerabilities (3900ddf)
|
|
818
|
+
- Clean up monitor-server services (954d856)
|
|
884
819
|
|
|
885
820
|
## 6.4.1 (2022-03-22)
|
|
886
821
|
|
|
887
|
-
|
|
888
|
-
|
|
822
|
+
- Fix fsevents not accessible from jest-haste-map (482cb11)
|
|
823
|
+
- Fix broken url in the Web UI docs (02e08d7)
|
|
889
824
|
|
|
890
825
|
## 6.4.0 (2022-03-22)
|
|
891
826
|
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
827
|
+
- Update Web UI docs (ed63186)
|
|
828
|
+
- Bump up redis-smq-monitor to v6.5.5 (3179f85)
|
|
829
|
+
- Test monitor.basePath configuration (00c680d)
|
|
830
|
+
- Support basePath when running web ui from behind a reverse proxy (ea17ffe)
|
|
896
831
|
|
|
897
832
|
## 6.3.1 (2022-03-15)
|
|
898
833
|
|
|
899
|
-
|
|
834
|
+
- Fix typos (a5db76a)
|
|
900
835
|
|
|
901
836
|
## 6.3.0 (2022-03-15)
|
|
902
837
|
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
838
|
+
- Update docs (3ad938a)
|
|
839
|
+
- Use colons instead of dots for joining Redis key segments (75dbcb6)
|
|
840
|
+
- Continue testing consumer message multiplexing (17c9659)
|
|
841
|
+
- Improve multiplexing delay when dequeuing messages (a635c8a)
|
|
842
|
+
- Remove deprecated consumer.cancel(queue,priority,cb), add new tests (4a2d458)
|
|
843
|
+
- Fix test errors, clean up (09feb9c)
|
|
844
|
+
- Prefer method definition over arrow function property (5d7e664)
|
|
845
|
+
- Implement MultiplexedMessageHandlerRunner (6980cbf)
|
|
846
|
+
- Refactor MessageHandler to allow more modular structures (b079244)
|
|
912
847
|
|
|
913
848
|
## 6.2.6 (2022-03-04)
|
|
914
849
|
|
|
915
|
-
|
|
916
|
-
|
|
850
|
+
- Clean up (2837cc6)
|
|
851
|
+
- Implement MessageHandlerRunner (cfba094)
|
|
917
852
|
|
|
918
853
|
## 6.2.5 (2022-03-03)
|
|
919
854
|
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
855
|
+
- Update Consumer API docs (8580f4a)
|
|
856
|
+
- Do not consume messages with and without priority from the same queue (84130bf)
|
|
857
|
+
- Use default parameters when creating a Ticker instance (db9feb0)
|
|
858
|
+
- Update consumer queue list upon shutting down a message handler (14519e2)
|
|
924
859
|
|
|
925
860
|
## 6.2.4 (2022-02-23)
|
|
926
861
|
|
|
927
|
-
|
|
862
|
+
- Fix consuming-messages/test00015 error (c5c365a)
|
|
928
863
|
|
|
929
864
|
## 6.2.3 (2022-02-23)
|
|
930
865
|
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
866
|
+
- Bump up redis-smq-monitor to v6.5.3 (4e845d0)
|
|
867
|
+
- Remove gracefully a message handler (a4402b7)
|
|
868
|
+
- Add MessageHandlerAlreadyExistsError custom error (65882ed)
|
|
934
869
|
|
|
935
870
|
## 6.2.2 (2022-02-21)
|
|
936
871
|
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
872
|
+
- Fix a queue rate limiting bug allowing to save invalid Redis keys (1dc91aa)
|
|
873
|
+
- Bump up redis-smq-monitor to v6.5.2 (e192db0)
|
|
874
|
+
- Update docs (5a6469e)
|
|
940
875
|
|
|
941
876
|
## 6.2.1 (2022-02-19)
|
|
942
877
|
|
|
943
|
-
|
|
878
|
+
- Remove unused code (475fa3d)
|
|
944
879
|
|
|
945
880
|
## 6.2.0 (2022-02-19)
|
|
946
881
|
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
882
|
+
- Bump up redis-smq-monitor to v6.5.1 (c543c55)
|
|
883
|
+
- Improve consumer message rate time series handling (7d51bb3)
|
|
884
|
+
- Update docs (ef21b39)
|
|
885
|
+
- Allow configuring queue rate limiting from the HTTP API (ec2bc52)
|
|
886
|
+
- Test message consumption rate limiting (62e5b1f)
|
|
887
|
+
- Implement message consumption rate limiting (1c87ec0)
|
|
953
888
|
|
|
954
889
|
## 6.1.0 (2022-02-14)
|
|
955
890
|
|
|
956
|
-
|
|
891
|
+
- Allow configuring which messages to store with extended parameters (7bd37a1)
|
|
957
892
|
|
|
958
893
|
## 6.0.4 (2022-02-13)
|
|
959
894
|
|
|
960
|
-
|
|
895
|
+
- Fix missing type definition for koa-bodyparser (4b8a11e)
|
|
961
896
|
|
|
962
897
|
## 6.0.3 (2022-02-13)
|
|
963
898
|
|
|
964
|
-
|
|
899
|
+
- Increase code coverage (ec839a1)
|
|
965
900
|
|
|
966
901
|
## 6.0.2 (2022-02-12)
|
|
967
902
|
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
903
|
+
- Update architecture overview diagram (e8f77a8)
|
|
904
|
+
- Improve offline consumers handling & message recovery strategy (4072939)
|
|
905
|
+
- Fix typos and update README.md (b73bd37)
|
|
971
906
|
|
|
972
907
|
## 6.0.1 (2022-02-11)
|
|
973
908
|
|
|
974
|
-
|
|
975
|
-
|
|
909
|
+
- Update docs (78fef2e)
|
|
910
|
+
- Clean up WorkerPool class (b4dae38)
|
|
976
911
|
|
|
977
912
|
## 6.0.0 (2022-02-08)
|
|
978
913
|
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
914
|
+
- Bump up redis-smq-monitor version to 6.4.0 (71ceb45)
|
|
915
|
+
- Implement TimeSeriesWorker (a5c404e)
|
|
916
|
+
- When deleting a namespace throw an error if it does not exist (28d0be0)
|
|
917
|
+
- Fix schedule-message.lua parameters (15708c4)
|
|
918
|
+
- Allow managing namespaces, update HTTP API, test (b0c265c)
|
|
919
|
+
- Rename setScheduledPeriod() to setScheduledRepeatPeriod() (d6e3376)
|
|
920
|
+
- Improve Redis keys handling (d9c50f3)
|
|
921
|
+
- Improve LUA scripts parameters handling (5aaa893)
|
|
922
|
+
- Remove redundant call to this.getMainKeys() (f3b1f1f)
|
|
923
|
+
- Update docs (31c81ca)
|
|
989
924
|
|
|
990
925
|
## 6.0.0-rc.11 (2022-02-02)
|
|
991
926
|
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
927
|
+
- Fix tests/purging-queues/test00007 (88e1d3a)
|
|
928
|
+
- Update pre-push hook (8594e6a)
|
|
929
|
+
- Clean up (63ca899)
|
|
930
|
+
- Fix broken pre-release v6.0.0-rc.10 due to missing dependency (9739115)
|
|
996
931
|
|
|
997
932
|
## 6.0.0-rc.10 (2022-02-01)
|
|
998
933
|
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
934
|
+
- Improve locking mechanisms, remove redlock package, refactor (8f5d9b2)
|
|
935
|
+
- Continue Message class refactoring, update docs and examples (d25f370)
|
|
936
|
+
- Fix consuming-messages/test00006 test errors, refactor Message class (efa1163)
|
|
937
|
+
- Fix at-most-once message delivery (eb4e6fa)
|
|
938
|
+
- Update tests (6f9d07e)
|
|
939
|
+
- Bump up redis-smq-monitor to v6.3.0 (ec518fc)
|
|
940
|
+
- Update time series data only when message rate > 0 (748bc7f)
|
|
941
|
+
- Remove dependency on async package and clean up (76698b2)
|
|
942
|
+
- Use worker pool for system workers and monitor-server workers (8bee7ec)
|
|
943
|
+
- Test producing duplicate messages (a260fd7)
|
|
944
|
+
- Remove redundant code related to message.isSchedulable() (34f25cc)
|
|
945
|
+
- Update Redis keys prefix (0914c99)
|
|
946
|
+
- Forbid producing a message more than once, introduce MessageMetadata (eebab36)
|
|
1012
947
|
|
|
1013
948
|
## 6.0.0-rc.9 (2022-01-27)
|
|
1014
949
|
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
950
|
+
- Check object reference equality before clearing singleton instance (88e35ad)
|
|
951
|
+
- Improve namespaced logger (9acf9e9)
|
|
952
|
+
- Support external loggers, use system-wide config, refactor codebase (eaf9c14)
|
|
953
|
+
- Make storing acknowledged & dead-lettered messages optional (96b8be3)
|
|
954
|
+
- Fix typos and update readme (21b2e9a)
|
|
1020
955
|
|
|
1021
956
|
## 6.0.0-rc.8 (2022-01-24)
|
|
1022
957
|
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
958
|
+
- Update migration guide (545932a)
|
|
959
|
+
- Test multi-queue consumer, update docs (70209a0)
|
|
960
|
+
- Fix ticker waitlock issue (fca5bd1)
|
|
961
|
+
- Handle gracefully run/shutdown call errors, fix test errors, clean up (779c562)
|
|
962
|
+
- Clean up (4dc6ce5)
|
|
963
|
+
- Update examples (38064d0)
|
|
964
|
+
- Implement multi-queue consumers, refactor and clean up (9c2fefb)
|
|
965
|
+
- Fix typo in README.md (e0ca944)
|
|
1031
966
|
|
|
1032
967
|
## 6.0.0-rc.7 (2022-01-21)
|
|
1033
968
|
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
969
|
+
- Update package.json keywords (e84d4cf)
|
|
970
|
+
- Remove extra spacing in message-manager.md (b87ac3d)
|
|
971
|
+
- Update QueueManager API reference (832b090)
|
|
972
|
+
- Move purge operations to handlers (5345dc3)
|
|
973
|
+
- Rename and move purgePendingMessagesWithPriority to MessageManager (e959d7b)
|
|
974
|
+
- Rename and move purgePendingMessages to MessageManager (3804122)
|
|
975
|
+
- Rename and move purgeScheduledMessages to MessageManager (78ba9ac)
|
|
976
|
+
- Rename and move purgeAcknowledgedMessages to MessageManager (febcd9c)
|
|
977
|
+
- Rename and move purgeDeadLetteredMessages to MessageManager (cf07797)
|
|
978
|
+
- Update message-manager.md (8b5fec1)
|
|
979
|
+
- Rename requeueMessageFromDLQueue to requeueDeadLetteredMessage (2d4df08)
|
|
980
|
+
- Rename requeueMessageFromAcknowledgedQueue to requeueAcknowledgedMessage (59f446e)
|
|
981
|
+
- Rename deleteDeadLetterMessage to deleteDeadLetteredMessage (f99dd09)
|
|
982
|
+
- Rename getDeadLetterMessages to getDeadLetteredMessages (3172c20)
|
|
983
|
+
- Update migration guide (837da04)
|
|
1049
984
|
|
|
1050
985
|
## 6.0.0-rc.6 (2022-01-20)
|
|
1051
986
|
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
987
|
+
- Bump up redis-smq-monitor to v6.1.0 (83107be)
|
|
988
|
+
- Update README.md (0ce39bd)
|
|
989
|
+
- Make Producer stateless, drop MultiQueueProducer, refactor, clean up (7597762)
|
|
1055
990
|
|
|
1056
991
|
## 6.0.0-rc.5 (2022-01-18)
|
|
1057
992
|
|
|
1058
|
-
|
|
1059
|
-
|
|
993
|
+
- Fix a possible EventEmitter memory leak in WorkerRunner (4d3a066)
|
|
994
|
+
- Fix MultiQueueProducer bug with queueName not being validated, test (c4cbc7d)
|
|
1060
995
|
|
|
1061
996
|
## 6.0.0-rc.4 (2022-01-18)
|
|
1062
997
|
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
998
|
+
- Bump redis-smq-monitor to v6.1.0 (930aa95)
|
|
999
|
+
- Improve error message (443794b)
|
|
1000
|
+
- Make MultiQueueProducer publish a message as a single atomic operation (19cfb2f)
|
|
1001
|
+
- Always invoke setUpMessageQueue() when publishing a message (502a4cb)
|
|
1002
|
+
- Test scheduled messages publication when dst queue is deleted (41055f9)
|
|
1003
|
+
- Make sure scheduled messages aren't published if dst queue is deleted (cda411a)
|
|
1004
|
+
- Fix a typo (af5c310)
|
|
1005
|
+
- Fix delete queue validation bug causing request to hang forever (c14488a)
|
|
1006
|
+
- Update typescript/javascript examples (f595bb1)
|
|
1007
|
+
- Update queue-manager.md (461ae0b)
|
|
1008
|
+
- Update HTTP API endpoints documentation (5da7777)
|
|
1009
|
+
- Improve HTTP API error handling (c90473a)
|
|
1010
|
+
- Allow to delete a message queue from HTTP API, test, update docs (a3087a2)
|
|
1011
|
+
- Fix husky v7 setup (3fa4f2f)
|
|
1012
|
+
- Update HTTP API reference (688a028)
|
|
1013
|
+
- Fix npm vulnerability warnings (7ad221b)
|
|
1014
|
+
- Refactor monitor server HTTP API routing (2fec7c3)
|
|
1080
1015
|
|
|
1081
1016
|
## 6.0.0-rc.3 (2022-01-14)
|
|
1082
1017
|
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1018
|
+
- Allow to delete a message queue alongside with its related data.
|
|
1019
|
+
- Make sure to release queue lock before returning.
|
|
1020
|
+
- Improve QueueManager API method names, update docs.
|
|
1021
|
+
- Update QueueManager API reference (add deleteQueue() method).
|
|
1022
|
+
- Fix QueueManager broken method references in the Web UI.
|
|
1023
|
+
- Rename purgeScheduledMessages() to purgeScheduledQueue().
|
|
1024
|
+
- Test deleting queues, wait for a heartbeat before returning during startup.
|
|
1025
|
+
- Update QueueManager API reference.
|
|
1026
|
+
- Fix random errors from tests/consuming-messages/test00003.
|
|
1027
|
+
- Fix random test errors due to javascript time drift.
|
|
1028
|
+
- Do not return an error if a heartbeat is not found. Just skip it.
|
|
1094
1029
|
|
|
1095
1030
|
## 6.0.0-rc.2 (2022-01-11)
|
|
1096
1031
|
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1032
|
+
- Optimize npm package size, update docs.
|
|
1033
|
+
- Rename event MESSAGE_DEQUEUED to MESSAGE_RECEIVED.
|
|
1034
|
+
- Update ConsumerMessageRateWriter constructor signature
|
|
1035
|
+
- Increase code coverage.
|
|
1036
|
+
- Small cleanup and improvements.
|
|
1102
1037
|
|
|
1103
1038
|
## 6.0.0-rc.1 (2022-01-04)
|
|
1104
1039
|
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1040
|
+
- Expire consumers and producers time series after 30s of inactivity.
|
|
1041
|
+
- Improve redisKeys versioning strategy, update docs.
|
|
1042
|
+
- Improve migration guide.
|
|
1108
1043
|
|
|
1109
1044
|
## 6.0.0-rc.0 (2022-01-03)
|
|
1110
1045
|
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
in order to scan the timeline.
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1046
|
+
- Implement MultiQueueProducer for publishing messages to multiple queues using a single producer instance.
|
|
1047
|
+
- Implement rates time series for queues, producers and consumers, allowing to move the chart to the left or the right
|
|
1048
|
+
in order to scan the timeline.
|
|
1049
|
+
- Refactor MessageManager and QueueManager API
|
|
1050
|
+
- Add new WebSocket streams for heartbeats, rates, queues, consumers, and producers.
|
|
1051
|
+
- Refactored Web UI.
|
|
1052
|
+
- Overall improvements and minor bug fixes.
|
|
1118
1053
|
|
|
1119
1054
|
## 5.0.11 (2021-12-07)
|
|
1120
1055
|
|
|
1121
|
-
|
|
1122
|
-
|
|
1056
|
+
- Bumped redis-smq-monitor to v5.0.7.
|
|
1057
|
+
- Updated package.json to use strict package versioning.
|
|
1123
1058
|
|
|
1124
1059
|
## 5.0.10 (2021-12-04)
|
|
1125
1060
|
|
|
1126
|
-
|
|
1127
|
-
|
|
1061
|
+
- Bumped redis-smq-monitor to v5.0.6.
|
|
1062
|
+
- Updated scheduler.md.
|
|
1128
1063
|
|
|
1129
1064
|
## 5.0.9 (2021-12-03)
|
|
1130
1065
|
|
|
1131
|
-
|
|
1066
|
+
- Calculate and emit "idle" event only when testing.
|
|
1132
1067
|
|
|
1133
1068
|
## 5.0.8 (2021-12-01)
|
|
1134
1069
|
|
|
1135
|
-
|
|
1136
|
-
|
|
1070
|
+
- Updated architecture diagram.
|
|
1071
|
+
- Bumped redis-smq-monitor to v5.0.4
|
|
1137
1072
|
|
|
1138
1073
|
## 5.0.7 (2021-11-27)
|
|
1139
1074
|
|
|
1140
|
-
|
|
1141
|
-
Redis server not responding or restarting.
|
|
1075
|
+
- Do not throw an error immediately and allow a compatible Redis client (ioredis, node_redis) to reconnect in case of
|
|
1076
|
+
Redis server not responding or restarting.
|
|
1142
1077
|
|
|
1143
1078
|
## 5.0.6 (2021-11-26)
|
|
1144
1079
|
|
|
1145
|
-
|
|
1080
|
+
- Reviewed and updated documentation files.
|
|
1146
1081
|
|
|
1147
1082
|
## 5.0.5 (2021-11-25)
|
|
1148
1083
|
|
|
1149
|
-
|
|
1084
|
+
- Minor improvements: refactored and cleaned up MessageRate and QueueManager classes.
|
|
1150
1085
|
|
|
1151
1086
|
## 5.0.4 (2021-11-24)
|
|
1152
1087
|
|
|
1153
|
-
|
|
1154
|
-
|
|
1088
|
+
- Updated RedisSMQ logo.
|
|
1089
|
+
- Bumped redis-smq-monitor to v5.0.3.
|
|
1155
1090
|
|
|
1156
1091
|
## 5.0.3 (2021-11-23)
|
|
1157
1092
|
|
|
1158
|
-
|
|
1093
|
+
- Updated RedisSMQ logo.
|
|
1159
1094
|
|
|
1160
1095
|
## 5.0.2 (2021-11-23)
|
|
1161
1096
|
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1097
|
+
- Added RedisSMQ logo.
|
|
1098
|
+
- Bumped redis-smq-monitor to v5.0.2.
|
|
1099
|
+
- Bumped type-coverage to v2.19.0.
|
|
1165
1100
|
|
|
1166
1101
|
## 5.0.1 (2021-11-22)
|
|
1167
1102
|
|
|
1168
|
-
|
|
1103
|
+
- Fixed broken redis-smq-monitor package.
|
|
1169
1104
|
|
|
1170
1105
|
## 5.0.0 (2021-11-22)
|
|
1171
1106
|
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1107
|
+
- Implemented message and queue management features in the Web UI.
|
|
1108
|
+
- Refactored the MQ to use LIFO queues.
|
|
1109
|
+
- Updated HTTP API endpoints.
|
|
1110
|
+
- Minor overall improvements and changes.
|
|
1176
1111
|
|
|
1177
1112
|
## 4.0.9 (2021-11-10)
|
|
1178
1113
|
|
|
1179
|
-
|
|
1114
|
+
- Fixed outdated Message API docs.
|
|
1180
1115
|
|
|
1181
1116
|
## 4.0.8 (2021-11-09)
|
|
1182
1117
|
|
|
1183
|
-
|
|
1184
|
-
|
|
1118
|
+
- Improved debugging info.
|
|
1119
|
+
- Allowed listing message queues from QueueManagerFrontend.
|
|
1185
1120
|
|
|
1186
1121
|
## 4.0.7 (2021-11-08)
|
|
1187
1122
|
|
|
1188
|
-
|
|
1189
|
-
the configuration namespace is not set, the default namespace is used.
|
|
1123
|
+
- Made queue namespace optional for queue/message management. When not provided, the configuration namespace is used. If
|
|
1124
|
+
the configuration namespace is not set, the default namespace is used.
|
|
1190
1125
|
|
|
1191
1126
|
## 4.0.6 (2021-11-07)
|
|
1192
1127
|
|
|
1193
|
-
|
|
1128
|
+
- Fixed queues and messages management issues when using many namespaces.
|
|
1194
1129
|
|
|
1195
1130
|
## 4.0.5 (2021-11-05)
|
|
1196
1131
|
|
|
1197
|
-
|
|
1132
|
+
- Fixed outdated examples in the HTTP API reference
|
|
1198
1133
|
|
|
1199
1134
|
## 4.0.3 (2021-11-04)
|
|
1200
1135
|
|
|
1201
|
-
|
|
1136
|
+
- Minor refactoring and improvements.
|
|
1202
1137
|
|
|
1203
1138
|
## 4.0.2 (2021-11-03)
|
|
1204
1139
|
|
|
1205
|
-
|
|
1206
|
-
|
|
1140
|
+
- Updated docs.
|
|
1141
|
+
- Added current MQ architecture overview.
|
|
1207
1142
|
|
|
1208
1143
|
## 4.0.1 (2021-11-02)
|
|
1209
1144
|
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1145
|
+
- Removed Scheduler class in favor of MessageManager.
|
|
1146
|
+
- Added QueueManager and MessageManager, allowing to fetch/delete/requeue messages from different queues.
|
|
1147
|
+
- Improved MQ performance by using background message processing with the help of workers.
|
|
1148
|
+
- MQ architecture tweaks and improvements.
|
|
1149
|
+
- Redis keys namespace bug fix.
|
|
1215
1150
|
|
|
1216
1151
|
## 3.3.0 (2021-10-07)
|
|
1217
1152
|
|
|
@@ -1228,139 +1163,139 @@ the configuration namespace is not set, the default namespace is used.
|
|
|
1228
1163
|
|
|
1229
1164
|
## 3.1.1 (2021-09-16)
|
|
1230
1165
|
|
|
1231
|
-
|
|
1166
|
+
- Added Github CI
|
|
1232
1167
|
|
|
1233
1168
|
## 3.1.0 (2021-09-15)
|
|
1234
1169
|
|
|
1235
|
-
|
|
1236
|
-
|
|
1170
|
+
- Added Scheduler API docs.
|
|
1171
|
+
- Added new methods to fetch and delete scheduled messages.
|
|
1237
1172
|
|
|
1238
1173
|
## 3.0.4 (2021-09-08)
|
|
1239
1174
|
|
|
1240
|
-
|
|
1175
|
+
- Updated examples.
|
|
1241
1176
|
|
|
1242
1177
|
## 3.0.3 (2021-09-08)
|
|
1243
1178
|
|
|
1244
|
-
|
|
1179
|
+
- Fixed .npmignore.
|
|
1245
1180
|
|
|
1246
1181
|
## 3.0.2 (2021-09-08)
|
|
1247
1182
|
|
|
1248
|
-
|
|
1183
|
+
- Moved all dependant declaration packages from "devDependencies" to "dependencies".
|
|
1249
1184
|
|
|
1250
1185
|
## 3.0.1 (2021-09-08)
|
|
1251
1186
|
|
|
1252
|
-
|
|
1187
|
+
- Moved husky to devDependencies.
|
|
1253
1188
|
|
|
1254
1189
|
## 3.0.0 (2021-09-08)
|
|
1255
1190
|
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1191
|
+
- A major release v3 is out.
|
|
1192
|
+
- Starting from this release, only active LTS and maintenance LTS Node.js releases are supported.
|
|
1193
|
+
- Upgrading your installation to the newest version should be straightforward as most APIs are compatible with some exceptions.
|
|
1194
|
+
- Project codebase has been migrated to TypeScript to make use of strong typings.
|
|
1195
|
+
- JavaScript's users are always first class citizens.
|
|
1196
|
+
- Fixed a compatibility issue between ioredis and redis when calling multi.exec().
|
|
1197
|
+
- Fixed typing inconsistencies (ConfigRedisDriver and RedisDriver types) between redis-smq and redis-smq-monitor.
|
|
1198
|
+
- Improved scheduler mechanics, refactored GC, and updated tests.
|
|
1199
|
+
- Introduced RedisClient.
|
|
1200
|
+
- Updated docs.
|
|
1266
1201
|
|
|
1267
1202
|
## 2.0.12 (2021-02-07)
|
|
1268
1203
|
|
|
1269
|
-
|
|
1204
|
+
- Fixed a bug in redis-client.js.
|
|
1270
1205
|
|
|
1271
1206
|
## 2.0.11 (2020-10-20)
|
|
1272
1207
|
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1208
|
+
- Improved overall performance by using asynchronous loops and avoiding recursion.
|
|
1209
|
+
- Continued clean up and refactoring.
|
|
1210
|
+
- Added tests coverage.
|
|
1276
1211
|
|
|
1277
1212
|
## 2.0.10 (2020-10-16)
|
|
1278
1213
|
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1214
|
+
- Implemented stats providers.
|
|
1215
|
+
- Fixed a potential memory leak issue relative to event listeners.
|
|
1216
|
+
- Created a new module for encapsulating message collecting logic.
|
|
1217
|
+
- Improved code structure
|
|
1283
1218
|
|
|
1284
1219
|
## 2.0.9 (2020-10-11)
|
|
1285
1220
|
|
|
1286
|
-
|
|
1221
|
+
- Updated tests.
|
|
1287
1222
|
|
|
1288
1223
|
## 2.0.8 (2020-10-11)
|
|
1289
1224
|
|
|
1290
|
-
|
|
1225
|
+
- Refactored legacy code, upgraded eslint and added prettier.
|
|
1291
1226
|
|
|
1292
1227
|
## 2.0.7 (2020-10-04)
|
|
1293
1228
|
|
|
1294
|
-
|
|
1229
|
+
- Fixed bug in stats aggregation causing lost of queue name and queue namespace.
|
|
1295
1230
|
|
|
1296
1231
|
## 2.0.6 (2020-10-02)
|
|
1297
1232
|
|
|
1298
|
-
|
|
1299
|
-
|
|
1233
|
+
- Refactored gc.collectProcessingQueuesMessages()
|
|
1234
|
+
- Capitalized factory names
|
|
1300
1235
|
|
|
1301
1236
|
## 2.0.5 (2020-09-23)
|
|
1302
1237
|
|
|
1303
|
-
|
|
1238
|
+
- Bumped redis-smq-monitor to 1.1.5
|
|
1304
1239
|
|
|
1305
1240
|
## 2.0.4 (2020-09-23)
|
|
1306
1241
|
|
|
1307
|
-
|
|
1242
|
+
- Bumped redis-smq-monitor to 1.1.4
|
|
1308
1243
|
|
|
1309
1244
|
## 2.0.3 (2020-09-21)
|
|
1310
1245
|
|
|
1311
|
-
|
|
1246
|
+
- Bumped redis-smq-monitor to 1.1.3
|
|
1312
1247
|
|
|
1313
1248
|
## 2.0.2 (2020-09-20)
|
|
1314
1249
|
|
|
1315
|
-
|
|
1250
|
+
- Bumped redis-smq-monitor to 1.1.2
|
|
1316
1251
|
|
|
1317
1252
|
## 2.0.1 (2020-09-20)
|
|
1318
1253
|
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1254
|
+
- Included CPU usage percentage, hostname, and IP address in the consumer stats
|
|
1255
|
+
- Bumped redis-smq-monitor to 1.1.1
|
|
1256
|
+
- Updated the monitor parameters types based on the redis-smq-monitor package typing
|
|
1322
1257
|
|
|
1323
1258
|
## 2.0.0 (2020-04-12)
|
|
1324
1259
|
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1260
|
+
- Removed all deprecated methods
|
|
1261
|
+
- Removed undocumented Message constructor parameters
|
|
1262
|
+
- Message.createFromMessage() now accepts 2 parameters for cloning a message (see Message API docs)
|
|
1263
|
+
- Introduced TypeScript support
|
|
1264
|
+
- Added examples for TypeScript
|
|
1265
|
+
- Small refactoring and cleaning
|
|
1331
1266
|
|
|
1332
1267
|
## 1.1.6 (2019-11-29)
|
|
1333
1268
|
|
|
1334
|
-
|
|
1269
|
+
- Bug fix: Fixed broken message retry delay (see issue #24)
|
|
1335
1270
|
|
|
1336
1271
|
## 1.1.5 (2019-11-26)
|
|
1337
1272
|
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1273
|
+
- Migrated from Mocha/sinon/chai to Jest
|
|
1274
|
+
- Minor scheduler bug fix in some cases when using both `PROPERTY_SCHEDULED_REPEAT` and `PROPERTY_SCHEDULED_CRON`
|
|
1275
|
+
- Code cleanup
|
|
1341
1276
|
|
|
1342
1277
|
## 1.1.4 (2019-11-23)
|
|
1343
1278
|
|
|
1344
|
-
|
|
1279
|
+
- Hotfix release addresses a bug with invalid state checking at the dispatcher level
|
|
1345
1280
|
|
|
1346
1281
|
## 1.1.3 (2019-11-23)
|
|
1347
1282
|
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1283
|
+
- Clean up
|
|
1284
|
+
- Improved error handling
|
|
1285
|
+
- Improved dispatcher state management
|
|
1286
|
+
- Fixed broken redis parameters parsing for old configuration syntax used before v1.1.0
|
|
1352
1287
|
|
|
1353
1288
|
## 1.1.1 (2019-11-12)
|
|
1354
1289
|
|
|
1355
|
-
|
|
1356
|
-
|
|
1290
|
+
- Handle gracefully unexpected errors for both consumers/producers. Instead of terminating the whole node process, in case of an unexpected error, just log the error and shutdown the instance.
|
|
1291
|
+
- Fixed wrong emitted event during producer instance bootstrap causing TypeError.
|
|
1357
1292
|
|
|
1358
1293
|
## 1.1.0 (2019-11-11)
|
|
1359
1294
|
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1295
|
+
- Major code refactoring and improvements
|
|
1296
|
+
- Fixed namespace related bugs
|
|
1297
|
+
- Fixed minor consumer related bugs
|
|
1298
|
+
- Added support for ioredis
|
|
1299
|
+
- Rewritten RedisSMQ Monitor based on React and D3
|
|
1300
|
+
- RedisSMQ Monitor has split up from main repository and now maintained separately.
|
|
1301
|
+
- Introduced changelog
|