@balena/pinejs 16.0.0-build--batch-f2ffc3d6bcb9f3294fd4fc9de3c21bfe167e100d-1 → 16.0.0-build-fisehara-update-sbvr-types-b58e72aca3193964afac96c955fde178fe39d077-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 +2168 -11
- package/CHANGELOG.md +815 -2
- package/Gruntfile.ts +9 -6
- package/README.md +10 -0
- package/build/browser.ts +2 -2
- package/build/config.ts +1 -1
- package/build/module.ts +2 -2
- package/build/server.ts +2 -2
- package/docker-compose.npm-test.yml +21 -3
- package/out/bin/abstract-sql-compiler.js +5 -5
- package/out/bin/abstract-sql-compiler.js.map +1 -1
- package/out/bin/odata-compiler.js +10 -10
- package/out/bin/odata-compiler.js.map +1 -1
- package/out/bin/sbvr-compiler.js +34 -11
- package/out/bin/sbvr-compiler.js.map +1 -1
- package/out/bin/utils.js +25 -2
- package/out/bin/utils.js.map +1 -1
- package/out/config-loader/config-loader.d.ts +4 -2
- package/out/config-loader/config-loader.js +54 -13
- package/out/config-loader/config-loader.js.map +1 -1
- package/out/config-loader/env.d.ts +2 -1
- package/out/config-loader/env.js +5 -2
- package/out/config-loader/env.js.map +1 -1
- package/out/data-server/sbvr-server.d.ts +1 -1
- package/out/data-server/sbvr-server.js +3 -1
- package/out/data-server/sbvr-server.js.map +1 -1
- package/out/database-layer/db.js +40 -14
- package/out/database-layer/db.js.map +1 -1
- package/out/express-emulator/express.js +5 -3
- package/out/express-emulator/express.js.map +1 -1
- package/out/http-transactions/transactions.d.ts +1 -1
- package/out/http-transactions/transactions.js +10 -5
- package/out/http-transactions/transactions.js.map +1 -1
- package/out/migrator/async.js +32 -5
- package/out/migrator/async.js.map +1 -1
- package/out/migrator/sync.d.ts +2 -1
- package/out/migrator/sync.js +29 -3
- package/out/migrator/sync.js.map +1 -1
- package/out/migrator/utils.d.ts +6 -3
- package/out/migrator/utils.js +30 -4
- package/out/migrator/utils.js.map +1 -1
- package/out/odata-metadata/odata-metadata-generator.js +4 -1
- package/out/odata-metadata/odata-metadata-generator.js.map +1 -1
- package/out/passport-pinejs/mount-login-router.d.ts +3 -0
- package/out/passport-pinejs/mount-login-router.js +65 -0
- package/out/passport-pinejs/mount-login-router.js.map +1 -0
- package/out/passport-pinejs/passport-pinejs.d.ts +2 -1
- package/out/passport-pinejs/passport-pinejs.js +28 -2
- package/out/passport-pinejs/passport-pinejs.js.map +1 -1
- package/out/pinejs-session-store/pinejs-session-store.js +30 -7
- package/out/pinejs-session-store/pinejs-session-store.js.map +1 -1
- package/out/sbvr-api/abstract-sql.d.ts +2 -2
- package/out/sbvr-api/abstract-sql.js +35 -9
- package/out/sbvr-api/abstract-sql.js.map +1 -1
- package/out/sbvr-api/cached-compile.js +9 -6
- package/out/sbvr-api/cached-compile.js.map +1 -1
- package/out/sbvr-api/common-types.d.ts +1 -1
- package/out/sbvr-api/control-flow.js +5 -2
- package/out/sbvr-api/control-flow.js.map +1 -1
- package/out/sbvr-api/express-extension.d.ts +10 -7
- package/out/sbvr-api/express-extension.js +1 -0
- package/out/sbvr-api/hooks.d.ts +5 -1
- package/out/sbvr-api/hooks.js +12 -10
- package/out/sbvr-api/hooks.js.map +1 -1
- package/out/sbvr-api/odata-response.d.ts +5 -2
- package/out/sbvr-api/odata-response.js +36 -6
- package/out/sbvr-api/odata-response.js.map +1 -1
- package/out/sbvr-api/permissions.d.ts +6 -7
- package/out/sbvr-api/permissions.js +69 -38
- package/out/sbvr-api/permissions.js.map +1 -1
- package/out/sbvr-api/sbvr-utils.d.ts +20 -9
- package/out/sbvr-api/sbvr-utils.js +134 -136
- package/out/sbvr-api/sbvr-utils.js.map +1 -1
- package/out/sbvr-api/translations.d.ts +2 -2
- package/out/sbvr-api/translations.js +17 -10
- package/out/sbvr-api/translations.js.map +1 -1
- package/out/sbvr-api/uri-parser.d.ts +7 -10
- package/out/sbvr-api/uri-parser.js +46 -19
- package/out/sbvr-api/uri-parser.js.map +1 -1
- package/out/server-glue/global-ext.d.ts +2 -1
- package/out/server-glue/module.d.ts +3 -1
- package/out/server-glue/module.js +40 -13
- package/out/server-glue/module.js.map +1 -1
- package/out/server-glue/sbvr-loader.js.map +1 -1
- package/out/server-glue/server.js +31 -39
- package/out/server-glue/server.js.map +1 -1
- package/out/webresource-handler/handlers/NoopHandler.d.ts +7 -0
- package/out/webresource-handler/handlers/NoopHandler.js +20 -0
- package/out/webresource-handler/handlers/NoopHandler.js.map +1 -0
- package/out/webresource-handler/handlers/S3Handler.d.ts +28 -0
- package/out/webresource-handler/handlers/S3Handler.js +97 -0
- package/out/webresource-handler/handlers/S3Handler.js.map +1 -0
- package/out/webresource-handler/handlers/index.d.ts +2 -0
- package/out/webresource-handler/handlers/index.js +19 -0
- package/out/webresource-handler/handlers/index.js.map +1 -0
- package/out/webresource-handler/index.d.ts +34 -0
- package/out/webresource-handler/index.js +307 -0
- package/out/webresource-handler/index.js.map +1 -0
- package/package.json +68 -62
- package/src/bin/abstract-sql-compiler.ts +7 -9
- package/src/bin/odata-compiler.ts +12 -15
- package/src/bin/sbvr-compiler.ts +14 -18
- package/src/bin/utils.ts +1 -1
- package/src/config-loader/config-loader.ts +44 -10
- package/src/config-loader/env.ts +1 -1
- package/src/data-server/sbvr-server.js +3 -1
- package/src/database-layer/db.ts +23 -19
- package/src/express-emulator/express.js +5 -3
- package/src/extended-sbvr-parser/extended-sbvr-parser.ts +1 -1
- package/src/http-transactions/transactions.js +10 -5
- package/src/migrator/async.ts +7 -6
- package/src/migrator/sync.ts +10 -7
- package/src/migrator/utils.ts +11 -5
- package/src/odata-metadata/odata-metadata-generator.ts +2 -2
- package/src/passport-pinejs/mount-login-router.ts +46 -0
- package/src/passport-pinejs/passport-pinejs.ts +7 -3
- package/src/pinejs-session-store/pinejs-session-store.ts +6 -6
- package/src/sbvr-api/abstract-sql.ts +5 -5
- package/src/sbvr-api/cached-compile.ts +1 -2
- package/src/sbvr-api/common-types.ts +1 -1
- package/src/sbvr-api/control-flow.ts +1 -1
- package/src/sbvr-api/express-extension.ts +12 -8
- package/src/sbvr-api/hooks.ts +11 -11
- package/src/sbvr-api/odata-response.ts +56 -9
- package/src/sbvr-api/permissions.ts +44 -35
- package/src/sbvr-api/sbvr-utils.ts +118 -172
- package/src/sbvr-api/translations.ts +9 -6
- package/src/sbvr-api/uri-parser.ts +22 -28
- package/src/server-glue/global-ext.d.ts +2 -1
- package/src/server-glue/module.ts +8 -2
- package/src/server-glue/sbvr-loader.ts +1 -1
- package/src/server-glue/server.ts +11 -49
- package/src/webresource-handler/handlers/NoopHandler.ts +21 -0
- package/src/webresource-handler/handlers/S3Handler.ts +143 -0
- package/src/webresource-handler/handlers/index.ts +2 -0
- package/src/webresource-handler/index.ts +450 -0
- package/tsconfig.dev.json +2 -1
- package/tsconfig.json +1 -1
- package/typings/lf-to-abstract-sql.d.ts +1 -1
- package/typings/memoizee.d.ts +3 -4
package/CHANGELOG.md
CHANGED
@@ -5,10 +5,823 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v16.0.0
|
8
|
+
## (2024-03-05)
|
9
|
+
|
10
|
+
* Update @balena/sbvr-types major [Harald Fischer]
|
11
|
+
|
12
|
+
# v15.6.3
|
13
|
+
## (2024-02-29)
|
14
|
+
|
15
|
+
* Tests: Remove restart=always policy for sidecar containers [Pagan Gazzard]
|
16
|
+
|
17
|
+
# v15.6.2
|
18
|
+
## (2024-02-09)
|
19
|
+
|
20
|
+
* Fix linting with proper import type [Otávio Jacobi]
|
21
|
+
|
22
|
+
# v15.6.1
|
23
|
+
## (2024-02-04)
|
24
|
+
|
25
|
+
* Improve type imports by using "import type" where possible [Josh Bowling]
|
26
|
+
|
27
|
+
# v15.6.0
|
28
|
+
## (2024-01-24)
|
29
|
+
|
30
|
+
* Add support for ESM migrations [Pagan Gazzard]
|
31
|
+
|
32
|
+
# v15.5.0
|
33
|
+
## (2024-01-23)
|
34
|
+
|
35
|
+
* Use `Node16` module resolution for typescript [Pagan Gazzard]
|
36
|
+
|
37
|
+
# v15.4.5
|
38
|
+
## (2024-01-19)
|
39
|
+
|
40
|
+
* Check that some fields are being updated for PATCH requests [Pagan Gazzard]
|
41
|
+
|
42
|
+
# v15.4.4
|
43
|
+
## (2024-01-17)
|
44
|
+
|
45
|
+
* Change NotFound for Unauthorized when requesting a resource that does not exists [Otávio Jacobi]
|
46
|
+
|
47
|
+
# v15.4.3
|
48
|
+
## (2024-01-16)
|
49
|
+
|
50
|
+
|
51
|
+
<details>
|
52
|
+
<summary> Update dependencies [Pagan Gazzard] </summary>
|
53
|
+
|
54
|
+
> ## odata-to-abstract-sql-6.2.3
|
55
|
+
> ### (2024-01-15)
|
56
|
+
>
|
57
|
+
> * Require at least one field to be updated for PATCH requests [Pagan Gazzard]
|
58
|
+
>
|
59
|
+
> ## odata-to-abstract-sql-6.2.2
|
60
|
+
> ### (2024-01-15)
|
61
|
+
>
|
62
|
+
> * Simplify support for MERGE as an alias for PATCH [Pagan Gazzard]
|
63
|
+
>
|
64
|
+
> ## odata-to-abstract-sql-6.2.1
|
65
|
+
> ### (2024-01-15)
|
66
|
+
>
|
67
|
+
>
|
68
|
+
> <details>
|
69
|
+
> <summary> Update dependencies [Pagan Gazzard] </summary>
|
70
|
+
>
|
71
|
+
>> ### abstract-sql-compiler-9.0.4
|
72
|
+
>> #### (2024-01-02)
|
73
|
+
>>
|
74
|
+
>> * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
|
75
|
+
>>
|
76
|
+
>> ### odata-parser-3.0.3
|
77
|
+
>> #### (2024-01-04)
|
78
|
+
>>
|
79
|
+
>> * Optimize by moving constant values into global init [fisehara]
|
80
|
+
>>
|
81
|
+
>> ### odata-parser-3.0.2
|
82
|
+
>> #### (2024-01-04)
|
83
|
+
>>
|
84
|
+
>> * Update dependencies [fisehara]
|
85
|
+
>>
|
86
|
+
>> ### sbvr-types-6.1.1
|
87
|
+
>> #### (2024-01-02)
|
88
|
+
>>
|
89
|
+
>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
90
|
+
>>
|
91
|
+
>
|
92
|
+
> </details>
|
93
|
+
>
|
94
|
+
>
|
95
|
+
|
96
|
+
</details>
|
97
|
+
|
98
|
+
# v15.4.2
|
99
|
+
## (2024-01-11)
|
100
|
+
|
101
|
+
* Fix nested translations [Pagan Gazzard]
|
102
|
+
|
103
|
+
# v15.4.1
|
104
|
+
## (2024-01-11)
|
105
|
+
|
106
|
+
|
107
|
+
<details>
|
108
|
+
<summary> Update dependencies [Pagan Gazzard] </summary>
|
109
|
+
|
110
|
+
> ## abstract-sql-compiler-9.0.4
|
111
|
+
> ### (2024-01-02)
|
112
|
+
>
|
113
|
+
> * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
|
114
|
+
>
|
115
|
+
> ## odata-parser-3.0.3
|
116
|
+
> ### (2024-01-04)
|
117
|
+
>
|
118
|
+
> * Optimize by moving constant values into global init [fisehara]
|
119
|
+
>
|
120
|
+
> ## odata-parser-3.0.2
|
121
|
+
> ### (2024-01-04)
|
122
|
+
>
|
123
|
+
> * Update dependencies [fisehara]
|
124
|
+
>
|
125
|
+
> ## sbvr-types-6.1.1
|
126
|
+
> ### (2024-01-02)
|
127
|
+
>
|
128
|
+
> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
129
|
+
>
|
130
|
+
|
131
|
+
</details>
|
132
|
+
|
133
|
+
* Correctly await web resource signing before responding [Pagan Gazzard]
|
134
|
+
|
135
|
+
# v15.4.0
|
136
|
+
## (2024-01-10)
|
137
|
+
|
138
|
+
* Fix 404 error on canAccess action [Otávio Jacobi]
|
139
|
+
* Add permissions tests & expose mountLoginRouter [Otávio Jacobi]
|
140
|
+
|
141
|
+
# v15.3.33
|
142
|
+
## (2023-12-19)
|
143
|
+
|
144
|
+
* Avoid error when trying to upload to a non-existent resource [Pagan Gazzard]
|
145
|
+
* Ensure we consume the web resource upload stream even if errors occur [Pagan Gazzard]
|
146
|
+
|
147
|
+
# v15.3.32
|
148
|
+
## (2023-12-18)
|
149
|
+
|
150
|
+
* Remove unnecessary `async` on `parseOData` [Pagan Gazzard]
|
151
|
+
|
152
|
+
# v15.3.31
|
153
|
+
## (2023-12-18)
|
154
|
+
|
155
|
+
* Bail early with 404 when requesting a resource that doesn't exist [Pagan Gazzard]
|
156
|
+
* Don't try to generate permissions for non-existent tables [Pagan Gazzard]
|
157
|
+
|
158
|
+
# v15.3.30
|
159
|
+
## (2023-12-18)
|
160
|
+
|
161
|
+
|
162
|
+
<details>
|
163
|
+
<summary> Update dependencies [Pagan Gazzard] </summary>
|
164
|
+
|
165
|
+
> ## abstract-sql-to-typescript-2.1.3
|
166
|
+
> ### (2023-10-24)
|
167
|
+
>
|
168
|
+
> * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
|
169
|
+
>
|
170
|
+
> ## abstract-sql-to-typescript-2.1.2
|
171
|
+
> ### (2023-08-23)
|
172
|
+
>
|
173
|
+
> * Update dependency @types/node to v18 [Self-hosted Renovate Bot]
|
174
|
+
>
|
175
|
+
> ## lf-to-abstract-sql-5.0.1
|
176
|
+
> ### (2023-05-16)
|
177
|
+
>
|
178
|
+
>
|
179
|
+
> <details>
|
180
|
+
> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
181
|
+
>
|
182
|
+
>> ### sbvr-types-5.0.0
|
183
|
+
>> #### (2023-05-16)
|
184
|
+
>>
|
185
|
+
>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
186
|
+
>>
|
187
|
+
>> ### sbvr-types-4.0.2
|
188
|
+
>> #### (2023-05-03)
|
189
|
+
>>
|
190
|
+
>> * Improve typings [Pagan Gazzard]
|
191
|
+
>>
|
192
|
+
>> ### sbvr-types-4.0.1
|
193
|
+
>> #### (2023-05-02)
|
194
|
+
>>
|
195
|
+
>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
196
|
+
>>
|
197
|
+
>> ### sbvr-types-4.0.0
|
198
|
+
>> #### (2023-04-26)
|
199
|
+
>>
|
200
|
+
>> * Add test cases for Objects in JSON validate [fisehara]
|
201
|
+
>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
202
|
+
>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
203
|
+
>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
204
|
+
>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
205
|
+
>> * Assert that JSON input typeof is object [Josh Bowling]
|
206
|
+
>>
|
207
|
+
>> ### sbvr-types-3.5.0
|
208
|
+
>> #### (2023-03-21)
|
209
|
+
>>
|
210
|
+
>> * Add Big Serial type [Josh Bowling]
|
211
|
+
>>
|
212
|
+
>> ### sbvr-types-3.4.19
|
213
|
+
>> #### (2022-12-08)
|
214
|
+
>>
|
215
|
+
>> * Flowzone: Allow external contributions [Josh Bowling]
|
216
|
+
>>
|
217
|
+
>
|
218
|
+
> </details>
|
219
|
+
>
|
220
|
+
>
|
221
|
+
> ## odata-parser-3.0.1
|
222
|
+
> ### (2023-09-25)
|
223
|
+
>
|
224
|
+
> * Allow running CI on external PRs [Pagan Gazzard]
|
225
|
+
>
|
226
|
+
> ## pinejs-client-js-6.14.0
|
227
|
+
> ### (2023-12-05)
|
228
|
+
>
|
229
|
+
> * Respect the Retry-After header when clients define the getRetryAfterHeader option [Thodoris Greasidis]
|
230
|
+
>
|
231
|
+
> ## sbvr-types-6.1.0
|
232
|
+
> ### (2023-10-03)
|
233
|
+
>
|
234
|
+
> * Add checksum to WebResource [Otávio Jacobi]
|
235
|
+
>
|
236
|
+
|
237
|
+
</details>
|
238
|
+
|
239
|
+
# v15.3.29
|
240
|
+
## (2023-12-01)
|
241
|
+
|
242
|
+
* Remove unnecessary async on busboy file handler [Otávio Jacobi]
|
243
|
+
|
244
|
+
# v15.3.28
|
245
|
+
## (2023-11-30)
|
246
|
+
|
247
|
+
* Update TypeScript to 5.3.2 [Thodoris Greasidis]
|
248
|
+
|
249
|
+
# v15.3.27
|
250
|
+
## (2023-11-30)
|
251
|
+
|
252
|
+
* Fix unstable large webresource test [Otávio Jacobi]
|
253
|
+
|
254
|
+
# v15.3.26
|
255
|
+
## (2023-11-28)
|
256
|
+
|
257
|
+
* Update dependency passport to ^0.7.0 [Self-hosted Renovate Bot]
|
258
|
+
|
259
|
+
# v15.3.25
|
260
|
+
## (2023-11-28)
|
261
|
+
|
262
|
+
|
263
|
+
<details>
|
264
|
+
<summary> Update @balena/odata-to-abstract-sql [fisehara] </summary>
|
265
|
+
|
266
|
+
> ## odata-to-abstract-sql-6.2.0
|
267
|
+
> ### (2023-11-24)
|
268
|
+
>
|
269
|
+
> * Optimize Duplications of `ComputedField` queries [fisehara]
|
270
|
+
>
|
271
|
+
> ## odata-to-abstract-sql-6.1.3
|
272
|
+
> ### (2023-11-10)
|
273
|
+
>
|
274
|
+
> * Update dependency @types/chai-things to v0.0.38 [Self-hosted Renovate Bot]
|
275
|
+
>
|
276
|
+
> ## odata-to-abstract-sql-6.1.2
|
277
|
+
> ### (2023-10-20)
|
278
|
+
>
|
279
|
+
> * Update dependency @types/chai-things to v0.0.37 [Self-hosted Renovate Bot]
|
280
|
+
>
|
281
|
+
> ## odata-to-abstract-sql-6.1.1
|
282
|
+
> ### (2023-10-19)
|
283
|
+
>
|
284
|
+
>
|
285
|
+
> <details>
|
286
|
+
> <summary> Update dependencies eslint, sbvrTypes, abstract-sql-compiler [Harald Fischer] </summary>
|
287
|
+
>
|
288
|
+
>> ### abstract-sql-compiler-9.0.3
|
289
|
+
>> #### (2023-08-09)
|
290
|
+
>>
|
291
|
+
>>
|
292
|
+
>> <details>
|
293
|
+
>> <summary> Update @balena/sbvr-types to 6.0.0 [Otávio Jacobi] </summary>
|
294
|
+
>>
|
295
|
+
>>> #### sbvr-types-6.0.0
|
296
|
+
>>> ##### (2023-08-09)
|
297
|
+
>>>
|
298
|
+
>>> * Change contents to snake_case [Otávio Jacobi]
|
299
|
+
>>>
|
300
|
+
>>> #### sbvr-types-5.2.0
|
301
|
+
>>> ##### (2023-08-08)
|
302
|
+
>>>
|
303
|
+
>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
304
|
+
>>>
|
305
|
+
>>> #### sbvr-types-5.1.0
|
306
|
+
>>> ##### (2023-08-03)
|
307
|
+
>>>
|
308
|
+
>>> * Adds WebResource type [Otávio Jacobi]
|
309
|
+
>>>
|
310
|
+
>>
|
311
|
+
>> </details>
|
312
|
+
>>
|
313
|
+
>>
|
314
|
+
>> ### abstract-sql-compiler-9.0.2
|
315
|
+
>> #### (2023-05-16)
|
316
|
+
>>
|
317
|
+
>>
|
318
|
+
>> <details>
|
319
|
+
>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
320
|
+
>>
|
321
|
+
>>> #### sbvr-types-5.0.0
|
322
|
+
>>> ##### (2023-05-16)
|
323
|
+
>>>
|
324
|
+
>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
325
|
+
>>>
|
326
|
+
>>> #### sbvr-types-4.0.2
|
327
|
+
>>> ##### (2023-05-03)
|
328
|
+
>>>
|
329
|
+
>>> * Improve typings [Pagan Gazzard]
|
330
|
+
>>>
|
331
|
+
>>> #### sbvr-types-4.0.1
|
332
|
+
>>> ##### (2023-05-02)
|
333
|
+
>>>
|
334
|
+
>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
335
|
+
>>>
|
336
|
+
>>
|
337
|
+
>> </details>
|
338
|
+
>>
|
339
|
+
>>
|
340
|
+
>> ### abstract-sql-compiler-9.0.1
|
341
|
+
>> #### (2023-05-15)
|
342
|
+
>>
|
343
|
+
>> * Fix TS errors for the latest sbvrTypes [Thodoris Greasidis]
|
344
|
+
>>
|
345
|
+
>> ### abstract-sql-compiler-9.0.0
|
346
|
+
>> #### (2023-05-02)
|
347
|
+
>>
|
348
|
+
>> * Drop `require-npm4-to-publish` as `engines` used [fisehara]
|
349
|
+
>>
|
350
|
+
>> <details>
|
351
|
+
>> <summary> Update @balena/odata-to-abstract-sql to 6.x [Pagan Gazzard] </summary>
|
352
|
+
>>
|
353
|
+
>>> #### odata-to-abstract-sql-6.0.1
|
354
|
+
>>> ##### (2023-04-27)
|
355
|
+
>>>
|
356
|
+
>>>
|
357
|
+
>>> <details>
|
358
|
+
>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
359
|
+
>>>
|
360
|
+
>>>> ##### odata-parser-3.0.0
|
361
|
+
>>>> ###### (2023-04-26)
|
362
|
+
>>>>
|
363
|
+
>>>> * Use optional chaining operator [Pagan Gazzard]
|
364
|
+
>>>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
|
365
|
+
>>>>
|
366
|
+
>>>> ##### odata-parser-2.5.0
|
367
|
+
>>>> ###### (2023-04-26)
|
368
|
+
>>>>
|
369
|
+
>>>> * Update to peggy 3 and make us of the repetition operator [Pagan Gazzard]
|
370
|
+
>>>>
|
371
|
+
>>>> ##### sbvr-types-4.0.0
|
372
|
+
>>>> ###### (2023-04-26)
|
373
|
+
>>>>
|
374
|
+
>>>> * Add test cases for Objects in JSON validate [fisehara]
|
375
|
+
>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
376
|
+
>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
377
|
+
>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
378
|
+
>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
379
|
+
>>>> * Assert that JSON input typeof is object [Josh Bowling]
|
380
|
+
>>>>
|
381
|
+
>>>
|
382
|
+
>>> </details>
|
383
|
+
>>>
|
384
|
+
>>>
|
385
|
+
>>> #### odata-to-abstract-sql-6.0.0
|
386
|
+
>>> ##### (2023-04-26)
|
387
|
+
>>>
|
388
|
+
>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
389
|
+
>>> * Switch `AggregateJSON` to use the newer `ReferencedField` format [Pagan Gazzard]
|
390
|
+
>>>
|
391
|
+
>>> #### odata-to-abstract-sql-5.9.6
|
392
|
+
>>> ##### (2023-04-25)
|
393
|
+
>>>
|
394
|
+
>>> * Collapse `AliasedFunction` into `FunctionMatch` [Pagan Gazzard]
|
395
|
+
>>>
|
396
|
+
>>> #### odata-to-abstract-sql-5.9.5
|
397
|
+
>>> ##### (2023-04-25)
|
398
|
+
>>>
|
399
|
+
>>>
|
400
|
+
>>> <details>
|
401
|
+
>>> <summary> Improve typings [Pagan Gazzard] </summary>
|
402
|
+
>>>
|
403
|
+
>>>> ##### abstract-sql-compiler-8.4.1
|
404
|
+
>>>> ###### (2023-04-25)
|
405
|
+
>>>>
|
406
|
+
>>>> * Add much finer grained typings for abstract-sql-optimizer [Pagan Gazzard]
|
407
|
+
>>>>
|
408
|
+
>>>
|
409
|
+
>>> </details>
|
410
|
+
>>>
|
411
|
+
>>>
|
412
|
+
>>> #### odata-to-abstract-sql-5.9.4
|
413
|
+
>>> ##### (2023-04-24)
|
414
|
+
>>>
|
415
|
+
>>>
|
416
|
+
>>> <details>
|
417
|
+
>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
418
|
+
>>>
|
419
|
+
>>>> ##### abstract-sql-compiler-8.4.0
|
420
|
+
>>>> ###### (2023-04-24)
|
421
|
+
>>>>
|
422
|
+
>>>> * Add support for using field type nodes with an AggregateJSON node [Pagan Gazzard]
|
423
|
+
>>>>
|
424
|
+
>>>> ##### abstract-sql-compiler-8.3.13
|
425
|
+
>>>> ###### (2023-04-24)
|
426
|
+
>>>>
|
427
|
+
>>>> * Deprecate `AliasableFromTypeNodes` type as it's redundant [Pagan Gazzard]
|
428
|
+
>>>>
|
429
|
+
>>>> ##### abstract-sql-compiler-8.3.12
|
430
|
+
>>>> ###### (2023-04-17)
|
431
|
+
>>>>
|
432
|
+
>>>> * Revert tightening of `OrderBy` to only field nodes [Pagan Gazzard]
|
433
|
+
>>>>
|
434
|
+
>>>> ##### abstract-sql-compiler-8.3.11
|
435
|
+
>>>> ###### (2023-04-13)
|
436
|
+
>>>>
|
437
|
+
>>>> * Do not allow ON clauses for CROSS JOIN as it is invalid [Pagan Gazzard]
|
438
|
+
>>>> * Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types [Pagan Gazzard]
|
439
|
+
>>>>
|
440
|
+
>>>> ##### abstract-sql-compiler-8.3.10
|
441
|
+
>>>> ###### (2023-04-13)
|
442
|
+
>>>>
|
443
|
+
>>>> * Fix DateNode/AnyNode typings [Pagan Gazzard]
|
444
|
+
>>>>
|
445
|
+
>>>> ##### abstract-sql-compiler-8.3.9
|
446
|
+
>>>> ###### (2023-04-13)
|
447
|
+
>>>>
|
448
|
+
>>>>
|
449
|
+
>>>> <details>
|
450
|
+
>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
451
|
+
>>>>
|
452
|
+
>>>>> ###### sbvr-types-3.5.0
|
453
|
+
>>>>> ####### (2023-03-21)
|
454
|
+
>>>>>
|
455
|
+
>>>>> * Add Big Serial type [Josh Bowling]
|
456
|
+
>>>>>
|
457
|
+
>>>>> ###### sbvr-types-3.4.19
|
458
|
+
>>>>> ####### (2022-12-08)
|
459
|
+
>>>>>
|
460
|
+
>>>>> * Flowzone: Allow external contributions [Josh Bowling]
|
461
|
+
>>>>>
|
462
|
+
>>>>
|
463
|
+
>>>> </details>
|
464
|
+
>>>>
|
465
|
+
>>>>
|
466
|
+
>>>> ##### abstract-sql-compiler-8.3.8
|
467
|
+
>>>> ###### (2023-04-12)
|
468
|
+
>>>>
|
469
|
+
>>>> * Improve typings [Pagan Gazzard]
|
470
|
+
>>>>
|
471
|
+
>>>> ##### abstract-sql-compiler-8.3.7
|
472
|
+
>>>> ###### (2023-04-12)
|
473
|
+
>>>>
|
474
|
+
>>>> * Remove typing for non-existent JSON node [Pagan Gazzard]
|
475
|
+
>>>>
|
476
|
+
>>>> ##### abstract-sql-compiler-8.3.6
|
477
|
+
>>>> ###### (2023-04-12)
|
478
|
+
>>>>
|
479
|
+
>>>> * Tighten the `isXValue` function typings [Pagan Gazzard]
|
480
|
+
>>>>
|
481
|
+
>>>> ##### abstract-sql-compiler-8.3.5
|
482
|
+
>>>> ###### (2023-04-12)
|
483
|
+
>>>>
|
484
|
+
>>>> * Correctly treat `Value` nodes as rewritten to `Text` by the optimizer [Pagan Gazzard]
|
485
|
+
>>>> * Add EmbeddedTextNode typing [Pagan Gazzard]
|
486
|
+
>>>>
|
487
|
+
>>>> ##### abstract-sql-compiler-8.3.4
|
488
|
+
>>>> ###### (2023-04-12)
|
489
|
+
>>>>
|
490
|
+
>>>> * Enforce the first argument of ExtractJSONPathAsText is a JSON type node [Pagan Gazzard]
|
491
|
+
>>>>
|
492
|
+
>>>> ##### abstract-sql-compiler-8.3.3
|
493
|
+
>>>> ###### (2023-04-12)
|
494
|
+
>>>>
|
495
|
+
>>>> * Improve node typings [Pagan Gazzard]
|
496
|
+
>>>>
|
497
|
+
>>>> ##### abstract-sql-compiler-8.3.2
|
498
|
+
>>>> ###### (2023-04-12)
|
499
|
+
>>>>
|
500
|
+
>>>> * Add more node typings [Pagan Gazzard]
|
501
|
+
>>>>
|
502
|
+
>>>> ##### abstract-sql-compiler-8.3.1
|
503
|
+
>>>> ###### (2023-04-12)
|
504
|
+
>>>>
|
505
|
+
>>>> * Add more node typings [Pagan Gazzard]
|
506
|
+
>>>>
|
507
|
+
>>>> ##### abstract-sql-compiler-8.3.0
|
508
|
+
>>>> ###### (2023-04-11)
|
509
|
+
>>>>
|
510
|
+
>>>> * Support boolean nodes in a ValuesNode [Pagan Gazzard]
|
511
|
+
>>>>
|
512
|
+
>>>> ##### abstract-sql-compiler-8.2.0
|
513
|
+
>>>> ###### (2023-04-11)
|
514
|
+
>>>>
|
515
|
+
>>>> * Add `Between` node type [Pagan Gazzard]
|
516
|
+
>>>>
|
517
|
+
>>>> ##### abstract-sql-compiler-8.1.0
|
518
|
+
>>>> ###### (2023-04-11)
|
519
|
+
>>>>
|
520
|
+
>>>> * Add `BitwiseAnd`/`BitwiseShiftRight` node types [Pagan Gazzard]
|
521
|
+
>>>>
|
522
|
+
>>>> ##### abstract-sql-compiler-8.0.2
|
523
|
+
>>>> ###### (2023-04-06)
|
524
|
+
>>>>
|
525
|
+
>>>> * Add `NotInNode` type [Pagan Gazzard]
|
526
|
+
>>>> * Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types [Pagan Gazzard]
|
527
|
+
>>>> * Add `CharacterLengthNode` type [Pagan Gazzard]
|
528
|
+
>>>>
|
529
|
+
>>>> ##### abstract-sql-compiler-8.0.1
|
530
|
+
>>>> ###### (2023-04-06)
|
531
|
+
>>>>
|
532
|
+
>>>> * Adds Cast node type to tree parsing [Otávio Jacobi]
|
533
|
+
>>>>
|
534
|
+
>>>> ##### odata-parser-2.4.6
|
535
|
+
>>>> ###### (2023-02-24)
|
536
|
+
>>>>
|
537
|
+
>>>> * Improve typings [Pagan Gazzard]
|
538
|
+
>>>>
|
539
|
+
>>>> ##### odata-parser-2.4.5
|
540
|
+
>>>> ###### (2023-02-23)
|
541
|
+
>>>>
|
542
|
+
>>>> * Use const/let as appropriate [Pagan Gazzard]
|
543
|
+
>>>>
|
544
|
+
>>>> ##### odata-parser-2.4.4
|
545
|
+
>>>> ###### (2023-02-23)
|
546
|
+
>>>>
|
547
|
+
>>>> * Use shorthand object notation [Pagan Gazzard]
|
548
|
+
>>>>
|
549
|
+
>>>> ##### odata-parser-2.4.3
|
550
|
+
>>>> ###### (2023-02-23)
|
551
|
+
>>>>
|
552
|
+
>>>> * Update dependencies [Pagan Gazzard]
|
553
|
+
>>>>
|
554
|
+
>>>
|
555
|
+
>>> </details>
|
556
|
+
>>>
|
557
|
+
>>>
|
558
|
+
>>
|
559
|
+
>> </details>
|
560
|
+
>>
|
561
|
+
>> * Remove support for the legacy AggregateJSON format of `[tableName, fieldName]` [Pagan Gazzard]
|
562
|
+
>> * Remove support for the legacy boolean format of `true|false` [Pagan Gazzard]
|
563
|
+
>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
564
|
+
>> * Remove support for the legacy alias format of `[node, alias]` [Pagan Gazzard]
|
565
|
+
>> * Remove support for the legacy table format of `tableName` [Pagan Gazzard]
|
566
|
+
>> * Remove support for the legacy null formats of `null` and `'Null'` [Pagan Gazzard]
|
567
|
+
>> * Reflect the usage of BOOLEAN db type [Pagan Gazzard]
|
568
|
+
>>
|
569
|
+
>> <details>
|
570
|
+
>> <summary> Update @balena/sbvr-types to 4.x [Pagan Gazzard] </summary>
|
571
|
+
>>
|
572
|
+
>>> #### sbvr-types-4.0.0
|
573
|
+
>>> ##### (2023-04-26)
|
574
|
+
>>>
|
575
|
+
>>> * Add test cases for Objects in JSON validate [fisehara]
|
576
|
+
>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
577
|
+
>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
578
|
+
>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
579
|
+
>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
580
|
+
>>> * Assert that JSON input typeof is object [Josh Bowling]
|
581
|
+
>>>
|
582
|
+
>>
|
583
|
+
>> </details>
|
584
|
+
>>
|
585
|
+
>>
|
586
|
+
>> ### abstract-sql-compiler-8.5.0
|
587
|
+
>> #### (2023-04-27)
|
588
|
+
>>
|
589
|
+
>> * Use native `StartsWith` node type for postgres [Pagan Gazzard]
|
590
|
+
>> * Convert `EscapeForLike` into a standalone node type [Pagan Gazzard]
|
591
|
+
>>
|
592
|
+
>> ### lf-to-abstract-sql-5.0.1
|
593
|
+
>> #### (2023-05-16)
|
594
|
+
>>
|
595
|
+
>>
|
596
|
+
>> <details>
|
597
|
+
>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
598
|
+
>>
|
599
|
+
>>> #### sbvr-types-5.0.0
|
600
|
+
>>> ##### (2023-05-16)
|
601
|
+
>>>
|
602
|
+
>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
603
|
+
>>>
|
604
|
+
>>> #### sbvr-types-4.0.2
|
605
|
+
>>> ##### (2023-05-03)
|
606
|
+
>>>
|
607
|
+
>>> * Improve typings [Pagan Gazzard]
|
608
|
+
>>>
|
609
|
+
>>> #### sbvr-types-4.0.1
|
610
|
+
>>> ##### (2023-05-02)
|
611
|
+
>>>
|
612
|
+
>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
613
|
+
>>>
|
614
|
+
>>> #### sbvr-types-4.0.0
|
615
|
+
>>> ##### (2023-04-26)
|
616
|
+
>>>
|
617
|
+
>>> * Add test cases for Objects in JSON validate [fisehara]
|
618
|
+
>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
619
|
+
>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
620
|
+
>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
621
|
+
>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
622
|
+
>>> * Assert that JSON input typeof is object [Josh Bowling]
|
623
|
+
>>>
|
624
|
+
>>> #### sbvr-types-3.5.0
|
625
|
+
>>> ##### (2023-03-21)
|
626
|
+
>>>
|
627
|
+
>>> * Add Big Serial type [Josh Bowling]
|
628
|
+
>>>
|
629
|
+
>>> #### sbvr-types-3.4.19
|
630
|
+
>>> ##### (2022-12-08)
|
631
|
+
>>>
|
632
|
+
>>> * Flowzone: Allow external contributions [Josh Bowling]
|
633
|
+
>>>
|
634
|
+
>>
|
635
|
+
>> </details>
|
636
|
+
>>
|
637
|
+
>>
|
638
|
+
>> ### odata-parser-3.0.1
|
639
|
+
>> #### (2023-09-25)
|
640
|
+
>>
|
641
|
+
>> * Allow running CI on external PRs [Pagan Gazzard]
|
642
|
+
>>
|
643
|
+
>> ### sbvr-types-6.1.0
|
644
|
+
>> #### (2023-10-03)
|
645
|
+
>>
|
646
|
+
>> * Add checksum to WebResource [Otávio Jacobi]
|
647
|
+
>>
|
648
|
+
>> ### sbvr-types-6.0.0
|
649
|
+
>> #### (2023-08-09)
|
650
|
+
>>
|
651
|
+
>> * Change contents to snake_case [Otávio Jacobi]
|
652
|
+
>>
|
653
|
+
>> ### sbvr-types-5.2.0
|
654
|
+
>> #### (2023-08-08)
|
655
|
+
>>
|
656
|
+
>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
657
|
+
>>
|
658
|
+
>> ### sbvr-types-5.1.0
|
659
|
+
>> #### (2023-08-03)
|
660
|
+
>>
|
661
|
+
>> * Adds WebResource type [Otávio Jacobi]
|
662
|
+
>>
|
663
|
+
>> ### sbvr-types-5.0.0
|
664
|
+
>> #### (2023-05-16)
|
665
|
+
>>
|
666
|
+
>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
667
|
+
>>
|
668
|
+
>> ### sbvr-types-4.0.2
|
669
|
+
>> #### (2023-05-03)
|
670
|
+
>>
|
671
|
+
>> * Improve typings [Pagan Gazzard]
|
672
|
+
>>
|
673
|
+
>> ### sbvr-types-4.0.1
|
674
|
+
>> #### (2023-05-02)
|
675
|
+
>>
|
676
|
+
>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
677
|
+
>>
|
678
|
+
>
|
679
|
+
> </details>
|
680
|
+
>
|
681
|
+
>
|
682
|
+
> ## odata-to-abstract-sql-6.1.0
|
683
|
+
> ### (2023-08-16)
|
684
|
+
>
|
685
|
+
> * Support bind references as boolean types [Pagan Gazzard]
|
686
|
+
>
|
687
|
+
|
688
|
+
</details>
|
689
|
+
|
690
|
+
# v15.3.24
|
691
|
+
## (2023-11-24)
|
692
|
+
|
693
|
+
* Update dependency pinejs-client-supertest to v2 [Self-hosted Renovate Bot]
|
694
|
+
|
695
|
+
# v15.3.23
|
696
|
+
## (2023-11-24)
|
697
|
+
|
698
|
+
* Update postgres Docker tag to v16 [Self-hosted Renovate Bot]
|
699
|
+
|
700
|
+
# v15.3.22
|
701
|
+
## (2023-11-24)
|
702
|
+
|
703
|
+
* Update dependency commander to v11 [Self-hosted Renovate Bot]
|
704
|
+
|
705
|
+
# v15.3.21
|
706
|
+
## (2023-11-24)
|
707
|
+
|
708
|
+
* Update dependency grunt-webpack to v6 [Self-hosted Renovate Bot]
|
709
|
+
|
710
|
+
# v15.3.20
|
711
|
+
## (2023-11-24)
|
712
|
+
|
713
|
+
* Update dependency @types/websql to ^0.0.30 [Self-hosted Renovate Bot]
|
714
|
+
|
715
|
+
# v15.3.19
|
716
|
+
## (2023-11-24)
|
717
|
+
|
718
|
+
* Update dependency @types/method-override to ^0.0.35 [Self-hosted Renovate Bot]
|
719
|
+
|
720
|
+
# v15.3.18
|
721
|
+
## (2023-11-24)
|
722
|
+
|
723
|
+
* Update dependency @faker-js/faker to v8 [Self-hosted Renovate Bot]
|
724
|
+
|
725
|
+
# v15.3.17
|
726
|
+
## (2023-11-23)
|
727
|
+
|
728
|
+
* Update @balena/lint [Harald Fischer]
|
729
|
+
|
730
|
+
# v15.3.16
|
731
|
+
## (2023-11-09)
|
732
|
+
|
733
|
+
* Handling typing changes of @types/pg [Harald Fischer]
|
734
|
+
|
735
|
+
# v15.3.15
|
736
|
+
## (2023-10-25)
|
737
|
+
|
738
|
+
* Do not force storage class on s3 upload [Otávio Jacobi]
|
739
|
+
|
740
|
+
# v15.3.14
|
741
|
+
## (2023-10-24)
|
742
|
+
|
743
|
+
* Update dependency @types/node to v20 [Self-hosted Renovate Bot]
|
744
|
+
|
745
|
+
# v15.3.13
|
746
|
+
## (2023-10-23)
|
747
|
+
|
748
|
+
* Blocks updating and creating webresources with non multipart-formdata requests [Otávio Jacobi]
|
749
|
+
|
750
|
+
# v15.3.12
|
751
|
+
## (2023-10-20)
|
752
|
+
|
753
|
+
* Update dependency @types/websql to ^0.0.28 [Self-hosted Renovate Bot]
|
754
|
+
|
755
|
+
# v15.3.11
|
756
|
+
## (2023-10-20)
|
757
|
+
|
758
|
+
* Update dependency @types/method-override to ^0.0.33 [Self-hosted Renovate Bot]
|
759
|
+
|
760
|
+
# v15.3.10
|
761
|
+
## (2023-10-06)
|
762
|
+
|
763
|
+
* Allow uploading file on resourceName and synonyms [Otávio Jacobi]
|
764
|
+
|
765
|
+
# v15.3.9
|
766
|
+
## (2023-10-06)
|
767
|
+
|
768
|
+
* Fix Term Forms and Synonyms on webresources models [Otávio Jacobi]
|
769
|
+
|
770
|
+
# v15.3.8
|
771
|
+
## (2023-09-29)
|
772
|
+
|
773
|
+
* Fix $expand on parent resource with child webresource [Otávio Jacobi]
|
774
|
+
|
775
|
+
# v15.3.7
|
776
|
+
## (2023-08-31)
|
777
|
+
|
778
|
+
* Update TypeScript to 5.2.2 [Thodoris Greasidis]
|
779
|
+
|
780
|
+
# v15.3.6
|
781
|
+
## (2023-08-31)
|
782
|
+
|
783
|
+
* Fix the remaining lint errors [Thodoris Greasidis]
|
784
|
+
* Mark expected floating promises with the `void` operator [Thodoris Greasidis]
|
785
|
+
* Switch hasOwnProperty() to Object.prototype.hasOwnProperty.call [Thodoris Greasidis]
|
786
|
+
* Replace Function and {} types [Thodoris Greasidis]
|
787
|
+
* Change `export let` to `export const` [Thodoris Greasidis]
|
788
|
+
* Update @balena/lint to 7.1.1 [Thodoris Greasidis]
|
789
|
+
* Update @balena/abstract-sql-to-typescript to 2.1.1 [Thodoris Greasidis]
|
790
|
+
|
791
|
+
# v15.3.5
|
792
|
+
## (2023-08-30)
|
793
|
+
|
794
|
+
* Fix failure on delete requests with invalid ID [Otávio Jacobi]
|
795
|
+
|
796
|
+
# v15.3.4
|
797
|
+
## (2023-08-29)
|
798
|
+
|
799
|
+
* Fix skipped migrations on empty database schema [Harald Fischer]
|
800
|
+
|
801
|
+
# v15.3.3
|
802
|
+
## (2023-08-29)
|
803
|
+
|
804
|
+
* Change S3Handler signing config from private to protected [Otávio Jacobi]
|
805
|
+
|
806
|
+
# v15.3.2
|
807
|
+
## (2023-08-24)
|
808
|
+
|
809
|
+
* Fix webresource patch on not accessible/inexistent key [Otávio Jacobi]
|
810
|
+
|
811
|
+
# v15.3.1
|
812
|
+
## (2023-08-24)
|
813
|
+
|
814
|
+
* bin: Use async imports in the cli commands [Thodoris Greasidis]
|
815
|
+
|
816
|
+
# v15.3.0
|
817
|
+
## (2023-08-16)
|
818
|
+
|
819
|
+
* Add support to WebResrouce type [Otávio Jacobi]
|
820
|
+
|
821
|
+
# v15.2.1
|
8
822
|
## (2023-08-14)
|
9
823
|
|
10
|
-
*
|
11
|
-
* Use `status` in responses instead of `statusCode` [myarmolinsky]
|
824
|
+
* Mark that `tx` is always passed to `POSTRUN-ERROR` hooks [Pagan Gazzard]
|
12
825
|
|
13
826
|
# v15.2.0
|
14
827
|
## (2023-08-02)
|