@balena/pinejs 15.0.0-build-15-x-4acccbc677d2f8b6c23ace10945cd167339fc8df-1 → 15.0.0-build-15-x-bf3a44dfe299de8966cf9bc201fa13fdf9d4a747-1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. package/.pinejs-cache.json +1 -1
  2. package/.versionbot/CHANGELOG.yml +1383 -66
  3. package/CHANGELOG.md +507 -2
  4. package/out/config-loader/config-loader.js +16 -4
  5. package/out/config-loader/config-loader.js.map +1 -1
  6. package/out/database-layer/db.d.ts +1 -0
  7. package/out/database-layer/db.js +3 -0
  8. package/out/database-layer/db.js.map +1 -1
  9. package/out/migrator/async.js +14 -8
  10. package/out/migrator/async.js.map +1 -1
  11. package/out/migrator/utils.d.ts +3 -4
  12. package/out/migrator/utils.js +11 -1
  13. package/out/migrator/utils.js.map +1 -1
  14. package/out/passport-pinejs/passport-pinejs.d.ts +1 -1
  15. package/out/passport-pinejs/passport-pinejs.js +3 -3
  16. package/out/passport-pinejs/passport-pinejs.js.map +1 -1
  17. package/out/pinejs-session-store/pinejs-session-store.d.ts +1 -1
  18. package/out/sbvr-api/abstract-sql.js.map +1 -1
  19. package/out/sbvr-api/hooks.js +1 -1
  20. package/out/sbvr-api/hooks.js.map +1 -1
  21. package/out/sbvr-api/permissions.js +1 -1
  22. package/out/sbvr-api/permissions.js.map +1 -1
  23. package/out/sbvr-api/sbvr-utils.d.ts +3 -3
  24. package/out/sbvr-api/sbvr-utils.js +28 -5
  25. package/out/sbvr-api/sbvr-utils.js.map +1 -1
  26. package/out/sbvr-api/translations.js +26 -11
  27. package/out/sbvr-api/translations.js.map +1 -1
  28. package/out/sbvr-api/uri-parser.d.ts +1 -1
  29. package/out/sbvr-api/uri-parser.js.map +1 -1
  30. package/package.json +18 -16
  31. package/src/config-loader/config-loader.ts +24 -7
  32. package/src/database-layer/db.ts +3 -0
  33. package/src/migrator/async.ts +22 -12
  34. package/src/migrator/utils.ts +16 -5
  35. package/src/passport-pinejs/passport-pinejs.ts +4 -4
  36. package/src/sbvr-api/abstract-sql.ts +2 -1
  37. package/src/sbvr-api/hooks.ts +1 -1
  38. package/src/sbvr-api/permissions.ts +6 -4
  39. package/src/sbvr-api/sbvr-utils.ts +65 -7
  40. package/src/sbvr-api/translations.ts +43 -14
  41. package/src/sbvr-api/uri-parser.ts +3 -1
  42. package/tsconfig.dev.json +1 -0
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Update grunt
3
- hash: 4acccbc677d2f8b6c23ace10945cd167339fc8df
3
+ hash: bf3a44dfe299de8966cf9bc201fa13fdf9d4a747
4
4
  body: |
5
5
  Update grunt from 1.5.3 to 1.6.0
6
6
 
@@ -14,7 +14,7 @@
14
14
  author: Harald Fischer
15
15
  nested: []
16
16
  - subject: Do not convert `null` to the default value in `customApiKeyMiddleware`
17
- hash: 04ba5c35b138b72a38a4fcacef377c608fcd2b99
17
+ hash: 1b64b35fa436be5e3e8cd9301f13c62e35f06578
18
18
  body: ""
19
19
  footer:
20
20
  Change-type: major
@@ -22,7 +22,7 @@
22
22
  author: Pagan Gazzard
23
23
  nested: []
24
24
  - subject: "Use `{ value: modelValue }` for se and odataMetadata model entries"
25
- hash: 040a25b35cece06bdf831ce82249f77ce35ae7d2
25
+ hash: 2c4fb5db4a6b9c3e56403b240012871a49ef7e40
26
26
  body: |
27
27
  This avoids putting strings directly into a JSON field
28
28
  footer:
@@ -31,7 +31,7 @@
31
31
  author: Pagan Gazzard
32
32
  nested: []
33
33
  - subject: Switch mysql `sql_mode` from `ANSI_QUOTES` to `ANSI`
34
- hash: e4c4ded683dae3cbdd48d75afb220da334cd20ed
34
+ hash: 85eb60385ab6afd31de0301d71592f22023bb6ea
35
35
  body: ""
36
36
  footer:
37
37
  Change-type: major
@@ -39,7 +39,7 @@
39
39
  author: Pagan Gazzard
40
40
  nested: []
41
41
  - subject: Make `actor` a required property of the req.apiKey object
42
- hash: 2e40f6891fb4d0696619dbb2d530869c7416285d
42
+ hash: 2e3accf0223c2386aee1f5ba335e0e41d9be02fc
43
43
  body: ""
44
44
  footer:
45
45
  Change-type: major
@@ -47,7 +47,7 @@
47
47
  author: Pagan Gazzard
48
48
  nested: []
49
49
  - subject: Change `resolveAuthHeader`/`resolveApiKey` to throw on invalid api keys
50
- hash: 0637b5ffc6d2cd4067417bc4a628efa24104536e
50
+ hash: dfd73220d47fbc4bd028f8fb03f4f606f3a4eba8
51
51
  body: ""
52
52
  footer:
53
53
  Change-type: major
@@ -55,7 +55,7 @@
55
55
  author: Pagan Gazzard
56
56
  nested: []
57
57
  - subject: Do not bail in `resolveAuthHeader` if there is an existing api key
58
- hash: 3afc4b1500d72ffd9649f5f1a33235c83d876839
58
+ hash: 627af7a3504648e3ef5d6a3143891d0717fac235
59
59
  body: ""
60
60
  footer:
61
61
  Change-type: major
@@ -63,7 +63,7 @@
63
63
  author: Pagan Gazzard
64
64
  nested: []
65
65
  - subject: Do not bail in `resolveApiKey` if there is an existing api key
66
- hash: a81aacb6097e17b0dccbb452012692711767c625
66
+ hash: e11f8603e2bb49aa4f24f77c314458b347036895
67
67
  body: ""
68
68
  footer:
69
69
  Change-type: major
@@ -71,7 +71,7 @@
71
71
  author: Pagan Gazzard
72
72
  nested: []
73
73
  - subject: Treat ConceptType fields as expandable/foreign key fields as they are
74
- hash: eef2fe2a08358d821896739f776c9bf7f84084e8
74
+ hash: 210bfc347bb1ad662dba65d111819a57d8148826
75
75
  body: ""
76
76
  footer:
77
77
  Change-type: major
@@ -79,7 +79,7 @@
79
79
  author: Pagan Gazzard
80
80
  nested: []
81
81
  - subject: Throw rather than warn on invalid value for `PINEJS_DEBUG`
82
- hash: f105fba5984a011fd7cceaebe1699d9fe493b625
82
+ hash: ed846602aac5840d236ab124d504404eb3e7f1d4
83
83
  body: ""
84
84
  footer:
85
85
  Change-type: major
@@ -87,7 +87,7 @@
87
87
  author: Pagan Gazzard
88
88
  nested: []
89
89
  - subject: Remove support for `DEBUG` env var in favor of only `PINEJS_DEBUG`
90
- hash: ba728ee155bea0e28371d49c4123049685e3e590
90
+ hash: fb3d11ab6fc21a108a95e9c48478436d132d5ffe
91
91
  body: ""
92
92
  footer:
93
93
  Change-type: major
@@ -95,7 +95,7 @@
95
95
  author: Pagan Gazzard
96
96
  nested: []
97
97
  - subject: Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021
98
- hash: 7d9fa2a412b7358b6d8648aa8ea04cbe5acc3b63
98
+ hash: 06bc67a5e2bfa2b6eddb15a66e76e634ec75bfc4
99
99
  body: ""
100
100
  footer:
101
101
  Change-type: major
@@ -103,7 +103,7 @@
103
103
  author: Pagan Gazzard
104
104
  nested: []
105
105
  - subject: Reflect the usage of BOOLEAN/JSON database types
106
- hash: 9b5dd444f27866cf2b64a42452e776d70b412c68
106
+ hash: a457ae8c75569b6980aef21cc90d7fe8069f4ae7
107
107
  body: ""
108
108
  footer:
109
109
  Change-type: major
@@ -111,19 +111,1289 @@
111
111
  author: Pagan Gazzard
112
112
  nested: []
113
113
  - subject: Update dependencies
114
- hash: ac12eacec81078d813b65510caa14b8bbefc5cc6
114
+ hash: a1567c12bd669ab757211505486a49ebbe4a2b38
115
115
  body: |
116
- Update @balena/abstract-sql-compiler from 7.25.3 to ???
117
- Update @balena/abstract-sql-to-typescript from 1.3.0 to ???
118
- Update @balena/sbvr-types from 3.4.18 to ???
116
+ Update @balena/abstract-sql-compiler from 8.0.0 to 9.0.0
117
+ Update @balena/abstract-sql-to-typescript from 1.3.0 to 2.0.0
118
+ Update @balena/odata-to-abstract-sql from 5.9.2 to 6.0.0
119
+ Update @balena/sbvr-types from 3.4.18 to 4.0.0
119
120
  footer:
120
121
  Change-type: major
121
122
  change-type: major
122
123
  author: Pagan Gazzard
124
+ nested:
125
+ - commits:
126
+ - subject: Add much finer grained typings for abstract-sql-optimizer
127
+ hash: 92bc7e93ca1b17401d902d66c68e090e50f70d1a
128
+ body: ""
129
+ footer:
130
+ Change-type: patch
131
+ change-type: patch
132
+ author: Pagan Gazzard
133
+ nested: []
134
+ version: abstract-sql-compiler-8.4.1
135
+ title: ""
136
+ date: 2023-04-25T10:03:26.380Z
137
+ - commits:
138
+ - subject: Add support for using field type nodes with an AggregateJSON node
139
+ hash: 19c2760ecf76b4097d7d3045c2eefbf74fd7c2da
140
+ body: |
141
+ This also deprecates the legacy version
142
+ footer:
143
+ Change-type: minor
144
+ change-type: minor
145
+ author: Pagan Gazzard
146
+ nested: []
147
+ version: abstract-sql-compiler-8.4.0
148
+ title: ""
149
+ date: 2023-04-24T12:05:48.116Z
150
+ - commits:
151
+ - subject: Deprecate `AliasableFromTypeNodes` type as it's redundant
152
+ hash: 283da4816fe5e6d672e4959b05800861625dda99
153
+ body: ""
154
+ footer:
155
+ Change-type: patch
156
+ change-type: patch
157
+ author: Pagan Gazzard
158
+ nested: []
159
+ version: abstract-sql-compiler-8.3.13
160
+ title: ""
161
+ date: 2023-04-24T12:00:41.593Z
162
+ - commits:
163
+ - subject: Revert tightening of `OrderBy` to only field nodes
164
+ hash: 1c25d9b8d011791a9e98a5929ad48cdd9f3bab6b
165
+ body: |
166
+ It can in fact be a lot of different things and that is now also
167
+ reflected in the typing
168
+ footer:
169
+ Change-type: patch
170
+ change-type: patch
171
+ author: Pagan Gazzard
172
+ nested: []
173
+ version: abstract-sql-compiler-8.3.12
174
+ title: ""
175
+ date: 2023-04-17T16:53:20.918Z
176
+ - commits:
177
+ - subject: Do not allow ON clauses for CROSS JOIN as it is invalid
178
+ hash: d47bf63d3a14cdbb4cb0aeb7544e41a9288699f4
179
+ body: ""
180
+ footer:
181
+ Change-type: patch
182
+ change-type: patch
183
+ author: Pagan Gazzard
184
+ nested: []
185
+ - subject: Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types
186
+ hash: 6fcb2c4257f9fc50f6b4b1070dec86ace9f71237
187
+ body: >
188
+ We know what type they return and they should be explicitly
189
+ accepted as
190
+
191
+ those types instead where it is valid to do so
192
+ footer:
193
+ Change-type: patch
194
+ change-type: patch
195
+ author: Pagan Gazzard
196
+ nested: []
197
+ version: abstract-sql-compiler-8.3.11
198
+ title: ""
199
+ date: 2023-04-13T11:28:36.049Z
200
+ - commits:
201
+ - subject: Fix DateNode/AnyNode typings
202
+ hash: aab549e8cf4e274a2a8b93814da393451acc4238
203
+ body: ""
204
+ footer:
205
+ Change-type: patch
206
+ change-type: patch
207
+ author: Pagan Gazzard
208
+ nested: []
209
+ version: abstract-sql-compiler-8.3.10
210
+ title: ""
211
+ date: 2023-04-13T10:27:14.478Z
212
+ - commits:
213
+ - subject: Update dependencies
214
+ hash: 39058b2dacac51da96158d594b2d72e3238d0cbc
215
+ body: |
216
+ Update @balena/sbvr-types from 3.4.18 to 3.5.0
217
+ footer:
218
+ Change-type: patch
219
+ change-type: patch
220
+ author: Pagan Gazzard
221
+ nested:
222
+ - commits:
223
+ - subject: Add Big Serial type
224
+ hash: 49460ad51fcbc60f81e61329c573a1af5b207a46
225
+ body: ""
226
+ footer:
227
+ Change-type: minor
228
+ change-type: minor
229
+ author: Josh Bowling
230
+ version: sbvr-types-3.5.0
231
+ title: ""
232
+ date: 2023-03-21T11:16:27.398Z
233
+ - commits:
234
+ - subject: "Flowzone: Allow external contributions"
235
+ hash: 9f7bb028bbac327e6fe0711491d7c0f2c6464f98
236
+ body: ""
237
+ footer:
238
+ Change-type: patch
239
+ change-type: patch
240
+ Signed-off-by: Josh Bowling <josh@monarci.com>
241
+ signed-off-by: Josh Bowling <josh@monarci.com>
242
+ author: Josh Bowling
243
+ version: sbvr-types-3.4.19
244
+ title: ""
245
+ date: 2022-12-08T01:08:35.143Z
246
+ version: abstract-sql-compiler-8.3.9
247
+ title: ""
248
+ date: 2023-04-13T10:09:53.529Z
249
+ - commits:
250
+ - subject: Improve typings
251
+ hash: 43e75ef37de956d1b583bc62b307b04e0f8455c1
252
+ body: ""
253
+ footer:
254
+ Change-type: patch
255
+ change-type: patch
256
+ author: Pagan Gazzard
257
+ nested: []
258
+ version: abstract-sql-compiler-8.3.8
259
+ title: ""
260
+ date: 2023-04-12T17:26:10.992Z
261
+ - commits:
262
+ - subject: Remove typing for non-existent JSON node
263
+ hash: 76181d438f0f37463642704d7908c1774040c2c2
264
+ body: ""
265
+ footer:
266
+ Change-type: patch
267
+ change-type: patch
268
+ author: Pagan Gazzard
269
+ nested: []
270
+ version: abstract-sql-compiler-8.3.7
271
+ title: ""
272
+ date: 2023-04-12T16:38:07.014Z
273
+ - commits:
274
+ - subject: Tighten the `isXValue` function typings
275
+ hash: 91485cd9c88faaaed9b1280bc34eb3a99628057e
276
+ body: ""
277
+ footer:
278
+ Change-type: patch
279
+ change-type: patch
280
+ author: Pagan Gazzard
281
+ nested: []
282
+ version: abstract-sql-compiler-8.3.6
283
+ title: ""
284
+ date: 2023-04-12T16:18:20.829Z
285
+ - commits:
286
+ - subject: Correctly treat `Value` nodes as rewritten to `Text` by the optimizer
287
+ hash: c9dbc4cfb3fa392e87a0775accdd6811b3c273b4
288
+ body: ""
289
+ footer:
290
+ Change-type: patch
291
+ change-type: patch
292
+ author: Pagan Gazzard
293
+ nested: []
294
+ - subject: Add EmbeddedTextNode typing
295
+ hash: d00ac00ca7af4d17b437c3d5511af8e506615db4
296
+ body: ""
297
+ footer:
298
+ Change-type: patch
299
+ change-type: patch
300
+ author: Pagan Gazzard
301
+ nested: []
302
+ version: abstract-sql-compiler-8.3.5
303
+ title: ""
304
+ date: 2023-04-12T16:01:45.643Z
305
+ - commits:
306
+ - subject: Enforce the first argument of ExtractJSONPathAsText is a JSON type node
307
+ hash: 08865295d4cd3ded56d77a30d33c0434e1da52b9
308
+ body: ""
309
+ footer:
310
+ Change-type: patch
311
+ change-type: patch
312
+ author: Pagan Gazzard
313
+ nested: []
314
+ version: abstract-sql-compiler-8.3.4
315
+ title: ""
316
+ date: 2023-04-12T15:55:47.432Z
317
+ - commits:
318
+ - subject: Improve node typings
319
+ hash: 2cb83cf242052c581ee5412e3a90ed87cf5fd39e
320
+ body: ""
321
+ footer:
322
+ Change-type: patch
323
+ change-type: patch
324
+ author: Pagan Gazzard
325
+ nested: []
326
+ version: abstract-sql-compiler-8.3.3
327
+ title: ""
328
+ date: 2023-04-12T15:43:13.357Z
329
+ - commits:
330
+ - subject: Add more node typings
331
+ hash: db162a8a4d645c2f37c968224d667ed753e534dd
332
+ body: ""
333
+ footer:
334
+ Change-type: patch
335
+ change-type: patch
336
+ author: Pagan Gazzard
337
+ nested: []
338
+ version: abstract-sql-compiler-8.3.2
339
+ title: ""
340
+ date: 2023-04-12T15:01:22.252Z
341
+ - commits:
342
+ - subject: Add more node typings
343
+ hash: 047954b6f66abb041bee74373f37c38d71cdc4d7
344
+ body: ""
345
+ footer:
346
+ Change-type: patch
347
+ change-type: patch
348
+ author: Pagan Gazzard
349
+ nested: []
350
+ version: abstract-sql-compiler-8.3.1
351
+ title: ""
352
+ date: 2023-04-12T13:14:25.174Z
353
+ - commits:
354
+ - subject: Support boolean nodes in a ValuesNode
355
+ hash: d589fb6cd92a3a7570e3b2ebea14acbb84807d8a
356
+ body: |
357
+ This also deprecates the legacy use of direct true/false entries
358
+ footer:
359
+ Change-type: minor
360
+ change-type: minor
361
+ author: Pagan Gazzard
362
+ nested: []
363
+ version: abstract-sql-compiler-8.3.0
364
+ title: ""
365
+ date: 2023-04-11T14:56:54.403Z
366
+ - commits:
367
+ - subject: Add `Between` node type
368
+ hash: 4880072eeab6af198df47777b6579dcacc3d7fb1
369
+ body: ""
370
+ footer:
371
+ Change-type: minor
372
+ change-type: minor
373
+ author: Pagan Gazzard
374
+ nested: []
375
+ version: abstract-sql-compiler-8.2.0
376
+ title: ""
377
+ date: 2023-04-11T14:19:22.378Z
378
+ - commits:
379
+ - subject: Add `BitwiseAnd`/`BitwiseShiftRight` node types
380
+ hash: f155d1daca54086b653fa590e3248c5ef805afff
381
+ body: ""
382
+ footer:
383
+ Change-type: minor
384
+ change-type: minor
385
+ author: Pagan Gazzard
386
+ nested: []
387
+ version: abstract-sql-compiler-8.1.0
388
+ title: ""
389
+ date: 2023-04-11T14:11:01.677Z
390
+ - commits:
391
+ - subject: Add `NotInNode` type
392
+ hash: 9870d746344033db53ec14fddc23a8580b863ad9
393
+ body: ""
394
+ footer:
395
+ Change-type: patch
396
+ change-type: patch
397
+ author: Pagan Gazzard
398
+ nested: []
399
+ - subject: Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types
400
+ hash: 09887280a6394a61a31c955602ccb2a0fe98c9b8
401
+ body: ""
402
+ footer:
403
+ Change-type: patch
404
+ change-type: patch
405
+ author: Pagan Gazzard
406
+ nested: []
407
+ - subject: Add `CharacterLengthNode` type
408
+ hash: 1fbab42cee8128025756076dc826dacda4ea1597
409
+ body: ""
410
+ footer:
411
+ Change-type: patch
412
+ change-type: patch
413
+ author: Pagan Gazzard
414
+ nested: []
415
+ version: abstract-sql-compiler-8.0.2
416
+ title: ""
417
+ date: 2023-04-06T18:12:29.893Z
418
+ - commits:
419
+ - subject: Adds Cast node type to tree parsing
420
+ hash: cbdb559bfce3c77f9bce9e07f05777f58965f324
421
+ body: ""
422
+ footer:
423
+ Change-type: patch
424
+ change-type: patch
425
+ author: Otávio Jacobi
426
+ nested: []
427
+ version: abstract-sql-compiler-8.0.1
428
+ title: ""
429
+ date: 2023-04-06T17:59:29.723Z
430
+ - commits:
431
+ - subject: Adds native SQL Date type
432
+ hash: f19cd38aa79cb820f663b73da96c15bcfd41778d
433
+ body: ""
434
+ footer:
435
+ Change-type: minor
436
+ change-type: minor
437
+ author: Otávio Jacobi
438
+ nested: []
439
+ version: abstract-sql-to-typescript-1.5.0
440
+ title: ""
441
+ date: 2023-03-01T17:29:25.983Z
442
+ - commits:
443
+ - subject: Update typings to the minimal subset of the abstract sql model we need
444
+ hash: 7f44648fe2bde3c85914c53cdaec448321f5ffca
445
+ body: ""
446
+ footer:
447
+ Change-type: patch
448
+ change-type: patch
449
+ author: Pagan Gazzard
450
+ nested: []
451
+ version: abstract-sql-to-typescript-1.4.2
452
+ title: ""
453
+ date: 2023-02-15T13:37:18.042Z
454
+ - commits:
455
+ - subject: Update `abstract-sql-compiler` and `odata-to-abstract-sql`
456
+ hash: 8f605b533f4c0716b55fcfe3ddfe75316d92da67
457
+ body: ""
458
+ footer:
459
+ Change-type: patch
460
+ change-type: patch
461
+ Signed-off-by: Carol Schulze <carol@balena.io>
462
+ signed-off-by: Carol Schulze <carol@balena.io>
463
+ author: Carol Schulze
464
+ nested: []
465
+ version: abstract-sql-to-typescript-1.4.1
466
+ title: ""
467
+ date: 2023-02-14T14:27:09.414Z
468
+ - commits:
469
+ - subject: Generate properties for reverse navigation relations using synonyms
470
+ hash: 105c27e6b5279bd7189df0c8758200ec84997a43
471
+ body: ""
472
+ footer:
473
+ Change-type: minor
474
+ change-type: minor
475
+ author: Thodoris Greasidis
476
+ nested: []
477
+ version: abstract-sql-to-typescript-1.4.0
478
+ title: ""
479
+ date: 2022-12-20T18:10:06.642Z
480
+ - commits:
481
+ - subject: "Flowzone: Allow external contributions"
482
+ hash: f01476cad51c61727f706618a18e1e7b32657897
483
+ body: ""
484
+ footer:
485
+ Change-type: patch
486
+ change-type: patch
487
+ Signed-off-by: Josh Bowling <josh@monarci.com>
488
+ signed-off-by: Josh Bowling <josh@monarci.com>
489
+ author: Josh Bowling
490
+ nested: []
491
+ version: abstract-sql-to-typescript-1.3.1
492
+ title: ""
493
+ date: 2022-12-08T01:09:49.570Z
494
+ - commits:
495
+ - subject: Collapse `AliasedFunction` into `FunctionMatch`
496
+ hash: 98093a48aa75e5b8bd8eadc25ca37b53cc80ce2c
497
+ body: ""
498
+ footer:
499
+ Change-type: patch
500
+ change-type: patch
501
+ author: Pagan Gazzard
502
+ nested: []
503
+ version: odata-to-abstract-sql-5.9.6
504
+ title: ""
505
+ date: 2023-04-25T13:27:44.188Z
506
+ - commits:
507
+ - subject: Improve typings
508
+ hash: 78d4a48022ac0465c5d2c48db53b8ddd08e6e1bf
509
+ body: |
510
+ Update @balena/abstract-sql-compiler from 8.4.0 to 8.4.1
511
+ footer:
512
+ Change-type: patch
513
+ change-type: patch
514
+ author: Pagan Gazzard
515
+ nested:
516
+ - commits:
517
+ - subject: Add much finer grained typings for abstract-sql-optimizer
518
+ hash: 92bc7e93ca1b17401d902d66c68e090e50f70d1a
519
+ body: ""
520
+ footer:
521
+ Change-type: patch
522
+ change-type: patch
523
+ author: Pagan Gazzard
524
+ nested: []
525
+ version: abstract-sql-compiler-8.4.1
526
+ title: ""
527
+ date: 2023-04-25T10:03:26.380Z
528
+ version: odata-to-abstract-sql-5.9.5
529
+ title: ""
530
+ date: 2023-04-25T12:16:48.086Z
531
+ - commits:
532
+ - subject: Update dependencies
533
+ hash: 5aa3c51cbbfc66cddedebd41dacba5eabbacf709
534
+ body: |
535
+ Update @balena/abstract-sql-compiler from 8.0.0 to 8.4.0
536
+ Update @balena/odata-parser from 2.4.2 to 2.4.6
537
+ footer:
538
+ Change-type: patch
539
+ change-type: patch
540
+ author: Pagan Gazzard
541
+ nested:
542
+ - commits:
543
+ - subject: Add support for using field type nodes with an AggregateJSON node
544
+ hash: 19c2760ecf76b4097d7d3045c2eefbf74fd7c2da
545
+ body: |
546
+ This also deprecates the legacy version
547
+ footer:
548
+ Change-type: minor
549
+ change-type: minor
550
+ author: Pagan Gazzard
551
+ nested: []
552
+ version: abstract-sql-compiler-8.4.0
553
+ title: ""
554
+ date: 2023-04-24T12:05:48.116Z
555
+ - commits:
556
+ - subject: Deprecate `AliasableFromTypeNodes` type as it's redundant
557
+ hash: 283da4816fe5e6d672e4959b05800861625dda99
558
+ body: ""
559
+ footer:
560
+ Change-type: patch
561
+ change-type: patch
562
+ author: Pagan Gazzard
563
+ nested: []
564
+ version: abstract-sql-compiler-8.3.13
565
+ title: ""
566
+ date: 2023-04-24T12:00:41.593Z
567
+ - commits:
568
+ - subject: Revert tightening of `OrderBy` to only field nodes
569
+ hash: 1c25d9b8d011791a9e98a5929ad48cdd9f3bab6b
570
+ body: >
571
+ It can in fact be a lot of different things and that is
572
+ now also
573
+
574
+ reflected in the typing
575
+ footer:
576
+ Change-type: patch
577
+ change-type: patch
578
+ author: Pagan Gazzard
579
+ nested: []
580
+ version: abstract-sql-compiler-8.3.12
581
+ title: ""
582
+ date: 2023-04-17T16:53:20.918Z
583
+ - commits:
584
+ - subject: Do not allow ON clauses for CROSS JOIN as it is invalid
585
+ hash: d47bf63d3a14cdbb4cb0aeb7544e41a9288699f4
586
+ body: ""
587
+ footer:
588
+ Change-type: patch
589
+ change-type: patch
590
+ author: Pagan Gazzard
591
+ nested: []
592
+ - subject: Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types
593
+ hash: 6fcb2c4257f9fc50f6b4b1070dec86ace9f71237
594
+ body: >
595
+ We know what type they return and they should be
596
+ explicitly accepted as
597
+
598
+ those types instead where it is valid to do so
599
+ footer:
600
+ Change-type: patch
601
+ change-type: patch
602
+ author: Pagan Gazzard
603
+ nested: []
604
+ version: abstract-sql-compiler-8.3.11
605
+ title: ""
606
+ date: 2023-04-13T11:28:36.049Z
607
+ - commits:
608
+ - subject: Fix DateNode/AnyNode typings
609
+ hash: aab549e8cf4e274a2a8b93814da393451acc4238
610
+ body: ""
611
+ footer:
612
+ Change-type: patch
613
+ change-type: patch
614
+ author: Pagan Gazzard
615
+ nested: []
616
+ version: abstract-sql-compiler-8.3.10
617
+ title: ""
618
+ date: 2023-04-13T10:27:14.478Z
619
+ - commits:
620
+ - subject: Update dependencies
621
+ hash: 39058b2dacac51da96158d594b2d72e3238d0cbc
622
+ body: |
623
+ Update @balena/sbvr-types from 3.4.18 to 3.5.0
624
+ footer:
625
+ Change-type: patch
626
+ change-type: patch
627
+ author: Pagan Gazzard
628
+ nested:
629
+ - commits:
630
+ - subject: Add Big Serial type
631
+ hash: 49460ad51fcbc60f81e61329c573a1af5b207a46
632
+ body: ""
633
+ footer:
634
+ Change-type: minor
635
+ change-type: minor
636
+ author: Josh Bowling
637
+ version: sbvr-types-3.5.0
638
+ title: ""
639
+ date: 2023-03-21T11:16:27.398Z
640
+ - commits:
641
+ - subject: "Flowzone: Allow external contributions"
642
+ hash: 9f7bb028bbac327e6fe0711491d7c0f2c6464f98
643
+ body: ""
644
+ footer:
645
+ Change-type: patch
646
+ change-type: patch
647
+ Signed-off-by: Josh Bowling <josh@monarci.com>
648
+ signed-off-by: Josh Bowling <josh@monarci.com>
649
+ author: Josh Bowling
650
+ version: sbvr-types-3.4.19
651
+ title: ""
652
+ date: 2022-12-08T01:08:35.143Z
653
+ version: abstract-sql-compiler-8.3.9
654
+ title: ""
655
+ date: 2023-04-13T10:09:53.529Z
656
+ - commits:
657
+ - subject: Improve typings
658
+ hash: 43e75ef37de956d1b583bc62b307b04e0f8455c1
659
+ body: ""
660
+ footer:
661
+ Change-type: patch
662
+ change-type: patch
663
+ author: Pagan Gazzard
664
+ nested: []
665
+ version: abstract-sql-compiler-8.3.8
666
+ title: ""
667
+ date: 2023-04-12T17:26:10.992Z
668
+ - commits:
669
+ - subject: Remove typing for non-existent JSON node
670
+ hash: 76181d438f0f37463642704d7908c1774040c2c2
671
+ body: ""
672
+ footer:
673
+ Change-type: patch
674
+ change-type: patch
675
+ author: Pagan Gazzard
676
+ nested: []
677
+ version: abstract-sql-compiler-8.3.7
678
+ title: ""
679
+ date: 2023-04-12T16:38:07.014Z
680
+ - commits:
681
+ - subject: Tighten the `isXValue` function typings
682
+ hash: 91485cd9c88faaaed9b1280bc34eb3a99628057e
683
+ body: ""
684
+ footer:
685
+ Change-type: patch
686
+ change-type: patch
687
+ author: Pagan Gazzard
688
+ nested: []
689
+ version: abstract-sql-compiler-8.3.6
690
+ title: ""
691
+ date: 2023-04-12T16:18:20.829Z
692
+ - commits:
693
+ - subject: Correctly treat `Value` nodes as rewritten to `Text` by the optimizer
694
+ hash: c9dbc4cfb3fa392e87a0775accdd6811b3c273b4
695
+ body: ""
696
+ footer:
697
+ Change-type: patch
698
+ change-type: patch
699
+ author: Pagan Gazzard
700
+ nested: []
701
+ - subject: Add EmbeddedTextNode typing
702
+ hash: d00ac00ca7af4d17b437c3d5511af8e506615db4
703
+ body: ""
704
+ footer:
705
+ Change-type: patch
706
+ change-type: patch
707
+ author: Pagan Gazzard
708
+ nested: []
709
+ version: abstract-sql-compiler-8.3.5
710
+ title: ""
711
+ date: 2023-04-12T16:01:45.643Z
712
+ - commits:
713
+ - subject: Enforce the first argument of ExtractJSONPathAsText is a JSON type node
714
+ hash: 08865295d4cd3ded56d77a30d33c0434e1da52b9
715
+ body: ""
716
+ footer:
717
+ Change-type: patch
718
+ change-type: patch
719
+ author: Pagan Gazzard
720
+ nested: []
721
+ version: abstract-sql-compiler-8.3.4
722
+ title: ""
723
+ date: 2023-04-12T15:55:47.432Z
724
+ - commits:
725
+ - subject: Improve node typings
726
+ hash: 2cb83cf242052c581ee5412e3a90ed87cf5fd39e
727
+ body: ""
728
+ footer:
729
+ Change-type: patch
730
+ change-type: patch
731
+ author: Pagan Gazzard
732
+ nested: []
733
+ version: abstract-sql-compiler-8.3.3
734
+ title: ""
735
+ date: 2023-04-12T15:43:13.357Z
736
+ - commits:
737
+ - subject: Add more node typings
738
+ hash: db162a8a4d645c2f37c968224d667ed753e534dd
739
+ body: ""
740
+ footer:
741
+ Change-type: patch
742
+ change-type: patch
743
+ author: Pagan Gazzard
744
+ nested: []
745
+ version: abstract-sql-compiler-8.3.2
746
+ title: ""
747
+ date: 2023-04-12T15:01:22.252Z
748
+ - commits:
749
+ - subject: Add more node typings
750
+ hash: 047954b6f66abb041bee74373f37c38d71cdc4d7
751
+ body: ""
752
+ footer:
753
+ Change-type: patch
754
+ change-type: patch
755
+ author: Pagan Gazzard
756
+ nested: []
757
+ version: abstract-sql-compiler-8.3.1
758
+ title: ""
759
+ date: 2023-04-12T13:14:25.174Z
760
+ - commits:
761
+ - subject: Support boolean nodes in a ValuesNode
762
+ hash: d589fb6cd92a3a7570e3b2ebea14acbb84807d8a
763
+ body: >
764
+ This also deprecates the legacy use of direct true/false
765
+ entries
766
+ footer:
767
+ Change-type: minor
768
+ change-type: minor
769
+ author: Pagan Gazzard
770
+ nested: []
771
+ version: abstract-sql-compiler-8.3.0
772
+ title: ""
773
+ date: 2023-04-11T14:56:54.403Z
774
+ - commits:
775
+ - subject: Add `Between` node type
776
+ hash: 4880072eeab6af198df47777b6579dcacc3d7fb1
777
+ body: ""
778
+ footer:
779
+ Change-type: minor
780
+ change-type: minor
781
+ author: Pagan Gazzard
782
+ nested: []
783
+ version: abstract-sql-compiler-8.2.0
784
+ title: ""
785
+ date: 2023-04-11T14:19:22.378Z
786
+ - commits:
787
+ - subject: Add `BitwiseAnd`/`BitwiseShiftRight` node types
788
+ hash: f155d1daca54086b653fa590e3248c5ef805afff
789
+ body: ""
790
+ footer:
791
+ Change-type: minor
792
+ change-type: minor
793
+ author: Pagan Gazzard
794
+ nested: []
795
+ version: abstract-sql-compiler-8.1.0
796
+ title: ""
797
+ date: 2023-04-11T14:11:01.677Z
798
+ - commits:
799
+ - subject: Add `NotInNode` type
800
+ hash: 9870d746344033db53ec14fddc23a8580b863ad9
801
+ body: ""
802
+ footer:
803
+ Change-type: patch
804
+ change-type: patch
805
+ author: Pagan Gazzard
806
+ nested: []
807
+ - subject: Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types
808
+ hash: 09887280a6394a61a31c955602ccb2a0fe98c9b8
809
+ body: ""
810
+ footer:
811
+ Change-type: patch
812
+ change-type: patch
813
+ author: Pagan Gazzard
814
+ nested: []
815
+ - subject: Add `CharacterLengthNode` type
816
+ hash: 1fbab42cee8128025756076dc826dacda4ea1597
817
+ body: ""
818
+ footer:
819
+ Change-type: patch
820
+ change-type: patch
821
+ author: Pagan Gazzard
822
+ nested: []
823
+ version: abstract-sql-compiler-8.0.2
824
+ title: ""
825
+ date: 2023-04-06T18:12:29.893Z
826
+ - commits:
827
+ - subject: Adds Cast node type to tree parsing
828
+ hash: cbdb559bfce3c77f9bce9e07f05777f58965f324
829
+ body: ""
830
+ footer:
831
+ Change-type: patch
832
+ change-type: patch
833
+ author: Otávio Jacobi
834
+ nested: []
835
+ version: abstract-sql-compiler-8.0.1
836
+ title: ""
837
+ date: 2023-04-06T17:59:29.723Z
838
+ - commits:
839
+ - subject: Improve typings
840
+ hash: ed5fa5675021485a775eb777f2358d8041b93ce1
841
+ body: ""
842
+ footer:
843
+ Change-type: patch
844
+ change-type: patch
845
+ author: Pagan Gazzard
846
+ version: odata-parser-2.4.6
847
+ title: ""
848
+ date: 2023-02-24T17:02:58.272Z
849
+ - commits:
850
+ - subject: Use const/let as appropriate
851
+ hash: 0824fe7d85eeb97941319749fc802f9bae3c9fb6
852
+ body: ""
853
+ footer:
854
+ Change-type: patch
855
+ change-type: patch
856
+ author: Pagan Gazzard
857
+ version: odata-parser-2.4.5
858
+ title: ""
859
+ date: 2023-02-23T16:31:08.299Z
860
+ - commits:
861
+ - subject: Use shorthand object notation
862
+ hash: 611c0480681965c7af06302264eac79fea18bded
863
+ body: ""
864
+ footer:
865
+ Change-type: patch
866
+ change-type: patch
867
+ author: Pagan Gazzard
868
+ version: odata-parser-2.4.4
869
+ title: ""
870
+ date: 2023-02-23T16:26:30.639Z
871
+ - commits:
872
+ - subject: Update dependencies
873
+ hash: 25b153aca258347c6742cb8b4efe54c0ae199695
874
+ body: ""
875
+ footer:
876
+ Change-type: patch
877
+ change-type: patch
878
+ author: Pagan Gazzard
879
+ version: odata-parser-2.4.3
880
+ title: ""
881
+ date: 2023-02-23T16:14:13.013Z
882
+ version: odata-to-abstract-sql-5.9.4
883
+ title: ""
884
+ date: 2023-04-24T16:26:44.367Z
885
+ - commits:
886
+ - subject: Fixes ODataBindings imported types
887
+ hash: 07224c40f6c11a849939dcca456d18677b159991
888
+ body: ""
889
+ footer:
890
+ Change-type: patch
891
+ change-type: patch
892
+ author: Otávio Jacobi
893
+ nested: []
894
+ version: odata-to-abstract-sql-5.9.3
895
+ title: ""
896
+ date: 2023-03-08T22:00:01.264Z
897
+ - commits:
898
+ - subject: Add Big Serial type
899
+ hash: 49460ad51fcbc60f81e61329c573a1af5b207a46
900
+ body: ""
901
+ footer:
902
+ Change-type: minor
903
+ change-type: minor
904
+ author: Josh Bowling
905
+ version: sbvr-types-3.5.0
906
+ title: ""
907
+ date: 2023-03-21T11:16:27.398Z
908
+ - commits:
909
+ - subject: "Flowzone: Allow external contributions"
910
+ hash: 9f7bb028bbac327e6fe0711491d7c0f2c6464f98
911
+ body: ""
912
+ footer:
913
+ Change-type: patch
914
+ change-type: patch
915
+ Signed-off-by: Josh Bowling <josh@monarci.com>
916
+ signed-off-by: Josh Bowling <josh@monarci.com>
917
+ author: Josh Bowling
918
+ version: sbvr-types-3.4.19
919
+ title: ""
920
+ date: 2022-12-08T01:08:35.143Z
921
+ version: 15.0.0
922
+ title: ""
923
+ date: 2023-04-25T16:02:57.319Z
924
+ - commits:
925
+ - subject: Narrow the registered express HTTP methods
926
+ hash: ce5efad6e3ff0c1f1a12c3c0fe15a6f78e14e515
927
+ body: |
928
+ app.all registers too many not needed HTTP methods.
929
+ As documented here:
930
+ https://expressjs.com/en/4x/api.html#app.METHOD
931
+ footer:
932
+ Change-type: patch
933
+ change-type: patch
934
+ Signed-off-by: fisehara <harald@balena.io>
935
+ signed-off-by: fisehara <harald@balena.io>
936
+ author: fisehara
937
+ nested: []
938
+ version: 14.62.9
939
+ title: ""
940
+ date: 2023-04-21T07:22:00.375Z
941
+ - commits:
942
+ - subject: Add test cases for native translations
943
+ hash: 35c1a124be99c9a050a52da1624e23c7216f2fac
944
+ body: ""
945
+ footer:
946
+ Change-type: patch
947
+ change-type: patch
948
+ Signed-off-by: Harald Fischer <harald@balena.io>
949
+ signed-off-by: Harald Fischer <harald@balena.io>
950
+ author: Harald Fischer
951
+ nested: []
952
+ version: 14.62.8
953
+ title: ""
954
+ date: 2023-04-19T16:11:50.941Z
955
+ - commits:
956
+ - subject: Update select sql typing
957
+ hash: 8c04a099dc0739b65b2576a3cb48aa17565d2da2
958
+ body: ""
959
+ footer:
960
+ Change-type: patch
961
+ change-type: patch
962
+ author: Josh Bowling
963
+ nested: []
964
+ version: 14.62.7
965
+ title: ""
966
+ date: 2023-04-18T07:16:59.301Z
967
+ - commits:
968
+ - subject: Guard against translations aliasing to a field that does not exist
969
+ hash: ad7d4cbc5b08df254b086495e1a1bd75239ab8df
970
+ body: ""
971
+ footer:
972
+ Change-type: patch
973
+ change-type: patch
974
+ author: Pagan Gazzard
975
+ nested: []
976
+ version: 14.62.6
977
+ title: ""
978
+ date: 2023-04-11T10:50:23.109Z
979
+ - commits:
980
+ - subject: Fix resourceName to resourceName native translation
981
+ hash: 6deffd6681f2d037776f352033867f408d2f9f04
982
+ body: >
983
+ Permissions lookup need to know the modifyName if the resource needs
984
+ translations for looking up the permissions from the destination
985
+ permissions table
986
+ footer:
987
+ Change-type: patch
988
+ change-type: patch
989
+ Signed-off-by: fisehara <harald@balena.io>
990
+ signed-off-by: fisehara <harald@balena.io>
991
+ author: fisehara
992
+ nested: []
993
+ version: 14.62.5
994
+ title: ""
995
+ date: 2023-03-23T11:14:58.896Z
996
+ - commits:
997
+ - subject: Rollback async migration tx on failed async mgmt tx
998
+ hash: c196aaa10afb407a2f83efb8fbfde8eaa568f156
999
+ body: |
1000
+ Disable automaticClose on async mgmt tx
1001
+ footer:
1002
+ Change-type: patch
1003
+ change-type: patch
1004
+ Signed-off-by: fisehara <harald@balena.io>
1005
+ signed-off-by: fisehara <harald@balena.io>
1006
+ author: fisehara
123
1007
  nested: []
124
- version: 15.0.0
1008
+ version: 14.62.4
1009
+ title: ""
1010
+ date: 2023-02-28T17:52:52.534Z
1011
+ - commits:
1012
+ - subject: Fix `isAsyncMigration` to accept mixed fn and sql async migrations
1013
+ hash: 4d6feb8f8164770e012e04a5c956b90ca0e3e9c3
1014
+ body: ""
1015
+ footer:
1016
+ Change-type: patch
1017
+ change-type: patch
1018
+ author: Pagan Gazzard
1019
+ nested: []
1020
+ version: 14.62.3
1021
+ title: ""
1022
+ date: 2023-02-27T19:10:29.898Z
1023
+ - commits:
1024
+ - subject: Fix async migrator typings when mixing migrator fns and sql
1025
+ hash: 8432b1143acc6a7bbb7d96bb21caacb4e2f96579
1026
+ body: ""
1027
+ footer:
1028
+ Change-type: patch
1029
+ change-type: patch
1030
+ author: Pagan Gazzard
1031
+ nested: []
1032
+ version: 14.62.2
1033
+ title: ""
1034
+ date: 2023-02-27T18:23:58.423Z
1035
+ - commits:
1036
+ - subject: Update @balena/odata-parser to 2.4.6
1037
+ hash: c2ae65faa13a420c87bbd2608974c3387b1350fc
1038
+ body: |
1039
+ Update @balena/odata-parser from 2.4.2 to 2.4.6
1040
+ footer:
1041
+ Change-type: patch
1042
+ change-type: patch
1043
+ author: Pagan Gazzard
1044
+ nested:
1045
+ - commits:
1046
+ - subject: Improve typings
1047
+ hash: ed5fa5675021485a775eb777f2358d8041b93ce1
1048
+ body: ""
1049
+ footer:
1050
+ Change-type: patch
1051
+ change-type: patch
1052
+ author: Pagan Gazzard
1053
+ version: odata-parser-2.4.6
1054
+ title: ""
1055
+ date: 2023-02-24T17:02:58.272Z
1056
+ - commits:
1057
+ - subject: Use const/let as appropriate
1058
+ hash: 0824fe7d85eeb97941319749fc802f9bae3c9fb6
1059
+ body: ""
1060
+ footer:
1061
+ Change-type: patch
1062
+ change-type: patch
1063
+ author: Pagan Gazzard
1064
+ version: odata-parser-2.4.5
1065
+ title: ""
1066
+ date: 2023-02-23T16:31:08.299Z
1067
+ - commits:
1068
+ - subject: Use shorthand object notation
1069
+ hash: 611c0480681965c7af06302264eac79fea18bded
1070
+ body: ""
1071
+ footer:
1072
+ Change-type: patch
1073
+ change-type: patch
1074
+ author: Pagan Gazzard
1075
+ version: odata-parser-2.4.4
1076
+ title: ""
1077
+ date: 2023-02-23T16:26:30.639Z
1078
+ - commits:
1079
+ - subject: Update dependencies
1080
+ hash: 25b153aca258347c6742cb8b4efe54c0ae199695
1081
+ body: ""
1082
+ footer:
1083
+ Change-type: patch
1084
+ change-type: patch
1085
+ author: Pagan Gazzard
1086
+ version: odata-parser-2.4.3
1087
+ title: ""
1088
+ date: 2023-02-23T16:14:13.013Z
1089
+ version: 14.62.1
1090
+ title: ""
1091
+ date: 2023-02-24T17:45:10.612Z
1092
+ - commits:
1093
+ - subject: Use `affectedIds` to narrow the number of rows checked by rules
1094
+ hash: b76afb213dc1e120ac6b43a3c8ce2887e69407a4
1095
+ body: ""
1096
+ footer:
1097
+ Change-type: minor
1098
+ change-type: minor
1099
+ Signed-off-by: Carol Schulze <carol@balena.io>
1100
+ signed-off-by: Carol Schulze <carol@balena.io>
1101
+ author: Carol Schulze
1102
+ nested: []
1103
+ version: 14.62.0
1104
+ title: ""
1105
+ date: 2023-02-20T17:04:40.883Z
1106
+ - commits:
1107
+ - subject: Fixes setting only finalized async migration as executed
1108
+ hash: a5c808007b829669de3dfdfd682404150022a57a
1109
+ body: ""
1110
+ footer:
1111
+ Change-type: patch
1112
+ change-type: patch
1113
+ Signed-off-by: Harald Fischer <harald@balena.io>
1114
+ signed-off-by: Harald Fischer <harald@balena.io>
1115
+ author: Harald Fischer
1116
+ nested: []
1117
+ version: 14.61.5
1118
+ title: ""
1119
+ date: 2023-02-20T15:48:32.572Z
1120
+ - commits:
1121
+ - subject: Fixes implicit any type
1122
+ hash: 8cfb7573f667cbe846d7eea357fa3bec2493b143
1123
+ body: ""
1124
+ footer:
1125
+ Change-type: patch
1126
+ change-type: patch
1127
+ Signed-off-by: Harald Fischer <harald@balena.io>
1128
+ signed-off-by: Harald Fischer <harald@balena.io>
1129
+ author: Harald Fischer
1130
+ nested: []
1131
+ version: 14.61.4
1132
+ title: ""
1133
+ date: 2023-02-20T15:14:55.623Z
1134
+ - commits:
1135
+ - subject: "Tests: use transpile-only for faster tests"
1136
+ hash: 5d92233bb617d243afff13da7560dfad22887bc1
1137
+ body: ""
1138
+ footer:
1139
+ Change-type: patch
1140
+ change-type: patch
1141
+ author: Pagan Gazzard
1142
+ nested: []
1143
+ - subject: "Tests: type-check tests as part of tsconfig.dev.json and fix typing
1144
+ error"
1145
+ hash: a84fc64df74aee2973211bb792e9046f42af8437
1146
+ body: ""
1147
+ footer:
1148
+ Change-type: patch
1149
+ change-type: patch
1150
+ author: Pagan Gazzard
1151
+ nested: []
1152
+ version: 14.61.3
1153
+ title: ""
1154
+ date: 2023-02-15T15:17:18.415Z
1155
+ - commits:
1156
+ - subject: Fix read-only hook args when there is a read-only or no transaction
1157
+ hash: fb648b2a82019f9c2d80c4c5af739d4e71e29f61
1158
+ body: ""
1159
+ footer:
1160
+ Change-type: patch
1161
+ change-type: patch
1162
+ author: Pagan Gazzard
1163
+ nested: []
1164
+ version: 14.61.2
1165
+ title: ""
1166
+ date: 2023-02-15T14:34:53.646Z
1167
+ - commits:
1168
+ - subject: Update dependencies
1169
+ hash: 7144194c7f7490252177ac2086b2fc4cd46b9add
1170
+ body: |
1171
+ Update @balena/abstract-sql-compiler from 7.25.3 to 7.26.0
1172
+ Update @balena/abstract-sql-to-typescript from 1.3.0 to 1.4.2
1173
+ Update @balena/env-parsing from 1.1.0 to 1.1.5
1174
+ Update @balena/odata-to-abstract-sql from 5.8.0 to 5.9.2
1175
+ footer:
1176
+ Change-type: patch
1177
+ change-type: patch
1178
+ author: Pagan Gazzard
1179
+ nested:
1180
+ - commits:
1181
+ - subject: Optimize schema during compilation
1182
+ hash: e0b6b48c1429077d3c3742c9ee6224233a532bf7
1183
+ body: |
1184
+ This optimizes and normalizes rules before compiling the schema.
1185
+ footer:
1186
+ Change-type: minor
1187
+ change-type: minor
1188
+ Signed-off-by: Carol Schulze <carol@balena.io>
1189
+ signed-off-by: Carol Schulze <carol@balena.io>
1190
+ author: Carol Schulze
1191
+ nested: []
1192
+ version: abstract-sql-compiler-7.26.0
1193
+ title: ""
1194
+ date: 2023-02-07T12:42:59.370Z
1195
+ - commits:
1196
+ - subject: Update typings to the minimal subset of the abstract sql model we need
1197
+ hash: 7f44648fe2bde3c85914c53cdaec448321f5ffca
1198
+ body: ""
1199
+ footer:
1200
+ Change-type: patch
1201
+ change-type: patch
1202
+ author: Pagan Gazzard
1203
+ nested: []
1204
+ version: abstract-sql-to-typescript-1.4.2
1205
+ title: ""
1206
+ date: 2023-02-15T13:37:18.042Z
1207
+ - commits:
1208
+ - subject: Update `abstract-sql-compiler` and `odata-to-abstract-sql`
1209
+ hash: 8f605b533f4c0716b55fcfe3ddfe75316d92da67
1210
+ body: ""
1211
+ footer:
1212
+ Change-type: patch
1213
+ change-type: patch
1214
+ Signed-off-by: Carol Schulze <carol@balena.io>
1215
+ signed-off-by: Carol Schulze <carol@balena.io>
1216
+ author: Carol Schulze
1217
+ nested: []
1218
+ version: abstract-sql-to-typescript-1.4.1
1219
+ title: ""
1220
+ date: 2023-02-14T14:27:09.414Z
1221
+ - commits:
1222
+ - subject: Generate properties for reverse navigation relations using synonyms
1223
+ hash: 105c27e6b5279bd7189df0c8758200ec84997a43
1224
+ body: ""
1225
+ footer:
1226
+ Change-type: minor
1227
+ change-type: minor
1228
+ author: Thodoris Greasidis
1229
+ nested: []
1230
+ version: abstract-sql-to-typescript-1.4.0
1231
+ title: ""
1232
+ date: 2022-12-20T18:10:06.642Z
1233
+ - commits:
1234
+ - subject: "Flowzone: Allow external contributions"
1235
+ hash: f01476cad51c61727f706618a18e1e7b32657897
1236
+ body: ""
1237
+ footer:
1238
+ Change-type: patch
1239
+ change-type: patch
1240
+ Signed-off-by: Josh Bowling <josh@monarci.com>
1241
+ signed-off-by: Josh Bowling <josh@monarci.com>
1242
+ author: Josh Bowling
1243
+ nested: []
1244
+ version: abstract-sql-to-typescript-1.3.1
1245
+ title: ""
1246
+ date: 2022-12-08T01:09:49.570Z
1247
+ - commits:
1248
+ - subject: Update typings to the minimal subset of the abstract sql model we need
1249
+ hash: 2b95fdd826b153b7cbc0ad9ae6440d5788062ee3
1250
+ body: ""
1251
+ footer:
1252
+ Change-type: patch
1253
+ change-type: patch
1254
+ author: Pagan Gazzard
1255
+ nested: []
1256
+ version: odata-to-abstract-sql-5.9.2
1257
+ title: ""
1258
+ date: 2023-02-15T13:59:28.133Z
1259
+ - commits:
1260
+ - subject: Update dependency @balena/lf-to-abstract-sql to 5.0.0
1261
+ hash: 9ca2f6387676866929a77054aea32eab736b0c2d
1262
+ body: |
1263
+ Update @balena/lf-to-abstract-sql to 5.0.0
1264
+
1265
+ Update @balena/lf-to-abstract-sql from 4.7.0 to 5.0.0
1266
+ footer:
1267
+ Change-type: patch
1268
+ change-type: patch
1269
+ author: Renovate Bot
1270
+ nested:
1271
+ - commits:
1272
+ - subject: Expand `lfInfo` to also include the root table name
1273
+ hash: cd6429c29d11d986d13b2f3a1c7090310e3e4d03
1274
+ body: |
1275
+ Also minor refactor for `lfInfo`
1276
+ footer:
1277
+ Change-type: major
1278
+ change-type: major
1279
+ Signed-off-by: Carol Schulze <carol@balena.io>
1280
+ signed-off-by: Carol Schulze <carol@balena.io>
1281
+ author: Carol Schulze
1282
+ nested: []
1283
+ version: lf-to-abstract-sql-5.0.0
1284
+ title: ""
1285
+ date: 2023-02-10T18:42:29.921Z
1286
+ version: odata-to-abstract-sql-5.9.1
1287
+ title: ""
1288
+ date: 2023-02-13T17:54:02.488Z
1289
+ - commits:
1290
+ - subject: Update dependency @balena/abstract-sql-compiler to 8.0.0
1291
+ hash: 922e80ccea867f019fae5304f31fbd0cd9f141a2
1292
+ body: |
1293
+ Update @balena/abstract-sql-compiler to 8.0.0
1294
+
1295
+ Update @balena/abstract-sql-compiler from 7.26.0 to 8.0.0
1296
+ footer:
1297
+ Change-type: minor
1298
+ change-type: minor
1299
+ author: Renovate Bot
1300
+ nested:
1301
+ - commits:
1302
+ - subject: Add binds for affected IDs in compiled rules
1303
+ hash: 7d4bfac3b0dbcc6f916c90837398aff1e84588bc
1304
+ body: >
1305
+ After every write, pine has to rerun all rules from the
1306
+ model to ensure
1307
+
1308
+ consistency. These rules run over the entire database, sometimes causing
1309
+
1310
+ some queries to run for too long against what should be a simple write.
1311
+
1312
+
1313
+ This commit adds a mechanism to help with this issue by narrowing the
1314
+
1315
+ set of rows that each rule should touch to those rows that were actually
1316
+
1317
+ changed.
1318
+
1319
+
1320
+ Implementing this mechanism safely is doable and not necessarily complex
1321
+
1322
+ code-wise, but requires a deep modifications from the current
1323
+
1324
+ architecture. This commit adds a restricted form instead where we only
1325
+
1326
+ narrow the rows of the root table that were changed. If any other table
1327
+
1328
+ was changed then narrowing is a no op.
1329
+
1330
+
1331
+ It can be proved that this is always safe as long as the root table is
1332
+
1333
+ selected from only once and the rule is positive ("It is necessary that
1334
+
1335
+ each ...").
1336
+
1337
+
1338
+ The implementation here adds a single binding into the rule's SQL query
1339
+
1340
+ which can be bound by pine for each rule where an opportunity to use
1341
+
1342
+ this optimization arises.
1343
+
1344
+
1345
+ The implementation itself is simple: count how many times the root table
1346
+
1347
+ is selected from and if it is selected from exactly one, then add a
1348
+
1349
+ narrowing constraint in the form of:
1350
+
1351
+
1352
+ $1 = '{}' OR
1353
+
1354
+ <root table>.id = ANY(CAST($1 AS INTEGER[]))
1355
+
1356
+
1357
+ Where $1 will be bound to either '{}', which disables narrowing, or to a
1358
+
1359
+ list of IDs that were affected by the write.
1360
+
1361
+
1362
+ This initial implementation can be extended in the future.
1363
+ footer:
1364
+ Change-type: major
1365
+ change-type: major
1366
+ Signed-off-by: Carol Schulze <carol@balena.io>
1367
+ signed-off-by: Carol Schulze <carol@balena.io>
1368
+ author: Carol Schulze
1369
+ nested: []
1370
+ version: abstract-sql-compiler-8.0.0
1371
+ title: ""
1372
+ date: 2023-02-13T14:04:25.744Z
1373
+ version: odata-to-abstract-sql-5.9.0
1374
+ title: ""
1375
+ date: 2023-02-13T17:49:05.607Z
1376
+ - commits:
1377
+ - subject: Cache the `ResourceMapping` result to avoid unnecessary work
1378
+ hash: 8f6051cd762950d903658c88ff0f072425229463
1379
+ body: >
1380
+ This function can get called a lot so caching it should provide
1381
+ a
1382
+
1383
+ noticeable performance improvement and linking it to the resource makes
1384
+
1385
+ cache management simple
1386
+ footer:
1387
+ Change-type: patch
1388
+ change-type: patch
1389
+ author: Pagan Gazzard
1390
+ nested: []
1391
+ version: odata-to-abstract-sql-5.8.1
1392
+ title: ""
1393
+ date: 2023-02-13T16:00:44.805Z
1394
+ version: 14.61.1
125
1395
  title: ""
126
- date: 2023-02-09T14:11:33.112Z
1396
+ date: 2023-02-15T14:21:13.633Z
127
1397
  - commits:
128
1398
  - subject: Add support for models that are translated to other (newer) models
129
1399
  hash: aa7339a60e050deb73839dc3142b6fb810b83c57
@@ -278,7 +1548,8 @@
278
1548
  `ARRAY_TO_JSON`+`ARRAY_AGG`
279
1549
  hash: 360bbd95352d96be7ec0ce83521cd6e155b7da88
280
1550
  body: >
281
- This increases the minimum postgres version for AggregateJSON from 9.2
1551
+ This increases the minimum postgres version for AggregateJSON
1552
+ from 9.2
282
1553
 
283
1554
  to 9.3 but it is likely that other places already require postgres
284
1555
 
@@ -362,7 +1633,8 @@
362
1633
  - subject: Add `modifyFields`/`modifyName` to table definition
363
1634
  hash: 174c07b3923bb41fe50b413829b4268c1b28172e
364
1635
  body: >
365
- This is intended to be used to target tables differently for reads vs
1636
+ This is intended to be used to target tables differently for
1637
+ reads vs
366
1638
 
367
1639
  writes, eg where you might read from a view/definition but want to
368
1640
 
@@ -422,7 +1694,8 @@
422
1694
  - subject: Respect `modifyFields`/`modifyName` in the table definition
423
1695
  hash: af5233c9c312ab23fbe6fa7bbcc20f5007c80dc2
424
1696
  body: >
425
- This is intended to be used to target tables differently for reads vs
1697
+ This is intended to be used to target tables differently for
1698
+ reads vs
426
1699
 
427
1700
  writes, eg where you might read from a view/definition but want to
428
1701
 
@@ -439,7 +1712,8 @@
439
1712
  - subject: Add `modifyFields`/`modifyName` to table definition
440
1713
  hash: 174c07b3923bb41fe50b413829b4268c1b28172e
441
1714
  body: >
442
- This is intended to be used to target tables differently for reads vs
1715
+ This is intended to be used to target tables differently
1716
+ for reads vs
443
1717
 
444
1718
  writes, eg where you might read from a view/definition but want to
445
1719
 
@@ -565,7 +1839,8 @@
565
1839
  aliases
566
1840
  hash: 253fdae228cf1edd5e9137819b1bbe783c0e72b0
567
1841
  body: >
568
- This avoids issues where the aliases may not map up, particularly if
1842
+ This avoids issues where the aliases may not map up,
1843
+ particularly if
569
1844
 
570
1845
  the definition was generated and may have automatic aliases, eg if
571
1846
 
@@ -1366,7 +2641,8 @@
1366
2641
  - subject: Update dependencies
1367
2642
  hash: aec2d59610504bcc670d1af913c05805aabd312a
1368
2643
  body: >
1369
- Update @balena/abstract-sql-compiler from 7.21.0 to 7.22.0
2644
+ Update @balena/abstract-sql-compiler from 7.21.0 to
2645
+ 7.22.0
1370
2646
  footer:
1371
2647
  Change-type: minor
1372
2648
  change-type: minor
@@ -1378,7 +2654,8 @@
1378
2654
  - subject: Fix date fields used inside arithmetic expressions
1379
2655
  hash: 3368afd1e908890e79691372f9c496665a329e6a
1380
2656
  body: >
1381
- isNumericValue is evaluated in arithmetic expressions
2657
+ isNumericValue is evaluated in arithmetic
2658
+ expressions
1382
2659
 
1383
2660
  if operands in expression can be used as numericValues.
1384
2661
 
@@ -1550,7 +2827,8 @@
1550
2827
  - subject: Use `SELECT *, $computedFields` for adding computed fields
1551
2828
  hash: b6ed24d0a4ad0a4d8aa71db00dc58280590ce9dd
1552
2829
  body: >
1553
- This reduces the size of the generated SQL when computed fields are
2830
+ This reduces the size of the generated SQL when computed
2831
+ fields are
1554
2832
 
1555
2833
  included and as such helps to make it more readable
1556
2834
  footer:
@@ -1589,7 +2867,8 @@
1589
2867
  - subject: Update dependencies
1590
2868
  hash: 19c112c863b63bdd8d86a04b704fb136077d01a9
1591
2869
  body: >
1592
- Update @balena/abstract-sql-compiler from 7.19.0 to 7.20.0
2870
+ Update @balena/abstract-sql-compiler from 7.19.0 to
2871
+ 7.20.0
1593
2872
  footer:
1594
2873
  Change-type: patch
1595
2874
  change-type: patch
@@ -2846,7 +4125,8 @@
2846
4125
  - subject: Update dependencies
2847
4126
  hash: a80855150955d687b565a33633fe69b4e5e10ebd
2848
4127
  body: >
2849
- Update @balena/abstract-sql-compiler from 7.17.0 to 7.19.0
4128
+ Update @balena/abstract-sql-compiler from 7.17.0 to
4129
+ 7.19.0
2850
4130
 
2851
4131
  Update @balena/odata-parser from 2.2.8 to 2.2.9
2852
4132
  footer:
@@ -2880,7 +4160,8 @@
2880
4160
  - subject: Add reference property type
2881
4161
  hash: d28e2456dff10b18bcc97b7232479fe78efd5eb3
2882
4162
  body: >
2883
- Property type describes if the reference is 'strict' or 'informative'.
4163
+ Property type describes if the reference is
4164
+ 'strict' or 'informative'.
2884
4165
 
2885
4166
 
2886
4167
  Behaviour change only if type is informative otherwise default 'strict'.
@@ -2905,7 +4186,8 @@
2905
4186
  - subject: Avoid the operation type optimization for HAVING clauses
2906
4187
  hash: 3fcf08bc02c21d9f49b78787ed516fa9a403f021
2907
4188
  body: >
2908
- Since it's possible for them to behave in a way that violates the
4189
+ Since it's possible for them to behave in a way
4190
+ that violates the
2909
4191
 
2910
4192
  safety checks we'll disable them until we can add specific checks
2911
4193
 
@@ -2950,7 +4232,8 @@
2950
4232
  - subject: Use the full alias for the prefix hash
2951
4233
  hash: d60132e2eed1408735c1ee6dae12d69548cb1796
2952
4234
  body: >
2953
- This simplifies the code and also avoids an issue where we not using
4235
+ This simplifies the code and also avoids an issue where
4236
+ we not using
2954
4237
 
2955
4238
  enough of the prefix for the hash
2956
4239
  footer:
@@ -2964,7 +4247,8 @@
2964
4247
  - subject: Use a hash instead of random str when it's necessary to shorten aliases
2965
4248
  hash: cb05ec69fe0e08fc4619b38a99272c3a7ea42e21
2966
4249
  body: >
2967
- This means the prefix will be stable/reliable across runs and make it
4250
+ This means the prefix will be stable/reliable across
4251
+ runs and make it
2968
4252
 
2969
4253
  easier to compare the output generating from different runs
2970
4254
 
@@ -3140,7 +4424,8 @@
3140
4424
  - subject: Revert "Remove now unnecessary hack for casting SERIAL types"
3141
4425
  hash: 60a56423de9262b5b454ff4cd83c1d1fd39d071e
3142
4426
  body: >
3143
- This reverts commit 187bc075d237a2ced731d0a026ca25aa3e0f5540.
4427
+ This reverts commit
4428
+ 187bc075d237a2ced731d0a026ca25aa3e0f5540.
3144
4429
  footer:
3145
4430
  Change-type: patch
3146
4431
  change-type: patch
@@ -3152,7 +4437,8 @@
3152
4437
  - subject: Remove now unnecessary hack for casting SERIAL types
3153
4438
  hash: 187bc075d237a2ced731d0a026ca25aa3e0f5540
3154
4439
  body: >
3155
- This became unnecessary when @balena/sbvr-types added the concept of
4440
+ This became unnecessary when @balena/sbvr-types
4441
+ added the concept of
3156
4442
 
3157
4443
  cast types since that now specifies how to cast a SERIAL type
3158
4444
  footer:
@@ -3316,7 +4602,8 @@
3316
4602
  - subject: Add a `getRuleReferencedFields` which is tailored for rules
3317
4603
  hash: 256c36de4a1efb7a46eb9833e1c3228d17194015
3318
4604
  body: >
3319
- This works on the assumption that it is a rule query that should always
4605
+ This works on the assumption that it is a rule
4606
+ query that should always
3320
4607
 
3321
4608
  return true and allows ignoring more modification cases where they
3322
4609
 
@@ -3528,7 +4815,8 @@
3528
4815
  - subject: Add reference property type
3529
4816
  hash: d28e2456dff10b18bcc97b7232479fe78efd5eb3
3530
4817
  body: >
3531
- Property type describes if the reference is 'strict' or 'informative'.
4818
+ Property type describes if the reference is 'strict' or
4819
+ 'informative'.
3532
4820
 
3533
4821
 
3534
4822
  Behaviour change only if type is informative otherwise default 'strict'.
@@ -3553,7 +4841,8 @@
3553
4841
  - subject: Avoid the operation type optimization for HAVING clauses
3554
4842
  hash: 3fcf08bc02c21d9f49b78787ed516fa9a403f021
3555
4843
  body: >
3556
- Since it's possible for them to behave in a way that violates the
4844
+ Since it's possible for them to behave in a way that
4845
+ violates the
3557
4846
 
3558
4847
  safety checks we'll disable them until we can add specific checks
3559
4848
 
@@ -3792,7 +5081,8 @@
3792
5081
  - subject: Add reference property type
3793
5082
  hash: d28e2456dff10b18bcc97b7232479fe78efd5eb3
3794
5083
  body: >
3795
- Property type describes if the reference is 'strict' or 'informative'.
5084
+ Property type describes if the reference is 'strict' or
5085
+ 'informative'.
3796
5086
 
3797
5087
 
3798
5088
  Behaviour change only if type is informative otherwise default 'strict'.
@@ -3935,7 +5225,8 @@
3935
5225
  - subject: Avoid the operation type optimization for HAVING clauses
3936
5226
  hash: 3fcf08bc02c21d9f49b78787ed516fa9a403f021
3937
5227
  body: >
3938
- Since it's possible for them to behave in a way that violates the
5228
+ Since it's possible for them to behave in a way that violates
5229
+ the
3939
5230
 
3940
5231
  safety checks we'll disable them until we can add specific checks
3941
5232
 
@@ -4594,7 +5885,8 @@
4594
5885
  - subject: Revert "Remove now unnecessary hack for casting SERIAL types"
4595
5886
  hash: 60a56423de9262b5b454ff4cd83c1d1fd39d071e
4596
5887
  body: >
4597
- This reverts commit 187bc075d237a2ced731d0a026ca25aa3e0f5540.
5888
+ This reverts commit
5889
+ 187bc075d237a2ced731d0a026ca25aa3e0f5540.
4598
5890
  footer:
4599
5891
  Change-type: patch
4600
5892
  change-type: patch
@@ -4606,7 +5898,8 @@
4606
5898
  - subject: Remove now unnecessary hack for casting SERIAL types
4607
5899
  hash: 187bc075d237a2ced731d0a026ca25aa3e0f5540
4608
5900
  body: >
4609
- This became unnecessary when @balena/sbvr-types added the concept of
5901
+ This became unnecessary when @balena/sbvr-types added
5902
+ the concept of
4610
5903
 
4611
5904
  cast types since that now specifies how to cast a SERIAL type
4612
5905
  footer:
@@ -4770,7 +6063,8 @@
4770
6063
  - subject: Add a `getRuleReferencedFields` which is tailored for rules
4771
6064
  hash: 256c36de4a1efb7a46eb9833e1c3228d17194015
4772
6065
  body: >
4773
- This works on the assumption that it is a rule query that should always
6066
+ This works on the assumption that it is a rule query
6067
+ that should always
4774
6068
 
4775
6069
  return true and allows ignoring more modification cases where they
4776
6070
 
@@ -5305,7 +6599,8 @@
5305
6599
  - subject: Remove now unnecessary hack for casting SERIAL types
5306
6600
  hash: 187bc075d237a2ced731d0a026ca25aa3e0f5540
5307
6601
  body: >
5308
- This became unnecessary when @balena/sbvr-types added the concept of
6602
+ This became unnecessary when @balena/sbvr-types added the
6603
+ concept of
5309
6604
 
5310
6605
  cast types since that now specifies how to cast a SERIAL type
5311
6606
  footer:
@@ -5876,7 +7171,8 @@
5876
7171
  - subject: Add a `getRuleReferencedFields` which is tailored for rules
5877
7172
  hash: 256c36de4a1efb7a46eb9833e1c3228d17194015
5878
7173
  body: >
5879
- This works on the assumption that it is a rule query that should always
7174
+ This works on the assumption that it is a rule query that should
7175
+ always
5880
7176
 
5881
7177
  return true and allows ignoring more modification cases where they
5882
7178
 
@@ -6391,7 +7687,8 @@
6391
7687
  - subject: Add support for table definitions
6392
7688
  hash: 2939656834c374e35af8867d6337b119b58cd198
6393
7689
  body: >
6394
- Static definitions will be converted to views and dynamic definitions
7690
+ Static definitions will be converted to views and dynamic
7691
+ definitions
6395
7692
 
6396
7693
  will be ignored
6397
7694
  footer:
@@ -6437,7 +7734,8 @@
6437
7734
  - subject: Add support for table definitions
6438
7735
  hash: 2939656834c374e35af8867d6337b119b58cd198
6439
7736
  body: >
6440
- Static definitions will be converted to views and dynamic definitions
7737
+ Static definitions will be converted to views and
7738
+ dynamic definitions
6441
7739
 
6442
7740
  will be ignored
6443
7741
  footer:
@@ -6473,7 +7771,8 @@
6473
7771
  - subject: Add an `optimizeSchema` function
6474
7772
  hash: 43a3c0eac0ed0c57a79fbc62d025c058ab8dbb1c
6475
7773
  body: >
6476
- Currently this can optimize certain rules into check constraints
7774
+ Currently this can optimize certain rules into check
7775
+ constraints
6477
7776
  footer:
6478
7777
  Change-type: minor
6479
7778
  change-type: minor
@@ -6692,7 +7991,8 @@
6692
7991
  - subject: Add a `castType` property to type functions
6693
7992
  hash: 409077eb9d6c0315779ddd877220280c251b4eb5
6694
7993
  body: >
6695
- This allows specifying the correct type to cast to when necessary
7994
+ This allows specifying the correct type to cast to when
7995
+ necessary
6696
7996
 
6697
7997
  rather than relying on the fact the currently all type functions happen
6698
7998
 
@@ -6750,7 +8050,8 @@
6750
8050
  - subject: Add a `castType` property to type functions
6751
8051
  hash: 409077eb9d6c0315779ddd877220280c251b4eb5
6752
8052
  body: >
6753
- This allows specifying the correct type to cast to when necessary
8053
+ This allows specifying the correct type to cast to when
8054
+ necessary
6754
8055
 
6755
8056
  rather than relying on the fact the currently all type functions happen
6756
8057
 
@@ -6818,7 +8119,8 @@
6818
8119
  - subject: Add a `castType` property to type functions
6819
8120
  hash: 409077eb9d6c0315779ddd877220280c251b4eb5
6820
8121
  body: >
6821
- This allows specifying the correct type to cast to when necessary
8122
+ This allows specifying the correct type to cast
8123
+ to when necessary
6822
8124
 
6823
8125
  rather than relying on the fact the currently all type functions happen
6824
8126
 
@@ -6898,7 +8200,8 @@
6898
8200
  - subject: Add a `castType` property to type functions
6899
8201
  hash: 409077eb9d6c0315779ddd877220280c251b4eb5
6900
8202
  body: >
6901
- This allows specifying the correct type to cast to when necessary
8203
+ This allows specifying the correct type to cast to when
8204
+ necessary
6902
8205
 
6903
8206
  rather than relying on the fact the currently all type functions happen
6904
8207
 
@@ -8783,7 +10086,8 @@
8783
10086
  - subject: Only add the destination of a link table if it's actually necessary
8784
10087
  hash: 463870590602492accc12ed53753f66862d42cd6
8785
10088
  body: >
8786
- This can significantly speed up queries by avoiding a join when the
10089
+ This can significantly speed up queries by
10090
+ avoiding a join when the
8787
10091
 
8788
10092
  result is unused
8789
10093
  footer:
@@ -8939,7 +10243,8 @@
8939
10243
  - subject: Improve aliased from handling in `getReferencedFields`
8940
10244
  hash: dcfff55b813d38434208a9e07c818d1d32f521ef
8941
10245
  body: >
8942
- We do this by using basic scope info to prune aliased table references
10246
+ We do this by using basic scope info to
10247
+ prune aliased table references
8943
10248
 
8944
10249
  which also allows us to handle aliased select queries in the from
8945
10250
  footer:
@@ -10067,7 +11372,8 @@
10067
11372
  - subject: Only add the destination of a link table if it's actually necessary
10068
11373
  hash: 463870590602492accc12ed53753f66862d42cd6
10069
11374
  body: >
10070
- This can significantly speed up queries by avoiding a join when the
11375
+ This can significantly speed up queries by avoiding a
11376
+ join when the
10071
11377
 
10072
11378
  result is unused
10073
11379
  footer:
@@ -10223,7 +11529,8 @@
10223
11529
  - subject: Improve aliased from handling in `getReferencedFields`
10224
11530
  hash: dcfff55b813d38434208a9e07c818d1d32f521ef
10225
11531
  body: >
10226
- We do this by using basic scope info to prune aliased table references
11532
+ We do this by using basic scope info to prune
11533
+ aliased table references
10227
11534
 
10228
11535
  which also allows us to handle aliased select queries in the from
10229
11536
  footer:
@@ -11046,7 +12353,8 @@
11046
12353
  - subject: Only add the destination of a link table if it's actually necessary
11047
12354
  hash: 463870590602492accc12ed53753f66862d42cd6
11048
12355
  body: >
11049
- This can significantly speed up queries by avoiding a join when the
12356
+ This can significantly speed up queries by avoiding a
12357
+ join when the
11050
12358
 
11051
12359
  result is unused
11052
12360
  footer:
@@ -12232,7 +13540,8 @@
12232
13540
  - subject: "✨: Add support for canAccess method call on resource"
12233
13541
  hash: bf99443b20616fef6344e3262832002d0d3909fd
12234
13542
  body: >
12235
- Add support for `canAccess` method call on resource
13543
+ Add support for `canAccess` method call on
13544
+ resource
12236
13545
  footer:
12237
13546
  Change-type: minor
12238
13547
  change-type: minor
@@ -12495,7 +13804,8 @@
12495
13804
  - subject: Only add the destination of a link table if it's actually necessary
12496
13805
  hash: 463870590602492accc12ed53753f66862d42cd6
12497
13806
  body: >
12498
- This can significantly speed up queries by avoiding a join when the
13807
+ This can significantly speed up queries by avoiding a join when
13808
+ the
12499
13809
 
12500
13810
  result is unused
12501
13811
  footer:
@@ -12648,7 +13958,8 @@
12648
13958
  - subject: Only create functions if they don't already exist
12649
13959
  hash: 6d828438a0d54ab7a611d4620ade9bac8ec3fc3e
12650
13960
  body: >
12651
- This matches how we handle table/trigger creation and avoids issues
13961
+ This matches how we handle table/trigger creation and
13962
+ avoids issues
12652
13963
 
12653
13964
  with running create schema statements concurrently
12654
13965
  footer:
@@ -13275,7 +14586,8 @@
13275
14586
  - subject: Only create functions if they don't already exist
13276
14587
  hash: 6d828438a0d54ab7a611d4620ade9bac8ec3fc3e
13277
14588
  body: >
13278
- This matches how we handle table/trigger creation and avoids issues
14589
+ This matches how we handle table/trigger creation and avoids
14590
+ issues
13279
14591
 
13280
14592
  with running create schema statements concurrently
13281
14593
  footer:
@@ -13316,7 +14628,8 @@
13316
14628
  - subject: Only create functions if they don't already exist
13317
14629
  hash: 6d828438a0d54ab7a611d4620ade9bac8ec3fc3e
13318
14630
  body: >
13319
- This matches how we handle table/trigger creation and avoids issues
14631
+ This matches how we handle table/trigger creation and avoids
14632
+ issues
13320
14633
 
13321
14634
  with running create schema statements concurrently
13322
14635
  footer:
@@ -14365,7 +15678,8 @@
14365
15678
  - subject: Prioritise collapsing nested ANDs over converting them to an NOT IN
14366
15679
  hash: 4791d63ed6124a340b8a1df3301f95600f2768a6
14367
15680
  body: >
14368
- This means the NOT IN conversion can include the nested ANDs when
15681
+ This means the NOT IN conversion can include the nested ANDs
15682
+ when
14369
15683
 
14370
15684
  possible
14371
15685
  footer:
@@ -14375,7 +15689,8 @@
14375
15689
  - subject: Prioritise collapsing nested ORs over converting them to an IN
14376
15690
  hash: 50ee760cc6d82a7a0db8a25e77a5897c120abcef
14377
15691
  body: >
14378
- This means the IN conversion can include the nested ORs when possible
15692
+ This means the IN conversion can include the nested ORs when
15693
+ possible
14379
15694
  footer:
14380
15695
  Change-type: patch
14381
15696
  change-type: patch
@@ -14898,7 +16213,8 @@
14898
16213
  - subject: Improve aliased from handling in `getReferencedFields`
14899
16214
  hash: dcfff55b813d38434208a9e07c818d1d32f521ef
14900
16215
  body: >
14901
- We do this by using basic scope info to prune aliased table references
16216
+ We do this by using basic scope info to prune aliased
16217
+ table references
14902
16218
 
14903
16219
  which also allows us to handle aliased select queries in the from
14904
16220
  footer:
@@ -15132,7 +16448,8 @@
15132
16448
  - subject: Improve aliased from handling in `getReferencedFields`
15133
16449
  hash: dcfff55b813d38434208a9e07c818d1d32f521ef
15134
16450
  body: >
15135
- We do this by using basic scope info to prune aliased table references
16451
+ We do this by using basic scope info to prune aliased table
16452
+ references
15136
16453
 
15137
16454
  which also allows us to handle aliased select queries in the from
15138
16455
  footer: