@balena/pinejs 22.1.4-build-renovate-bcrypt-6-x-6b995cfc00adc4154dc008a20bc666adc18c70f5-1 → 23.0.0-build-23-x-975d89ac1105b90ea6ecdea29e038e977204acdb-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +518 -106
- package/CHANGELOG.md +101 -38
- package/VERSION +1 -1
- package/out/express-emulator/express.js +3 -17
- package/out/express-emulator/express.js.map +1 -1
- package/out/sbvr-api/abstract-sql.d.ts +1 -1
- package/out/sbvr-api/abstract-sql.js +1 -1
- package/out/sbvr-api/abstract-sql.js.map +1 -1
- package/out/sbvr-api/permissions.js +11 -1
- package/out/sbvr-api/permissions.js.map +1 -1
- package/out/sbvr-api/sbvr-utils.d.ts +1 -1
- package/out/sbvr-api/sbvr-utils.js +2 -2
- package/out/sbvr-api/sbvr-utils.js.map +1 -1
- package/out/sbvr-api/uri-parser.d.ts +1 -1
- package/package.json +31 -28
- package/src/express-emulator/express.js +3 -17
- package/src/migrator/migrations.ts +1 -1
- package/src/sbvr-api/abstract-sql.ts +1 -1
- package/src/sbvr-api/dev.ts +1 -1
- package/src/sbvr-api/permissions.ts +26 -4
- package/src/sbvr-api/sbvr-utils.ts +2 -2
- package/src/sbvr-api/uri-parser.ts +1 -1
- package/src/sbvr-api/user.ts +1 -1
- package/src/tasks/tasks.ts +1 -1
- package/src/webresource-handler/webresource.ts +1 -1
@@ -1,31 +1,141 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update bcrypt from 5.1.1 to 6.0.0
|
2
|
+
- subject: Handle generating constrained definitions of computed field definitions
|
3
|
+
hash: 63bf93d0e1db3c48882f18f5bb104d731abb4c80
|
4
|
+
body: ""
|
6
5
|
footer:
|
7
6
|
Change-type: patch
|
8
7
|
change-type: patch
|
9
|
-
author:
|
8
|
+
author: Pagan Gazzard
|
10
9
|
nested: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
- commits:
|
15
|
-
- subject: Update dependencies
|
16
|
-
hash: 484a0ac08086e881026323429a4c0d0d677b1bdd
|
10
|
+
- subject: Update @balena/abstract-sql-compiler to 11.x,
|
11
|
+
@balena/odata-to-abstract-sql to 9.x
|
12
|
+
hash: a456d8a208693bf9c337b3d693c69d1fd855dc1b
|
17
13
|
body: |
|
18
|
-
Update @balena/abstract-sql-compiler from 10.5.1 to
|
19
|
-
Update @balena/abstract-sql-to-typescript from 5.1.2 to
|
20
|
-
Update @balena/odata-to-abstract-sql from 8.0.0 to
|
21
|
-
Update @balena/sbvr-parser from 1.4.10 to 1.4.12
|
22
|
-
Update @balena/sbvr-types from 11.1.0 to 11.1.3
|
23
|
-
Update pinejs-client-core from 8.3.0 to 8.3.1
|
14
|
+
Update @balena/abstract-sql-compiler from 10.5.1 to 11.0.0
|
15
|
+
Update @balena/abstract-sql-to-typescript from 5.1.2 to 6.0.0
|
16
|
+
Update @balena/odata-to-abstract-sql from 8.0.0 to 9.0.0
|
24
17
|
footer:
|
25
|
-
Change-type:
|
26
|
-
change-type:
|
18
|
+
Change-type: major
|
19
|
+
change-type: major
|
27
20
|
author: Pagan Gazzard
|
28
21
|
nested:
|
22
|
+
- commits:
|
23
|
+
- subject: Only publish the `out` directory
|
24
|
+
hash: 7511b8ebe5a9461f20add0ed97d0670ed3b5a479
|
25
|
+
body: ""
|
26
|
+
footer:
|
27
|
+
Change-type: major
|
28
|
+
change-type: major
|
29
|
+
author: Pagan Gazzard
|
30
|
+
nested: []
|
31
|
+
- subject: Compile computed fields into the table definition
|
32
|
+
hash: 45529f014aa1c181f338c0f7348767f2990a9084
|
33
|
+
body: >
|
34
|
+
This allows all downstream consumers to simplify as they only
|
35
|
+
ever have
|
36
|
+
|
37
|
+
to look at/use the table definition and can completely ignore
|
38
|
+
whether
|
39
|
+
|
40
|
+
fields are computed or not as it will have been handled for them
|
41
|
+
|
42
|
+
already as necessary
|
43
|
+
footer:
|
44
|
+
Change-type: major
|
45
|
+
change-type: major
|
46
|
+
author: Pagan Gazzard
|
47
|
+
nested: []
|
48
|
+
- subject: Standardize filenames
|
49
|
+
hash: 2bf244d1b75f0248df7ba897487425272c234989
|
50
|
+
body: ""
|
51
|
+
footer:
|
52
|
+
Change-type: major
|
53
|
+
change-type: major
|
54
|
+
author: Pagan Gazzard
|
55
|
+
nested: []
|
56
|
+
- subject: Improve typing of `AbstractSqlField['computed']`
|
57
|
+
hash: cb702d0505617fed4b60297a4951a89a9ddbce02
|
58
|
+
body: ""
|
59
|
+
footer:
|
60
|
+
Change-type: major
|
61
|
+
change-type: major
|
62
|
+
author: Pagan Gazzard
|
63
|
+
nested: []
|
64
|
+
- subject: Improve typing of `AbstractSqlModel['rules']`
|
65
|
+
hash: c4099bb461f7633d57f6d5173bbd6315bcc6ee62
|
66
|
+
body: ""
|
67
|
+
footer:
|
68
|
+
Change-type: major
|
69
|
+
change-type: major
|
70
|
+
author: Pagan Gazzard
|
71
|
+
nested: []
|
72
|
+
- subject: Remove support for deprecated `['Bind', string, string]` bind node
|
73
|
+
format
|
74
|
+
hash: 6a6f353f44475b369181d71a6fd93924939aceba
|
75
|
+
body: |
|
76
|
+
Use `['Bind', [string, string]]` instead
|
77
|
+
footer:
|
78
|
+
Change-type: major
|
79
|
+
change-type: major
|
80
|
+
author: Pagan Gazzard
|
81
|
+
nested: []
|
82
|
+
- subject: Remove deprecated `AliasableFromTypeNodes` type, use `FromTypeNodes`
|
83
|
+
instead
|
84
|
+
hash: 73d2e69e3ee2969d1bd6e73bab4bd56a032a76fa
|
85
|
+
body: ""
|
86
|
+
footer:
|
87
|
+
Change-type: major
|
88
|
+
change-type: major
|
89
|
+
author: Pagan Gazzard
|
90
|
+
nested: []
|
91
|
+
- subject: Use an options object for `optimizeSchema` rather than flags
|
92
|
+
hash: c8451a5781df92f0f6e4f21fb666db493ae4c810
|
93
|
+
body: ""
|
94
|
+
footer:
|
95
|
+
Change-type: major
|
96
|
+
change-type: major
|
97
|
+
author: Pagan Gazzard
|
98
|
+
nested: []
|
99
|
+
- subject: Convert to ESM
|
100
|
+
hash: d71031138e0b0cc49aaaa514f8bc4ff5abfcbdc2
|
101
|
+
body: ""
|
102
|
+
footer:
|
103
|
+
Change-type: major
|
104
|
+
change-type: major
|
105
|
+
author: Pagan Gazzard
|
106
|
+
nested: []
|
107
|
+
- subject: Remove support for legacy `Now` nodes in favor of `CurrentTimestamp`
|
108
|
+
hash: 903a7ab4a727d09e1089684140b5fcdf48bf9967
|
109
|
+
body: ""
|
110
|
+
footer:
|
111
|
+
Change-type: major
|
112
|
+
change-type: major
|
113
|
+
author: Pagan Gazzard
|
114
|
+
nested: []
|
115
|
+
- subject: Switch to a separate `viewDefinition` property for creating views
|
116
|
+
hash: 214523e0cfe05e256c2d1c67c48231968a32d620
|
117
|
+
body: >
|
118
|
+
This removes the inference of whether to create a view from
|
119
|
+
based on
|
120
|
+
|
121
|
+
inspecting the definition and instead makes it a conscious
|
122
|
+
choice to
|
123
|
+
|
124
|
+
avoid converting a definition to a view in cases where that may
|
125
|
+
not
|
126
|
+
|
127
|
+
make sense, eg if using a definition over a materialized table
|
128
|
+
in order
|
129
|
+
|
130
|
+
to have a dynamic view over that table
|
131
|
+
footer:
|
132
|
+
Change-type: major
|
133
|
+
change-type: major
|
134
|
+
author: Pagan Gazzard
|
135
|
+
nested: []
|
136
|
+
version: abstract-sql-compiler-11.0.0
|
137
|
+
title: ""
|
138
|
+
date: 2025-08-01T11:57:14.534Z
|
29
139
|
- commits:
|
30
140
|
- subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
|
31
141
|
hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
|
@@ -74,6 +184,212 @@
|
|
74
184
|
version: abstract-sql-compiler-10.6.0
|
75
185
|
title: ""
|
76
186
|
date: 2025-07-14T23:48:55.689Z
|
187
|
+
- commits:
|
188
|
+
- subject: Update @balena/abstract-sql-compiler to 11.x,
|
189
|
+
@balena/odata-to-abstract-sql to 9.x
|
190
|
+
hash: 7ca2207809ca28a640542cd92f1a46dce029b09a
|
191
|
+
body: |
|
192
|
+
Update @balena/abstract-sql-compiler from 10.6.3 to 11.0.0
|
193
|
+
Update @balena/odata-to-abstract-sql from 8.0.2 to 9.0.0
|
194
|
+
footer:
|
195
|
+
Change-type: major
|
196
|
+
change-type: major
|
197
|
+
author: Pagan Gazzard
|
198
|
+
nested:
|
199
|
+
- commits:
|
200
|
+
- subject: Only publish the `out` directory
|
201
|
+
hash: 1f210d29c2053207e31d28a520b43b7f1521f27d
|
202
|
+
body: ""
|
203
|
+
footer:
|
204
|
+
Change-type: major
|
205
|
+
change-type: major
|
206
|
+
author: Pagan Gazzard
|
207
|
+
nested: []
|
208
|
+
- subject: Update tsconfig module to `Node18`
|
209
|
+
hash: b89d039e1fa96d2c33f8c5e875384144295b56ed
|
210
|
+
body: ""
|
211
|
+
footer:
|
212
|
+
Change-type: patch
|
213
|
+
change-type: patch
|
214
|
+
author: Pagan Gazzard
|
215
|
+
nested: []
|
216
|
+
- subject: Rely on computed fields having been compiled into the table definition
|
217
|
+
hash: ccc192fa696378f57ad5d174ae795a7415599b88
|
218
|
+
body: >
|
219
|
+
This greatly simplifies the code and the overall
|
220
|
+
computed fields
|
221
|
+
|
222
|
+
implementation whilst also removing a bunch of edge
|
223
|
+
cases with computed
|
224
|
+
|
225
|
+
fields and `$filter`/`$orderby`
|
226
|
+
footer:
|
227
|
+
Change-type: major
|
228
|
+
change-type: major
|
229
|
+
author: Pagan Gazzard
|
230
|
+
nested: []
|
231
|
+
- subject: Update @balena/abstract-sql-compiler to 11.x
|
232
|
+
hash: 1952cc5fe23284d46d7533f454cd78636e59a262
|
233
|
+
body: >
|
234
|
+
Update @balena/abstract-sql-compiler from 10.6.2 to
|
235
|
+
11.0.0
|
236
|
+
footer:
|
237
|
+
Change-type: major
|
238
|
+
change-type: major
|
239
|
+
author: Pagan Gazzard
|
240
|
+
nested:
|
241
|
+
- commits:
|
242
|
+
- subject: Only publish the `out` directory
|
243
|
+
hash: 7511b8ebe5a9461f20add0ed97d0670ed3b5a479
|
244
|
+
body: ""
|
245
|
+
footer:
|
246
|
+
Change-type: major
|
247
|
+
change-type: major
|
248
|
+
author: Pagan Gazzard
|
249
|
+
nested: []
|
250
|
+
- subject: Compile computed fields into the table definition
|
251
|
+
hash: 45529f014aa1c181f338c0f7348767f2990a9084
|
252
|
+
body: >
|
253
|
+
This allows all downstream consumers to simplify
|
254
|
+
as they only ever have
|
255
|
+
|
256
|
+
to look at/use the table definition and can
|
257
|
+
completely ignore whether
|
258
|
+
|
259
|
+
fields are computed or not as it will have been
|
260
|
+
handled for them
|
261
|
+
|
262
|
+
already as necessary
|
263
|
+
footer:
|
264
|
+
Change-type: major
|
265
|
+
change-type: major
|
266
|
+
author: Pagan Gazzard
|
267
|
+
nested: []
|
268
|
+
- subject: Standardize filenames
|
269
|
+
hash: 2bf244d1b75f0248df7ba897487425272c234989
|
270
|
+
body: ""
|
271
|
+
footer:
|
272
|
+
Change-type: major
|
273
|
+
change-type: major
|
274
|
+
author: Pagan Gazzard
|
275
|
+
nested: []
|
276
|
+
- subject: Improve typing of `AbstractSqlField['computed']`
|
277
|
+
hash: cb702d0505617fed4b60297a4951a89a9ddbce02
|
278
|
+
body: ""
|
279
|
+
footer:
|
280
|
+
Change-type: major
|
281
|
+
change-type: major
|
282
|
+
author: Pagan Gazzard
|
283
|
+
nested: []
|
284
|
+
- subject: Improve typing of `AbstractSqlModel['rules']`
|
285
|
+
hash: c4099bb461f7633d57f6d5173bbd6315bcc6ee62
|
286
|
+
body: ""
|
287
|
+
footer:
|
288
|
+
Change-type: major
|
289
|
+
change-type: major
|
290
|
+
author: Pagan Gazzard
|
291
|
+
nested: []
|
292
|
+
- subject: Remove support for deprecated `['Bind', string, string]` bind node
|
293
|
+
format
|
294
|
+
hash: 6a6f353f44475b369181d71a6fd93924939aceba
|
295
|
+
body: |
|
296
|
+
Use `['Bind', [string, string]]` instead
|
297
|
+
footer:
|
298
|
+
Change-type: major
|
299
|
+
change-type: major
|
300
|
+
author: Pagan Gazzard
|
301
|
+
nested: []
|
302
|
+
- subject: Remove deprecated `AliasableFromTypeNodes` type, use `FromTypeNodes`
|
303
|
+
instead
|
304
|
+
hash: 73d2e69e3ee2969d1bd6e73bab4bd56a032a76fa
|
305
|
+
body: ""
|
306
|
+
footer:
|
307
|
+
Change-type: major
|
308
|
+
change-type: major
|
309
|
+
author: Pagan Gazzard
|
310
|
+
nested: []
|
311
|
+
- subject: Use an options object for `optimizeSchema` rather than flags
|
312
|
+
hash: c8451a5781df92f0f6e4f21fb666db493ae4c810
|
313
|
+
body: ""
|
314
|
+
footer:
|
315
|
+
Change-type: major
|
316
|
+
change-type: major
|
317
|
+
author: Pagan Gazzard
|
318
|
+
nested: []
|
319
|
+
- subject: Convert to ESM
|
320
|
+
hash: d71031138e0b0cc49aaaa514f8bc4ff5abfcbdc2
|
321
|
+
body: ""
|
322
|
+
footer:
|
323
|
+
Change-type: major
|
324
|
+
change-type: major
|
325
|
+
author: Pagan Gazzard
|
326
|
+
nested: []
|
327
|
+
- subject: Remove support for legacy `Now` nodes in favor of `CurrentTimestamp`
|
328
|
+
hash: 903a7ab4a727d09e1089684140b5fcdf48bf9967
|
329
|
+
body: ""
|
330
|
+
footer:
|
331
|
+
Change-type: major
|
332
|
+
change-type: major
|
333
|
+
author: Pagan Gazzard
|
334
|
+
nested: []
|
335
|
+
- subject: Switch to a separate `viewDefinition` property for creating views
|
336
|
+
hash: 214523e0cfe05e256c2d1c67c48231968a32d620
|
337
|
+
body: >
|
338
|
+
This removes the inference of whether to create
|
339
|
+
a view from based on
|
340
|
+
|
341
|
+
inspecting the definition and instead makes it a
|
342
|
+
conscious choice to
|
343
|
+
|
344
|
+
avoid converting a definition to a view in cases
|
345
|
+
where that may not
|
346
|
+
|
347
|
+
make sense, eg if using a definition over a
|
348
|
+
materialized table in order
|
349
|
+
|
350
|
+
to have a dynamic view over that table
|
351
|
+
footer:
|
352
|
+
Change-type: major
|
353
|
+
change-type: major
|
354
|
+
author: Pagan Gazzard
|
355
|
+
nested: []
|
356
|
+
version: abstract-sql-compiler-11.0.0
|
357
|
+
title: ""
|
358
|
+
date: 2025-08-01T11:57:14.534Z
|
359
|
+
- commits:
|
360
|
+
- subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
|
361
|
+
hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
|
362
|
+
body: ""
|
363
|
+
footer:
|
364
|
+
Change-type: patch
|
365
|
+
change-type: patch
|
366
|
+
author: Pagan Gazzard
|
367
|
+
nested: []
|
368
|
+
version: abstract-sql-compiler-10.6.3
|
369
|
+
title: ""
|
370
|
+
date: 2025-07-17T11:05:36.688Z
|
371
|
+
- subject: Convert to ESM
|
372
|
+
hash: a3a76d60cb6598e0918163d0e0771e14adafd13e
|
373
|
+
body: ""
|
374
|
+
footer:
|
375
|
+
Change-type: major
|
376
|
+
change-type: major
|
377
|
+
author: Pagan Gazzard
|
378
|
+
nested: []
|
379
|
+
version: odata-to-abstract-sql-9.0.0
|
380
|
+
title: ""
|
381
|
+
date: 2025-08-01T13:41:59.468Z
|
382
|
+
- subject: Convert to ESM
|
383
|
+
hash: eabeffb8039c65cabafe396e7f8653509d1b3218
|
384
|
+
body: ""
|
385
|
+
footer:
|
386
|
+
Change-type: major
|
387
|
+
change-type: major
|
388
|
+
author: Pagan Gazzard
|
389
|
+
nested: []
|
390
|
+
version: abstract-sql-to-typescript-6.0.0
|
391
|
+
title: ""
|
392
|
+
date: 2025-08-01T13:46:57.529Z
|
77
393
|
- commits:
|
78
394
|
- subject: Update tsconfig module to `Node18`
|
79
395
|
hash: 4874b7f0a272a983e6ebec40487750869d19a6d9
|
@@ -118,6 +434,187 @@
|
|
118
434
|
version: abstract-sql-to-typescript-5.1.3
|
119
435
|
title: ""
|
120
436
|
date: 2025-07-15T10:01:35.510Z
|
437
|
+
- commits:
|
438
|
+
- subject: Only publish the `out` directory
|
439
|
+
hash: 1f210d29c2053207e31d28a520b43b7f1521f27d
|
440
|
+
body: ""
|
441
|
+
footer:
|
442
|
+
Change-type: major
|
443
|
+
change-type: major
|
444
|
+
author: Pagan Gazzard
|
445
|
+
nested: []
|
446
|
+
- subject: Update tsconfig module to `Node18`
|
447
|
+
hash: b89d039e1fa96d2c33f8c5e875384144295b56ed
|
448
|
+
body: ""
|
449
|
+
footer:
|
450
|
+
Change-type: patch
|
451
|
+
change-type: patch
|
452
|
+
author: Pagan Gazzard
|
453
|
+
nested: []
|
454
|
+
- subject: Rely on computed fields having been compiled into the table definition
|
455
|
+
hash: ccc192fa696378f57ad5d174ae795a7415599b88
|
456
|
+
body: >
|
457
|
+
This greatly simplifies the code and the overall computed fields
|
458
|
+
|
459
|
+
implementation whilst also removing a bunch of edge cases with
|
460
|
+
computed
|
461
|
+
|
462
|
+
fields and `$filter`/`$orderby`
|
463
|
+
footer:
|
464
|
+
Change-type: major
|
465
|
+
change-type: major
|
466
|
+
author: Pagan Gazzard
|
467
|
+
nested: []
|
468
|
+
- subject: Update @balena/abstract-sql-compiler to 11.x
|
469
|
+
hash: 1952cc5fe23284d46d7533f454cd78636e59a262
|
470
|
+
body: |
|
471
|
+
Update @balena/abstract-sql-compiler from 10.6.2 to 11.0.0
|
472
|
+
footer:
|
473
|
+
Change-type: major
|
474
|
+
change-type: major
|
475
|
+
author: Pagan Gazzard
|
476
|
+
nested:
|
477
|
+
- commits:
|
478
|
+
- subject: Only publish the `out` directory
|
479
|
+
hash: 7511b8ebe5a9461f20add0ed97d0670ed3b5a479
|
480
|
+
body: ""
|
481
|
+
footer:
|
482
|
+
Change-type: major
|
483
|
+
change-type: major
|
484
|
+
author: Pagan Gazzard
|
485
|
+
nested: []
|
486
|
+
- subject: Compile computed fields into the table definition
|
487
|
+
hash: 45529f014aa1c181f338c0f7348767f2990a9084
|
488
|
+
body: >
|
489
|
+
This allows all downstream consumers to simplify as they
|
490
|
+
only ever have
|
491
|
+
|
492
|
+
to look at/use the table definition and can completely
|
493
|
+
ignore whether
|
494
|
+
|
495
|
+
fields are computed or not as it will have been handled
|
496
|
+
for them
|
497
|
+
|
498
|
+
already as necessary
|
499
|
+
footer:
|
500
|
+
Change-type: major
|
501
|
+
change-type: major
|
502
|
+
author: Pagan Gazzard
|
503
|
+
nested: []
|
504
|
+
- subject: Standardize filenames
|
505
|
+
hash: 2bf244d1b75f0248df7ba897487425272c234989
|
506
|
+
body: ""
|
507
|
+
footer:
|
508
|
+
Change-type: major
|
509
|
+
change-type: major
|
510
|
+
author: Pagan Gazzard
|
511
|
+
nested: []
|
512
|
+
- subject: Improve typing of `AbstractSqlField['computed']`
|
513
|
+
hash: cb702d0505617fed4b60297a4951a89a9ddbce02
|
514
|
+
body: ""
|
515
|
+
footer:
|
516
|
+
Change-type: major
|
517
|
+
change-type: major
|
518
|
+
author: Pagan Gazzard
|
519
|
+
nested: []
|
520
|
+
- subject: Improve typing of `AbstractSqlModel['rules']`
|
521
|
+
hash: c4099bb461f7633d57f6d5173bbd6315bcc6ee62
|
522
|
+
body: ""
|
523
|
+
footer:
|
524
|
+
Change-type: major
|
525
|
+
change-type: major
|
526
|
+
author: Pagan Gazzard
|
527
|
+
nested: []
|
528
|
+
- subject: Remove support for deprecated `['Bind', string, string]` bind node
|
529
|
+
format
|
530
|
+
hash: 6a6f353f44475b369181d71a6fd93924939aceba
|
531
|
+
body: |
|
532
|
+
Use `['Bind', [string, string]]` instead
|
533
|
+
footer:
|
534
|
+
Change-type: major
|
535
|
+
change-type: major
|
536
|
+
author: Pagan Gazzard
|
537
|
+
nested: []
|
538
|
+
- subject: Remove deprecated `AliasableFromTypeNodes` type, use `FromTypeNodes`
|
539
|
+
instead
|
540
|
+
hash: 73d2e69e3ee2969d1bd6e73bab4bd56a032a76fa
|
541
|
+
body: ""
|
542
|
+
footer:
|
543
|
+
Change-type: major
|
544
|
+
change-type: major
|
545
|
+
author: Pagan Gazzard
|
546
|
+
nested: []
|
547
|
+
- subject: Use an options object for `optimizeSchema` rather than flags
|
548
|
+
hash: c8451a5781df92f0f6e4f21fb666db493ae4c810
|
549
|
+
body: ""
|
550
|
+
footer:
|
551
|
+
Change-type: major
|
552
|
+
change-type: major
|
553
|
+
author: Pagan Gazzard
|
554
|
+
nested: []
|
555
|
+
- subject: Convert to ESM
|
556
|
+
hash: d71031138e0b0cc49aaaa514f8bc4ff5abfcbdc2
|
557
|
+
body: ""
|
558
|
+
footer:
|
559
|
+
Change-type: major
|
560
|
+
change-type: major
|
561
|
+
author: Pagan Gazzard
|
562
|
+
nested: []
|
563
|
+
- subject: Remove support for legacy `Now` nodes in favor of `CurrentTimestamp`
|
564
|
+
hash: 903a7ab4a727d09e1089684140b5fcdf48bf9967
|
565
|
+
body: ""
|
566
|
+
footer:
|
567
|
+
Change-type: major
|
568
|
+
change-type: major
|
569
|
+
author: Pagan Gazzard
|
570
|
+
nested: []
|
571
|
+
- subject: Switch to a separate `viewDefinition` property for creating views
|
572
|
+
hash: 214523e0cfe05e256c2d1c67c48231968a32d620
|
573
|
+
body: >
|
574
|
+
This removes the inference of whether to create a view
|
575
|
+
from based on
|
576
|
+
|
577
|
+
inspecting the definition and instead makes it a
|
578
|
+
conscious choice to
|
579
|
+
|
580
|
+
avoid converting a definition to a view in cases where
|
581
|
+
that may not
|
582
|
+
|
583
|
+
make sense, eg if using a definition over a materialized
|
584
|
+
table in order
|
585
|
+
|
586
|
+
to have a dynamic view over that table
|
587
|
+
footer:
|
588
|
+
Change-type: major
|
589
|
+
change-type: major
|
590
|
+
author: Pagan Gazzard
|
591
|
+
nested: []
|
592
|
+
version: abstract-sql-compiler-11.0.0
|
593
|
+
title: ""
|
594
|
+
date: 2025-08-01T11:57:14.534Z
|
595
|
+
- commits:
|
596
|
+
- subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
|
597
|
+
hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
|
598
|
+
body: ""
|
599
|
+
footer:
|
600
|
+
Change-type: patch
|
601
|
+
change-type: patch
|
602
|
+
author: Pagan Gazzard
|
603
|
+
nested: []
|
604
|
+
version: abstract-sql-compiler-10.6.3
|
605
|
+
title: ""
|
606
|
+
date: 2025-07-17T11:05:36.688Z
|
607
|
+
- subject: Convert to ESM
|
608
|
+
hash: a3a76d60cb6598e0918163d0e0771e14adafd13e
|
609
|
+
body: ""
|
610
|
+
footer:
|
611
|
+
Change-type: major
|
612
|
+
change-type: major
|
613
|
+
author: Pagan Gazzard
|
614
|
+
nested: []
|
615
|
+
version: odata-to-abstract-sql-9.0.0
|
616
|
+
title: ""
|
617
|
+
date: 2025-08-01T13:41:59.468Z
|
121
618
|
- commits:
|
122
619
|
- subject: Improve typings
|
123
620
|
hash: b302828cf24e8bf20d24c8247863b8ba9352de09
|
@@ -231,78 +728,9 @@
|
|
231
728
|
version: odata-to-abstract-sql-8.0.1
|
232
729
|
title: ""
|
233
730
|
date: 2025-07-16T12:59:09.322Z
|
234
|
-
|
235
|
-
- subject: Update dependencies
|
236
|
-
hash: 8836413c5bf77bb637e61e65fc54f73affeed69f
|
237
|
-
body: ""
|
238
|
-
footer:
|
239
|
-
Change-type: patch
|
240
|
-
change-type: patch
|
241
|
-
author: Pagan Gazzard
|
242
|
-
nested: []
|
243
|
-
version: pinejs-client-js-8.3.1
|
244
|
-
title: ""
|
245
|
-
date: 2025-08-01T14:12:31.816Z
|
246
|
-
- commits:
|
247
|
-
- subject: Update dependency @balena/sbvr-types to v11
|
248
|
-
hash: c4efe5a3ea98ba824a0fce85ed48ef298fd94d1c
|
249
|
-
body: |
|
250
|
-
Update @balena/sbvr-types from 10.1.0 to 11.0.0
|
251
|
-
footer:
|
252
|
-
Change-type: patch
|
253
|
-
change-type: patch
|
254
|
-
author: balena-renovate[bot]
|
255
|
-
version: sbvr-parser-1.4.12
|
256
|
-
title: ""
|
257
|
-
date: 2025-07-15T23:26:25.926Z
|
258
|
-
- commits:
|
259
|
-
- subject: Update dependency @balena/sbvr-types to v10
|
260
|
-
hash: 550aa8f3885357550e9a1cdc3668f71c22f17540
|
261
|
-
body: |
|
262
|
-
Update @balena/sbvr-types from 9.2.6 to 10.1.0
|
263
|
-
footer:
|
264
|
-
Change-type: patch
|
265
|
-
change-type: patch
|
266
|
-
author: balena-renovate[bot]
|
267
|
-
version: sbvr-parser-1.4.11
|
268
|
-
title: ""
|
269
|
-
date: 2025-07-08T02:29:13.076Z
|
270
|
-
- commits:
|
271
|
-
- subject: Update dependencies
|
272
|
-
hash: 3079d1e0a086bd694edeb240a8183d61c41ddcf7
|
273
|
-
body: ""
|
274
|
-
footer:
|
275
|
-
Change-type: patch
|
276
|
-
change-type: patch
|
277
|
-
author: Pagan Gazzard
|
278
|
-
version: sbvr-types-11.1.3
|
279
|
-
title: ""
|
280
|
-
date: 2025-08-05T17:27:47.398Z
|
281
|
-
- commits:
|
282
|
-
- subject: Fix the JSON type being incorrectly marked as Concept Type of Text
|
283
|
-
hash: bc94439af75bdfbec32e3305b45618c455ad1e76
|
284
|
-
body: ""
|
285
|
-
footer:
|
286
|
-
Change-type: patch
|
287
|
-
change-type: patch
|
288
|
-
author: Thodoris Greasidis
|
289
|
-
version: sbvr-types-11.1.2
|
290
|
-
title: ""
|
291
|
-
date: 2025-08-04T10:36:00.407Z
|
292
|
-
- commits:
|
293
|
-
- subject: Update dev dependencies
|
294
|
-
hash: 5983e93e42c043443b2557b2f4aa533685bcf4bd
|
295
|
-
body: ""
|
296
|
-
footer:
|
297
|
-
Change-type: patch
|
298
|
-
change-type: patch
|
299
|
-
author: Pagan Gazzard
|
300
|
-
version: sbvr-types-11.1.1
|
301
|
-
title: ""
|
302
|
-
date: 2025-08-01T13:35:46.141Z
|
303
|
-
version: 22.1.3
|
731
|
+
version: 23.0.0
|
304
732
|
title: ""
|
305
|
-
date: 2025-08-
|
733
|
+
date: 2025-08-04T16:14:25.800Z
|
306
734
|
- commits:
|
307
735
|
- subject: Switch to lazily creating the write permissions for translated tables
|
308
736
|
hash: c8d8b439ad38dbe49c0a93d3d5dc43f78ae6983d
|
@@ -4012,7 +4440,6 @@
|
|
4012
4440
|
|
4013
4441
|
|
4014
4442
|
|
4015
|
-
|
4016
4443
|
|
4017
4444
|
|
4018
4445
|
As balena-lint
|
@@ -4084,7 +4511,6 @@
|
|
4084
4511
|
|
4085
4512
|
|
4086
4513
|
|
4087
|
-
|
4088
4514
|
|
4089
4515
|
|
4090
4516
|
As engine and npm is
|
@@ -4171,7 +4597,6 @@
|
|
4171
4597
|
|
4172
4598
|
|
4173
4599
|
|
4174
|
-
|
4175
4600
|
|
4176
4601
|
|
4177
4602
|
Ensure that the
|
@@ -4321,7 +4746,6 @@
|
|
4321
4746
|
|
4322
4747
|
|
4323
4748
|
|
4324
|
-
|
4325
4749
|
|
4326
4750
|
|
4327
4751
|
This also deprecates
|
@@ -4399,7 +4823,6 @@
|
|
4399
4823
|
|
4400
4824
|
|
4401
4825
|
|
4402
|
-
|
4403
4826
|
|
4404
4827
|
|
4405
4828
|
It can in fact be a
|
@@ -4478,7 +4901,6 @@
|
|
4478
4901
|
|
4479
4902
|
|
4480
4903
|
|
4481
|
-
|
4482
4904
|
|
4483
4905
|
|
4484
4906
|
We know what type
|
@@ -4562,7 +4984,6 @@
|
|
4562
4984
|
|
4563
4985
|
|
4564
4986
|
|
4565
|
-
|
4566
4987
|
|
4567
4988
|
|
4568
4989
|
Update
|
@@ -4757,7 +5178,6 @@
|
|
4757
5178
|
|
4758
5179
|
|
4759
5180
|
|
4760
|
-
|
4761
5181
|
|
4762
5182
|
|
4763
5183
|
This also deprecates
|
@@ -7925,7 +8345,6 @@
|
|
7925
8345
|
|
7926
8346
|
|
7927
8347
|
|
7928
|
-
|
7929
8348
|
|
7930
8349
|
|
7931
8350
|
As balena-lint
|
@@ -8025,7 +8444,6 @@
|
|
8025
8444
|
|
8026
8445
|
|
8027
8446
|
|
8028
|
-
|
8029
8447
|
|
8030
8448
|
|
8031
8449
|
As engine and npm is
|
@@ -8140,7 +8558,6 @@
|
|
8140
8558
|
|
8141
8559
|
|
8142
8560
|
|
8143
|
-
|
8144
8561
|
|
8145
8562
|
|
8146
8563
|
Ensure that the
|
@@ -8318,7 +8735,6 @@
|
|
8318
8735
|
|
8319
8736
|
|
8320
8737
|
|
8321
|
-
|
8322
8738
|
|
8323
8739
|
|
8324
8740
|
This also deprecates
|
@@ -8424,7 +8840,6 @@
|
|
8424
8840
|
|
8425
8841
|
|
8426
8842
|
|
8427
|
-
|
8428
8843
|
|
8429
8844
|
|
8430
8845
|
It can in fact be a
|
@@ -8531,7 +8946,6 @@
|
|
8531
8946
|
|
8532
8947
|
|
8533
8948
|
|
8534
|
-
|
8535
8949
|
|
8536
8950
|
|
8537
8951
|
We know what type
|
@@ -8643,7 +9057,6 @@
|
|
8643
9057
|
|
8644
9058
|
|
8645
9059
|
|
8646
|
-
|
8647
9060
|
|
8648
9061
|
|
8649
9062
|
Update
|
@@ -8866,7 +9279,6 @@
|
|
8866
9279
|
|
8867
9280
|
|
8868
9281
|
|
8869
|
-
|
8870
9282
|
|
8871
9283
|
|
8872
9284
|
This also deprecates
|