@signageos/lib 8.1.0-master.1323 → 8.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 +9 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [8.1.1] - 2021-12-10
|
|
8
|
+
### Fixed
|
|
9
|
+
- MongodD proprietary cluster `ordinary` connection strategy.
|
|
10
|
+
|
|
11
|
+
## [8.1.0] - 2021-11-17
|
|
8
12
|
### Added
|
|
9
13
|
- redis connection factory supports graceful exit after connection error
|
|
10
14
|
- mongo connection factory supports graceful exit after connection error
|
|
11
15
|
- amqp connection factory supports graceful exit after connection error
|
|
12
16
|
- postgres connection factory supports graceful exit after connection error
|
|
17
|
+
- locked decoration can be instances scoped & this argument can be used in key callback
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- AMQP channel provider will not be blocked by other connection instances
|
|
13
21
|
|
|
14
22
|
## [8.0.0] - 2021-10-25
|
|
15
23
|
### Changed
|