@axinom/mosaic-db-common 0.19.0-rc.7 → 0.19.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.
- package/CHANGELOG.md +17 -0
- package/package.json +2 -2
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.19.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.18.0&targetVersion=GT@axinom/mosaic-db-common@0.19.0) (2022-07-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* initial AWS support added for video service ([aca8f5c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/aca8f5c48ccbc4d99fae33bd751712981386f15d))
|
|
12
|
+
* update subscription plugin ([f090a73](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f090a739abb8d3f03a485995afae0f5a8d52b199))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* ad-hoc fix for compareMigrationHashes functionality ([8d607fa](https://dev.azure.com/axinom/CMS/_git/Navy/commit/8d607fa4e4c55499185a92d54a823ae0507089d5))
|
|
18
|
+
* migrations history retrieval logic fixed ([2998c0b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/2998c0b2b79ccb90732a1019ae92f9e90ab6b049)), closes [#35864](https://dev.azure.com/axinom/CMS/_workitems/edit/35864)
|
|
19
|
+
* missing await when applying DB configs ([7bbea4e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7bbea4e10440cd0caae4ed7ed16f3db0a19c8771))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
## [0.18.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.17.2&targetVersion=GT@axinom/mosaic-db-common@0.18.0) (2022-06-21)
|
|
7
24
|
|
|
8
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-db-common",
|
|
3
|
-
"version": "0.19.0
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"description": "This library encapsulates database-related functionality to develop Mosaic based services.",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "b76de50338cd728892361279f0a33141e5f8b8c6"
|
|
54
54
|
}
|