@axinom/mosaic-db-common 0.9.0-rc.6 → 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 +26 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
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-db-common@0.8.0&targetVersion=GT@axinom/mosaic-db-common@0.9.0) (2021-12-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * constraintName arg and length checks added to all ax_define multitenancy functions ([7fc8d6d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7fc8d6db952bdfeee64dbdd3a44b37224115c5e8))
12
+ * extracted the define-functions.sql ([a4cd97e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a4cd97e5b0963840a1ace6c26a1297f16cb7dba8))
13
+ * function overload to ax_utils.define_multitenancy_relation to take constraint name as input ([b97e6c0](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b97e6c04634232c9ec5107c6511796568466cb40)), closes [#33592](https://dev.azure.com/axinom/CMS/_workitems/edit/33592)
14
+ * improve multitenancy SQL define functions ([60dd818](https://dev.azure.com/axinom/CMS/_git/Navy/commit/60dd818461398e35097b4b9a9ca572aa925fd4c7))
15
+ * missing RLS select permission raises exception ([ff6e08d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ff6e08d09927c5bba678cf30a10bf355d2192050))
16
+ * moved define functions to own schema ([6f57b5d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/6f57b5d135c8d01ba2105e12eb0f556fa1e851d4))
17
+ * moved SQL definition functions to services ([4c4272c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/4c4272ca81b852a7160816900d497c1bec57cd2c))
18
+ * PR fixes ([b45fb0e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b45fb0e9e171b37a141b096f49cd5c137db29aca))
19
+ * regenerated upgrade SQL functions ([87ee64d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/87ee64d6a6fa36ee2b707fcd979b8e1a5a9fe5d2))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * fix malformed sql and remove unnecessary drop commands ([e3e7c89](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e3e7c89f952e70e7ee44fd41e37ecde6b5bec41f))
25
+ * initial define functions added after reset ([e18efc3](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e18efc34f670a064157eba5a75b48746c6fb848f))
26
+ * PR comments ([9711523](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9711523ceb8984d26915f141fd84ae8f2084e00c))
27
+ * PR review ([840d6df](https://dev.azure.com/axinom/CMS/_git/Navy/commit/840d6dfeb3a9f66ee4642d46b5bec4c23594760f))
28
+ * PR review ([dddd780](https://dev.azure.com/axinom/CMS/_git/Navy/commit/dddd780100fbaa5b7c24343c9b0cb3674d203d05))
29
+
30
+
31
+
6
32
  ## [0.8.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.7.0&targetVersion=GT@axinom/mosaic-db-common@0.8.0) (2021-11-24)
7
33
 
8
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-db-common",
3
- "version": "0.9.0-rc.6",
3
+ "version": "0.9.0",
4
4
  "description": "This library encapsulates database-related functionality to develop Mosaic based services.",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "b87cc80deef2f5173701d845c133582925a6b7fe"
48
+ "gitHead": "de356e3d88414dc569d1291d00c21069c5e3556a"
49
49
  }