@axinom/mosaic-message-bus 0.9.0-rc.8 → 0.9.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.9.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-message-bus@0.8.0&targetVersion=GT@axinom/mosaic-message-bus@0.9.0) (2022-03-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * channelMax is now a configurable ([9be529b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9be529bd69913dd931cddb1b7c8b459239b23db0)), closes [#34434](https://dev.azure.com/axinom/CMS/_workitems/edit/34434)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * adjusted to use exchange as a condition for error log ([f42d6d1](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f42d6d1653ddbcaa7b56a4880a8dd6136ffda80e)), closes [#34218](https://dev.azure.com/axinom/CMS/_workitems/edit/34218)
17
+ * improve onReturn message log and level ([d45ffa4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/d45ffa41a4e5174e4fa7dbf2635fa79903fcb6c5)), closes [#34218](https://dev.azure.com/axinom/CMS/_workitems/edit/34218)
18
+ * log confirmed cases as error, unconfirmed as debug ([4eb64f8](https://dev.azure.com/axinom/CMS/_git/Navy/commit/4eb64f89d7f4cbe72b396bdf5a40ea0bd679d817)), closes [#34218](https://dev.azure.com/axinom/CMS/_workitems/edit/34218)
19
+ * reduce default value back to 100 ([d99f279](https://dev.azure.com/axinom/CMS/_git/Navy/commit/d99f279ffa9bade1061a4e83cc875ec61a61db35)), closes [#34434](https://dev.azure.com/axinom/CMS/_workitems/edit/34434)
20
+
21
+
22
+
6
23
  ## [0.8.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-message-bus@0.7.0&targetVersion=GT@axinom/mosaic-message-bus@0.8.0) (2022-03-01)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-message-bus",
3
- "version": "0.9.0-rc.8",
3
+ "version": "0.9.0",
4
4
  "description": "Messaging library for Axinom Mosaic services",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -27,7 +27,7 @@
27
27
  "test:ci": "jest --reporters=default --reporters=jest-junit --coverage --coverageReporters=cobertura --coverageReporters=html"
28
28
  },
29
29
  "dependencies": {
30
- "@axinom/mosaic-message-bus-abstractions": "^0.2.3-rc.16",
30
+ "@axinom/mosaic-message-bus-abstractions": "^0.2.3",
31
31
  "amqplib": "^0.6.0",
32
32
  "dotenv": "^8.2.0",
33
33
  "prom-client": "^13.0.0",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "cf500c3076fbf6d47c56f33b1890dd9c69f3e994"
51
+ "gitHead": "0f2b502b5ab032e6430cf4dac79a54e346447a2f"
52
52
  }