@axinom/mosaic-db-common 0.20.6-rc.8 → 0.20.6

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/package.json +2 -2
  2. package/CHANGELOG.md +0 -423
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-db-common",
3
- "version": "0.20.6-rc.8",
3
+ "version": "0.20.6",
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": "207fff614f6f0587199a05a836bbc626c3e6ce1f"
53
+ "gitHead": "034b87d91d39cd6d6721d6a57398a0ccdccce2c6"
54
54
  }
package/CHANGELOG.md DELETED
@@ -1,423 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ### [0.20.5](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.20.4&targetVersion=GT@axinom/mosaic-db-common@0.20.5) (2022-11-10)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * url constraint helpers no longer require top level domain, allowing localhost urls ([45a0f61](https://dev.azure.com/axinom/CMS/_git/Navy/commit/45a0f61d5810e74e9f5d7942e043a19bf44b419e)), closes [#36620](https://dev.azure.com/axinom/CMS/_workitems/edit/36620)
12
-
13
-
14
-
15
- ### [0.20.4](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.20.3&targetVersion=GT@axinom/mosaic-db-common@0.20.4) (2022-09-30)
16
-
17
- **Note:** Version bump only for package @axinom/mosaic-db-common
18
-
19
-
20
-
21
-
22
-
23
- ### [0.20.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.20.2&targetVersion=GT@axinom/mosaic-db-common@0.20.3) (2022-09-13)
24
-
25
- **Note:** Version bump only for package @axinom/mosaic-db-common
26
-
27
-
28
-
29
-
30
-
31
- ### [0.20.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.20.1&targetVersion=GT@axinom/mosaic-db-common@0.20.2) (2022-08-29)
32
-
33
- **Note:** Version bump only for package @axinom/mosaic-db-common
34
-
35
-
36
-
37
-
38
-
39
- ### [0.20.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.20.0&targetVersion=GT@axinom/mosaic-db-common@0.20.1) (2022-08-16)
40
-
41
- **Note:** Version bump only for package @axinom/mosaic-db-common
42
-
43
-
44
-
45
-
46
-
47
- ## [0.20.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.19.0&targetVersion=GT@axinom/mosaic-db-common@0.20.0) (2022-08-03)
48
-
49
-
50
- ### Features
51
-
52
- * new `matches pattern` ax_utils constraint helper added ([c692b1c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/c692b1c667d1b36f9242fc61c0fbb81dba50e89b)), closes [#35944](https://dev.azure.com/axinom/CMS/_workitems/edit/35944)
53
-
54
-
55
-
56
- ## [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)
57
-
58
-
59
- ### Features
60
-
61
- * initial AWS support added for video service ([aca8f5c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/aca8f5c48ccbc4d99fae33bd751712981386f15d))
62
- * update subscription plugin ([f090a73](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f090a739abb8d3f03a485995afae0f5a8d52b199))
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * ad-hoc fix for compareMigrationHashes functionality ([8d607fa](https://dev.azure.com/axinom/CMS/_git/Navy/commit/8d607fa4e4c55499185a92d54a823ae0507089d5))
68
- * 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)
69
- * missing await when applying DB configs ([7bbea4e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7bbea4e10440cd0caae4ed7ed16f3db0a19c8771))
70
-
71
-
72
-
73
- ## [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)
74
-
75
-
76
- ### Features
77
-
78
- * identifier key constraint and validation added to ax utils ([fce1560](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fce15608292239e77b70d889678a362e8fb4bb0d))
79
- * mosaic-db-common package extended with new functionality to check migration hashes ([5b2b820](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5b2b820bd20b0db549ffe4861879c2854d5aa8bd)), closes [#33963](https://dev.azure.com/axinom/CMS/_workitems/edit/33963)
80
-
81
-
82
-
83
- ### [0.17.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.17.1&targetVersion=GT@axinom/mosaic-db-common@0.17.2) (2022-06-07)
84
-
85
- **Note:** Version bump only for package @axinom/mosaic-db-common
86
-
87
-
88
-
89
-
90
-
91
- ### [0.17.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.17.0&targetVersion=GT@axinom/mosaic-db-common@0.17.1) (2022-05-26)
92
-
93
- **Note:** Version bump only for package @axinom/mosaic-db-common
94
-
95
-
96
-
97
-
98
-
99
- ## [0.17.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.15.0&targetVersion=GT@axinom/mosaic-db-common@0.17.0) (2022-05-10)
100
-
101
-
102
- ### Features
103
-
104
- * enum sql define functions and snippets refactored ([146b5c2](https://dev.azure.com/axinom/CMS/_git/Navy/commit/146b5c2c39eae8caa8c03bcf5068d61ad6316a78)), closes [#34154](https://dev.azure.com/axinom/CMS/_workitems/edit/34154)
105
- * parameters type changed for enableSubscriptions builder method ([193dd56](https://dev.azure.com/axinom/CMS/_git/Navy/commit/193dd5630a6a3d34afaae32948da3d9a7da4ba99)), closes [#34151](https://dev.azure.com/axinom/CMS/_workitems/edit/34151)
106
-
107
-
108
- ### Bug Fixes
109
-
110
- * fixed and applied updated ax-define functions to services ([5699858](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5699858427544611471a612540a224558301a17d))
111
-
112
-
113
-
114
- ## [0.16.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.15.0&targetVersion=GT@axinom/mosaic-db-common@0.16.0) (2022-04-28)
115
-
116
-
117
- ### Features
118
-
119
- * enum sql define functions and snippets refactored ([146b5c2](https://dev.azure.com/axinom/CMS/_git/Navy/commit/146b5c2c39eae8caa8c03bcf5068d61ad6316a78)), closes [#34154](https://dev.azure.com/axinom/CMS/_workitems/edit/34154)
120
-
121
-
122
- ### Bug Fixes
123
-
124
- * fixed and applied updated ax-define functions to services ([5699858](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5699858427544611471a612540a224558301a17d))
125
-
126
-
127
-
128
- ### [0.15.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.15.0&targetVersion=GT@axinom/mosaic-db-common@0.15.1) (2022-04-14)
129
-
130
- **Note:** Version bump only for package @axinom/mosaic-db-common
131
-
132
-
133
-
134
-
135
-
136
- ## [0.15.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.14.0&targetVersion=GT@axinom/mosaic-db-common@0.15.0) (2022-04-01)
137
-
138
-
139
- ### Features
140
-
141
- * ax-define functions length checking ([6c4a4ae](https://dev.azure.com/axinom/CMS/_git/Navy/commit/6c4a4ae4b188a710e7d8defdab10304bc334844c)), closes [#34155](https://dev.azure.com/axinom/CMS/_workitems/edit/34155)
142
- * ax-define timestamp propogation ([b9a69b8](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b9a69b859e449e54aef4dc20a0bad3be69ccf676)), closes [#34380](https://dev.azure.com/axinom/CMS/_workitems/edit/34380)
143
-
144
-
145
- ### Bug Fixes
146
-
147
- * ax-define user trigger creation fails ([e989bd2](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e989bd2dd9bc951f6d3b8492d7c0f43fd07f4a1d))
148
- * generate-vscode-sql-snippets can now be launched ([5908776](https://dev.azure.com/axinom/CMS/_git/Navy/commit/59087766f02332de6ca3a78d0d4143ad27a74780)), closes [#34157](https://dev.azure.com/axinom/CMS/_workitems/edit/34157)
149
- * minor PR comment adjustment ([b5ad8f4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b5ad8f446c35322e797e804c018255e6d051f8c2)), closes [#34157](https://dev.azure.com/axinom/CMS/_workitems/edit/34157)
150
-
151
-
152
-
153
- ## [0.14.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.13.0&targetVersion=GT@axinom/mosaic-db-common@0.14.0) (2022-03-16)
154
-
155
-
156
- ### Features
157
-
158
- * generate-define-func-migration command added to mosaic-db cli ([2ac186a](https://dev.azure.com/axinom/CMS/_git/Navy/commit/2ac186a441f03c8c3995150fda62874027b46f98)), closes [#34023](https://dev.azure.com/axinom/CMS/_workitems/edit/34023)
159
- * modular @axinom/mosaic-cli ([3cefbdb](https://dev.azure.com/axinom/CMS/_git/Navy/commit/3cefbdb5ff38fa99ee5e1f89b8ee44ac35ad92f9)), closes [#34705](https://dev.azure.com/axinom/CMS/_workitems/edit/34705) [#34288](https://dev.azure.com/axinom/CMS/_workitems/edit/34288)
160
- * mosaic-db CLI dropped in favor of modular mosaic CLI ([6bdbea0](https://dev.azure.com/axinom/CMS/_git/Navy/commit/6bdbea06f2cae3dfaf766444b6c49d3775b686bd))
161
- * multitenancy delete safety net ([f09f6d3](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f09f6d3f0fd07dc2227095f583625d8708b97ee2)), closes [#34820](https://dev.azure.com/axinom/CMS/_workitems/edit/34820)
162
- * renamed consumer to end-user where possible ([c24f49b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/c24f49b4e471e4de83836f587dc10c8efdb0f751))
163
-
164
-
165
-
166
- ## [0.13.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.12.0&targetVersion=GT@axinom/mosaic-db-common@0.13.0) (2022-03-01)
167
-
168
-
169
- ### Features
170
-
171
- * save point - separated mgmt and consumer ([9d94479](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9d944795001828d856ac0d2227016af6ad41f053))
172
-
173
-
174
- ### Bug Fixes
175
-
176
- * generate-vscode-sql-snippets error fix ([f18fbf8](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f18fbf8d27594204f04183fb5a053032d2059016)), closes [#34379](https://dev.azure.com/axinom/CMS/_workitems/edit/34379)
177
-
178
-
179
-
180
- ## [0.12.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.11.0&targetVersion=GT@axinom/mosaic-db-common@0.12.0) (2022-02-21)
181
-
182
-
183
- ### Features
184
-
185
- * :sparkles: introduce a common metric to check DB connectivity ([6095b2a](https://dev.azure.com/axinom/CMS/_git/Navy/commit/6095b2acf9b645a20307027f772d62ae4a5995da))
186
- * ax_define mt functions to propagate updated_date ([6f941f7](https://dev.azure.com/axinom/CMS/_git/Navy/commit/6f941f7d9ec4acf1a8d1a9a73776592d880569f9)), closes [#34379](https://dev.azure.com/axinom/CMS/_workitems/edit/34379)
187
- * handle PayPal subscription/payment events ([de73afa](https://dev.azure.com/axinom/CMS/_git/Navy/commit/de73afad6342d24250c5457428b5097a012f28c2))
188
-
189
-
190
-
191
- ## [0.11.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.10.0&targetVersion=GT@axinom/mosaic-db-common@0.11.0) (2022-02-02)
192
-
193
-
194
- ### Features
195
-
196
- * anonymous consumer token WIP ([280a075](https://dev.azure.com/axinom/CMS/_git/Navy/commit/280a075d4da97b24915c6a2c6a71158a1f4c03c5))
197
- * rebase with master branch ([fe969fa](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fe969fac8a5e64c98174faefd61288907e10eefd))
198
- * set default ts version ([16ce926](https://dev.azure.com/axinom/CMS/_git/Navy/commit/16ce92627bec279b93f5b21fe6ae830361f201a8))
199
- * sql snippets generation cli implemented ([164fe2a](https://dev.azure.com/axinom/CMS/_git/Navy/commit/164fe2ad61411f91b5d919f7b4d643d723e60208)), closes [#33834](https://dev.azure.com/axinom/CMS/_workitems/edit/33834)
200
-
201
-
202
-
203
- ## [0.10.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.9.0&targetVersion=GT@axinom/mosaic-db-common@0.10.0) (2022-01-19)
204
-
205
-
206
- ### Features
207
-
208
- * monetization backend ([e57eff5](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e57eff5f6e435c52c42e7ea1b1faa0b4eb325020)), closes [#32996](https://dev.azure.com/axinom/CMS/_workitems/edit/32996)
209
- * monetization claim sets & publication refactoring ([e38f80b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e38f80bbd70c4100fa31b8e32d213f679854b2e6)), closes [#32996](https://dev.azure.com/axinom/CMS/_workitems/edit/32996)
210
-
211
-
212
- ### Bug Fixes
213
-
214
- * ax_define.define_multitenancy_unique_constraint has conflicting definitions ([2302fe4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/2302fe46cb8ee3712cafc96400265607e771aade)), closes [#33796](https://dev.azure.com/axinom/CMS/_workitems/edit/33796)
215
-
216
-
217
-
218
- ## [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)
219
-
220
-
221
- ### Features
222
-
223
- * constraintName arg and length checks added to all ax_define multitenancy functions ([7fc8d6d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7fc8d6db952bdfeee64dbdd3a44b37224115c5e8))
224
- * extracted the define-functions.sql ([a4cd97e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a4cd97e5b0963840a1ace6c26a1297f16cb7dba8))
225
- * 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)
226
- * improve multitenancy SQL define functions ([60dd818](https://dev.azure.com/axinom/CMS/_git/Navy/commit/60dd818461398e35097b4b9a9ca572aa925fd4c7))
227
- * missing RLS select permission raises exception ([ff6e08d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ff6e08d09927c5bba678cf30a10bf355d2192050))
228
- * moved define functions to own schema ([6f57b5d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/6f57b5d135c8d01ba2105e12eb0f556fa1e851d4))
229
- * moved SQL definition functions to services ([4c4272c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/4c4272ca81b852a7160816900d497c1bec57cd2c))
230
- * PR fixes ([b45fb0e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b45fb0e9e171b37a141b096f49cd5c137db29aca))
231
- * regenerated upgrade SQL functions ([87ee64d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/87ee64d6a6fa36ee2b707fcd979b8e1a5a9fe5d2))
232
-
233
-
234
- ### Bug Fixes
235
-
236
- * fix malformed sql and remove unnecessary drop commands ([e3e7c89](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e3e7c89f952e70e7ee44fd41e37ecde6b5bec41f))
237
- * initial define functions added after reset ([e18efc3](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e18efc34f670a064157eba5a75b48746c6fb848f))
238
- * PR comments ([9711523](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9711523ceb8984d26915f141fd84ae8f2084e00c))
239
- * PR review ([840d6df](https://dev.azure.com/axinom/CMS/_git/Navy/commit/840d6dfeb3a9f66ee4642d46b5bec4c23594760f))
240
- * PR review ([dddd780](https://dev.azure.com/axinom/CMS/_git/Navy/commit/dddd780100fbaa5b7c24343c9b0cb3674d203d05))
241
-
242
-
243
-
244
- ## [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)
245
-
246
-
247
- ### Features
248
-
249
- * added personalization service codebase ([bf28597](https://dev.azure.com/axinom/CMS/_git/Navy/commit/bf2859768b2855dd2512a39960bba3e40870eb4c))
250
-
251
-
252
-
253
- ## [0.7.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.6.0&targetVersion=GT@axinom/mosaic-db-common@0.7.0) (2021-11-11)
254
-
255
-
256
- ### Features
257
-
258
- * switch enum types to enum tables ([afbea7e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/afbea7ec787f21f86cf3c9402fd85c3269874c89))
259
-
260
-
261
-
262
- ## [0.6.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.4.2&targetVersion=GT@axinom/mosaic-db-common@0.6.0) (2021-10-25)
263
-
264
-
265
- ### Features
266
-
267
- * added snippets and helpers for unique constraints ([068f466](https://dev.azure.com/axinom/CMS/_git/Navy/commit/068f4665a4b264697f0e9d7b7df859298b1ecd1d)), closes [#33146](https://dev.azure.com/axinom/CMS/_workitems/edit/33146)
268
- * pg pool error handling adjusted ([ba18103](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ba18103c941bb568f7bff08cf791bcec96e458b9)), closes [#32254](https://dev.azure.com/axinom/CMS/_workitems/edit/32254)
269
-
270
-
271
-
272
- ## [0.5.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.4.2&targetVersion=GT@axinom/mosaic-db-common@0.5.0) (2021-10-13)
273
-
274
-
275
- ### Features
276
-
277
- * pg pool error handling adjusted ([ba18103](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ba18103c941bb568f7bff08cf791bcec96e458b9)), closes [#32254](https://dev.azure.com/axinom/CMS/_workitems/edit/32254)
278
-
279
-
280
-
281
- ### [0.4.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.4.1&targetVersion=GT@axinom/mosaic-db-common@0.4.2) (2021-09-30)
282
-
283
- **Note:** Version bump only for package @axinom/mosaic-db-common
284
-
285
-
286
-
287
-
288
-
289
- ### [0.4.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-db-common@0.4.0&targetVersion=GT@axinom/mosaic-db-common@0.4.1) (2021-09-28)
290
-
291
- **Note:** Version bump only for package @axinom/mosaic-db-common
292
-
293
-
294
-
295
-
296
-
297
- ## 0.4.0 (2021-09-15)
298
-
299
-
300
- ### Features
301
-
302
- * added end user RLS functionality ([36a1b2f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/36a1b2f1df991bd7d67353800dccab0d564e9533))
303
- * introduce new AuthenticatedEndUser interface ([9b80688](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9b806882fcf29f52d0c648f4e29017fa502184eb))
304
- * introduced buildEndUserPgSettings ([5437350](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5437350745aa4470e7e0ae51996c5f39f302408c))
305
- * is_base64, starts_with and is_url constraint ([9f80c94](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9f80c9478fb9883af866e82bd928f70cbc2efb39)), closes [#32379](https://dev.azure.com/axinom/CMS/_workitems/edit/32379)
306
-
307
-
308
- ### Bug Fixes
309
-
310
- * fixed animation issues with async data ([e2d77d7](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e2d77d7d7d4a0681db0abb6d3a1bb264733796d4))
311
- * typo fix in define_end_user_authentication ([fc88b26](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fc88b26473b8b30357d861f4a53d0354fb95b334))
312
-
313
-
314
-
315
- ### 0.3.6 (2021-09-01)
316
-
317
- **Note:** Version bump only for package @axinom/mosaic-db-common
318
-
319
- ### [0.3.4] - 2021-08-31
320
-
321
- #### Added
322
-
323
- - Added new validation functions validation_not_empty_array and
324
- validation_valid_url_array.
325
- - Added new constraint functions constraint_not_url, constraint_not_empty_array
326
- and constraint_not_invalid_url_array.
327
-
328
- ### [0.3.3] - 2021-08-17
329
-
330
- #### Changed
331
-
332
- - Remove colorization tags from graphile-migrate error logs.
333
-
334
- ### [0.3.2] - 2021-07-21
335
-
336
- #### Added
337
-
338
- - Added missing peer dependency @types/pg required by Zapatos.
339
-
340
- ### [0.3.1] - 2021-05-31
341
-
342
- #### Added
343
-
344
- - Added new Zapatos type definition to comply with version 3.6.0.
345
-
346
- ### [0.3.0] - 2021-03-31
347
-
348
- #### Changed
349
-
350
- - Rename property applicationId to environmentId in AuthenticatedSubject and
351
- update related unit tests.
352
-
353
- #### Added
354
-
355
- - logic to setup an environment specific database "owner" role via
356
- `setupEnvOwnerPgPool`
357
- - Added a method overload for the `define_multitenancy_unique_constraint` method
358
- that only uses the tenant and environment ID to ensure only one entry can be
359
- added per such combination to a table.
360
- - Docstrings added to exported components
361
-
362
- #### Changed
363
-
364
- - `ax_utils.tg__tenant_environment` trigger function adjusted to be able to
365
- update all rows regardless of multitenancy when writing migrations.
366
- - `ax_utils.define_audit_date_fields_on_table` and
367
- `ax_utils.define_audit_user_fields_on_table` now also enable insert/update
368
- triggers for added audit columns.
369
-
370
- #### Fixed
371
-
372
- - `ax_utils.drop_enum_type_and_create_enum_table` function fixed to support
373
- idempotent execution.
374
-
375
- ### [0.2.0] - 2021-02-26
376
-
377
- #### Changed
378
-
379
- - removed the dependency to the `service-common` library. The `logger` and
380
- `shutdownActions` must be provided now as input.
381
- - Settings made available through Express support now the Application type as
382
- well
383
- - `transactionWithContext` can now use an existing `TxnClient`/`pgClient`
384
-
385
- ### [0.1.1] - 2021-02-19
386
-
387
- #### Changed
388
-
389
- - included `migrations` in the package.json so they will be packaged together.
390
-
391
- ### [0.1.0] - 2021-02-04
392
-
393
- #### Added
394
-
395
- - `constraint_is_trimmed` and `validation_is_trimmed` functions are added to
396
- `003-validation-functions.sql` to check if value starts or ends with
397
- whitespace characters, throwing an error or returning false if value is not
398
- trimmed.
399
- - `define_audit_user_fields_on_table` and `define_audit_date_fields_on_table` to
400
- add the default created user/date and updated user/date fields on database
401
- tables.
402
- - `define_multitenancy_unique_constraint` to create a unique constraint per
403
- tenant/environment combination
404
- - `create_enum_table` (extracted from `drop_enum_type_and_create_enum_table`) to
405
- easily add a relation to a PostGraphile based "enum" table
406
- - `set_enum_domain` to create a PostgreSQL domain type. This is useful for
407
- Zapatos based implementations.
408
-
409
- #### Changed
410
-
411
- - `constraint_not_empty` and `validation_not_empty` functions in
412
- `003-validation-functions.sql` changed to only check if value is not null,
413
- empty or whitespace. Previously was also checking if value started or ended
414
- with whitespace characters.
415
-
416
- #### Fixed
417
-
418
- - Fixed the `define_multitenancy_on_table` function in
419
- `099-define-functions.sql` to work correctly for existing table migrations.
420
-
421
- ### [0.0.1]
422
-
423
- - First release