node-cqrs 1.0.2-beta.3 → 1.0.2
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 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,15 @@
|
|
|
1
|
-
## [1.0.2
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Internal Fixes
|
|
5
|
-
|
|
6
|
-
* Event description formatting in logging ([419cc7d](https://github.com/snatalenko/node-cqrs/commit/419cc7d3da7ce45385605968e1e3b70174a44661))
|
|
7
|
-
* Fix vulnerabilities in dev dependencies ([203ef19](https://github.com/snatalenko/node-cqrs/commit/203ef191cc1d64b1927427d02495d0a7997d567e))
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
## [1.0.2-beta.2](https://github.com/snatalenko/node-cqrs/compare/v1.0.2-beta.1...v1.0.2-beta.2) (2026-04-01)
|
|
1
|
+
## [1.0.2](https://github.com/snatalenko/node-cqrs/compare/v1.0.1...v1.0.2) (2026-04-03)
|
|
11
2
|
|
|
12
3
|
|
|
13
4
|
### Changes
|
|
14
5
|
|
|
6
|
+
* Set `x-consumer-timeout` on MQ according to configured `handlerProcessTimeout` ([3e272ea](https://github.com/snatalenko/node-cqrs/commit/3e272ea66da5d1ed44253c4b620b6a677e2038dc))
|
|
15
7
|
* Disable DLQ setup for RabbitMqEventBus by default ([b953829](https://github.com/snatalenko/node-cqrs/commit/b95382924e3377e26574f36613e546ea6155ad73))
|
|
16
8
|
|
|
9
|
+
### Internal Fixes
|
|
17
10
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### Changes
|
|
22
|
-
|
|
23
|
-
* Set `x-consumer-timeout` on MQ according to configured `handlerProcessTimeout` ([3e272ea](https://github.com/snatalenko/node-cqrs/commit/3e272ea66da5d1ed44253c4b620b6a677e2038dc))
|
|
11
|
+
* Event description formatting in logging ([419cc7d](https://github.com/snatalenko/node-cqrs/commit/419cc7d3da7ce45385605968e1e3b70174a44661))
|
|
12
|
+
* Fix vulnerabilities in dev dependencies ([203ef19](https://github.com/snatalenko/node-cqrs/commit/203ef191cc1d64b1927427d02495d0a7997d567e))
|
|
24
13
|
|
|
25
14
|
|
|
26
15
|
## [1.0.1](https://github.com/snatalenko/node-cqrs/compare/v1.0.0...v1.0.1) (2026-03-31)
|
package/package.json
CHANGED