balena-cli 16.7.8 → 16.7.9

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/CHANGELOG.md CHANGED
@@ -4,7 +4,806 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
- ## 16.7.8 - 2023-08-21
7
+ ## 16.7.9 - 2023-08-22
8
+
9
+
10
+ <details>
11
+ <summary> Update balena-sdk to v18 [Otávio Jacobi] </summary>
12
+
13
+ > ### balena-sdk-18.0.0 - 2023-08-17
14
+ >
15
+ > * **BREAKING**: Remove the device-type.json state & name normalization [Thodoris Greasidis]
16
+ > * **BREAKING**: Drop auth.getUserActorId in favor of auth.getActorId [Otávio Jacobi]
17
+ > * auth: Add getActorId [Otávio Jacobi]
18
+ > * **BREAKING**: Drop auth.getUserId in favor of auth.getUserInfo [Otávio Jacobi]
19
+ > * **BREAKING**: Drop auth.getEmail in favor of auth.getUserInfo [Otávio Jacobi]
20
+ > * auth: Add getUserInfo [Otávio Jacobi]
21
+ > * **BREAKING**: Drop pre-Resin OS v1 device.os_version normalization [Thodoris Greasidis]
22
+ > * **BREAKING**: Support non-user API keys in auth.isLoggedIn() & whoami() [Otávio Jacobi]
23
+ > * **BREAKING**: Drop support to node < 16 [Otávio Jacobi]
24
+ >
25
+ > ### balena-image-manager-9.0.2 - 2023-08-21
26
+ >
27
+ >
28
+ > <details>
29
+ > <summary> Update to balena-sdk 18.0.0 [Otávio Jacobi] </summary>
30
+ >
31
+ >> #### balena-sdk-18.0.0 - 2023-08-17
32
+ >>
33
+ >> * **BREAKING**: Remove the device-type.json state & name normalization [Thodoris Greasidis]
34
+ >> * **BREAKING**: Drop auth.getUserActorId in favor of auth.getActorId [Otávio Jacobi]
35
+ >> * auth: Add getActorId [Otávio Jacobi]
36
+ >> * **BREAKING**: Drop auth.getUserId in favor of auth.getUserInfo [Otávio Jacobi]
37
+ >> * **BREAKING**: Drop auth.getEmail in favor of auth.getUserInfo [Otávio Jacobi]
38
+ >> * auth: Add getUserInfo [Otávio Jacobi]
39
+ >> * **BREAKING**: Drop pre-Resin OS v1 device.os_version normalization [Thodoris Greasidis]
40
+ >> * **BREAKING**: Support non-user API keys in auth.isLoggedIn() & whoami() [Otávio Jacobi]
41
+ >> * **BREAKING**: Drop support to node < 16 [Otávio Jacobi]
42
+ >>
43
+ >> #### balena-sdk-17.12.1 - 2023-08-09
44
+ >>
45
+ >> * Fix pointing browser es2018 settings-client to the es2015 one [Thodoris Greasidis]
46
+ >> * Point browser bundlers to the appropriate handlebars entrypoint [Thodoris Greasidis]
47
+ >>
48
+ >> #### balena-sdk-17.12.0 - 2023-08-09
49
+ >>
50
+ >> * tests: Reduce the polyfills used in webpack [Thodoris Greasidis]
51
+ >> * Avoid loading balena-settings-client in browsers using the browser field [Thodoris Greasidis]
52
+ >>
53
+ >> #### balena-sdk-17.11.0 - 2023-08-08
54
+ >>
55
+ >>
56
+ >> <details>
57
+ >> <summary> Add support for creating isolated in-memory instances [Thodoris Greasidis] </summary>
58
+ >>
59
+ >>> ##### balena-auth-5.1.0 - 2023-07-28
60
+ >>>
61
+ >>> * Add support for isolated instances by passing dataDirectory: false [Thodoris Greasidis]
62
+ >>>
63
+ >>> ##### balena-auth-5.0.1 - 2023-07-28
64
+ >>>
65
+ >>> * Add multiple instance isolation tests [Thodoris Greasidis]
66
+ >>>
67
+ >>
68
+ >> </details>
69
+ >>
70
+ >>
71
+ >> #### balena-sdk-17.10.2 - 2023-07-25
72
+ >>
73
+ >>
74
+ >> <details>
75
+ >> <summary> Update balena-request to 12.0.2 [Thodoris Greasidis] </summary>
76
+ >>
77
+ >>> ##### balena-request-12.0.2 - 2023-07-25
78
+ >>>
79
+ >>> * Make `url` a normal dependency [Thodoris Greasidis]
80
+ >>>
81
+ >>
82
+ >> </details>
83
+ >>
84
+ >>
85
+ >> #### balena-sdk-17.10.1 - 2023-07-25
86
+ >>
87
+ >>
88
+ >> <details>
89
+ >> <summary> Update dependenecies [Thodoris Greasidis] </summary>
90
+ >>
91
+ >>> ##### balena-auth-5.0.0 - 2023-07-24
92
+ >>>
93
+ >>>
94
+ >>> <details>
95
+ >>> <summary> Update balena-settings-storage to 8.0.0 [Thodoris Greasidis] </summary>
96
+ >>>
97
+ >>>> ###### balena-settings-storage-8.0.0 - 2023-07-24
98
+ >>>>
99
+ >>>> * virtual-storage: Use an object without a prototype as the store [Thodoris Greasidis]
100
+ >>>> * Specify a browser entry point [Thodoris Greasidis]
101
+ >>>> * Use es6 exports [Thodoris Greasidis]
102
+ >>>> * Update TypeScript to 5.1.6 [Thodoris Greasidis]
103
+ >>>> * Drop support for nodejs < 14 [Thodoris Greasidis]
104
+ >>>>
105
+ >>>> ###### balena-settings-storage-7.0.2 - 2022-11-08
106
+ >>>>
107
+ >>>> * Update balena-errors from v4.7.1 to v4.7.3 [JSReds]
108
+ >>>>
109
+ >>>> ###### balena-settings-storage-7.0.1 - 2022-11-01
110
+ >>>>
111
+ >>>> * Fix tests on node18 [Thodoris Greasidis]
112
+ >>>> * Replace balenaCI with flowzone [JSReds]
113
+ >>>>
114
+ >>>
115
+ >>> </details>
116
+ >>>
117
+ >>> * Update dependencies [Thodoris Greasidis]
118
+ >>> * Drop support for nodejs < 14 [Thodoris Greasidis]
119
+ >>>
120
+ >>> ##### balena-auth-4.2.1 - 2023-07-13
121
+ >>>
122
+ >>> * patch: Update flowzone.yml [Kyle Harding]
123
+ >>>
124
+ >>> ##### balena-auth-4.2.0 - 2023-05-25
125
+ >>>
126
+ >>> * Add a get2FAStatus() method [Thodoris Greasidis]
127
+ >>>
128
+ >>> ##### balena-auth-4.1.3 - 2023-05-25
129
+ >>>
130
+ >>> * Fix async tests not waiting for the result [Thodoris Greasidis]
131
+ >>>
132
+ >>> ##### balena-auth-4.1.2 - 2022-09-26
133
+ >>>
134
+ >>> * Delete redundant .resinci.yml [Thodoris Greasidis]
135
+ >>>
136
+ >>> ##### balena-auth-4.1.1 - 2022-09-22
137
+ >>>
138
+ >>> * Replace balenaCI with flowzone [Thodoris Greasidis]
139
+ >>>
140
+ >>> ##### balena-register-device-8.0.7 - 2023-07-24
141
+ >>>
142
+ >>> * Update balena-auth to 5.0.0 & balena-request to 12.0.1 [Thodoris Greasidis]
143
+ >>> * Use typescript via a devDependency rather than npx [Thodoris Greasidis]
144
+ >>>
145
+ >>> ##### balena-register-device-8.0.6 - 2023-07-24
146
+ >>>
147
+ >>> * Update mockttp to 3.8.0 [Thodoris Greasidis]
148
+ >>>
149
+ >>> ##### balena-register-device-8.0.5 - 2023-06-01
150
+ >>>
151
+ >>> * Update minimum node version to v14 [Kyle Harding]
152
+ >>> * Update flowzone.yml [Kyle Harding]
153
+ >>>
154
+ >>> ##### balena-register-device-8.0.4 - 2022-09-26
155
+ >>>
156
+ >>> * Delete redundant .resinci.yml [Thodoris Greasidis]
157
+ >>>
158
+ >>> ##### balena-register-device-8.0.3 - 2022-09-22
159
+ >>>
160
+ >>> * Fix overriding the whole webpack resolve section of karma tests [Thodoris Greasidis]
161
+ >>>
162
+ >>> ##### balena-register-device-8.0.2 - 2022-09-22
163
+ >>>
164
+ >>> * Fix key uniqueness check [Thodoris Greasidis]
165
+ >>> * Convert the tests to TypeScript [Thodoris Greasidis]
166
+ >>> * Fix karma browser tests in node 18 [Thodoris Greasidis]
167
+ >>> * Specify the supported node engines in the package.json [Thodoris Greasidis]
168
+ >>>
169
+ >>> ##### balena-register-device-8.0.1 - 2022-09-21
170
+ >>>
171
+ >>> * Replace balenaCI with flowzone [Thodoris Greasidis]
172
+ >>>
173
+ >>> ##### balena-request-12.0.1 - 2023-07-24
174
+ >>>
175
+ >>> * Update balena-auth to 5.0.0 [Thodoris Greasidis]
176
+ >>>
177
+ >>> ##### balena-request-12.0.0 - 2023-07-14
178
+ >>>
179
+ >>> * Update TypeScript to 5.1.6 [Thodoris Greasidis]
180
+ >>> * Update mockttp to v3.8.0 [Thodoris Greasidis]
181
+ >>> * Drop support for node < 14 [Thodoris Greasidis]
182
+ >>> * Add querystring-es3 polyfill to fix browser tests [Thodoris Greasidis]
183
+ >>> * tsconfig: Enable skipLibCheck to avoid mockttp nested dependency errors [Thodoris Greasidis]
184
+ >>> * Update TypeScript to 4.9.5 [Thodoris Greasidis]
185
+ >>> * patch: Update flowzone.yml [Kyle Harding]
186
+ >>>
187
+ >>> ##### balena-request-11.5.10 - 2022-11-02
188
+ >>>
189
+ >>> * Update balena-errors to v4.7.3 [JSReds]
190
+ >>>
191
+ >>> ##### balena-request-11.5.9 - 2022-09-26
192
+ >>>
193
+ >>> * Delete redundant .resinci.yml [Thodoris Greasidis]
194
+ >>>
195
+ >>> ##### balena-request-11.5.8 - 2022-09-22
196
+ >>>
197
+ >>> * Fix overriding the whole webpack resolve section of karma tests [Thodoris Greasidis]
198
+ >>>
199
+ >>> ##### balena-request-11.5.7 - 2022-09-22
200
+ >>>
201
+ >>> * Replace balenaCI with flowzone [Thodoris Greasidis]
202
+ >>> * Fix tests in node 18 [Thodoris Greasidis]
203
+ >>> * Specify the supported node engines in the package.json [Thodoris Greasidis]
204
+ >>>
205
+ >>> ##### balena-request-11.5.6 - 2022-09-22
206
+ >>>
207
+ >>> * Fix the typings to properly mark the auth parameter as optional [Thodoris Greasidis]
208
+ >>> * Update TypeScript to 4.8.3 [Thodoris Greasidis]
209
+ >>>
210
+ >>> ##### balena-request-11.5.5 - 2022-04-06
211
+ >>>
212
+ >>> * Fix extracting the response error from object response bodies [Thodoris Greasidis]
213
+ >>>
214
+ >>> ##### balena-request-11.5.4 - 2022-04-06
215
+ >>>
216
+ >>> * Drop explicit karma-chrome-launcher devDependency [Thodoris Greasidis]
217
+ >>>
218
+ >>> ##### balena-request-11.5.3 - 2022-04-05
219
+ >>>
220
+ >>> * Use response error as response message if there is one [Matthew Yarmolinsky]
221
+ >>>
222
+ >>> ##### balena-request-11.5.2 - 2022-04-04
223
+ >>>
224
+ >>> * Drop circle.yml [Thodoris Greasidis]
225
+ >>>
226
+ >>> ##### balena-request-11.5.1 - 2022-04-04
227
+ >>>
228
+ >>> * Drop mochainon & bump karma [Thodoris Greasidis]
229
+ >>>
230
+ >>> ##### balena-request-11.5.0 - 2021-11-28
231
+ >>>
232
+ >>> * Convert tests to JavaScript and drop coffeescript [Thodoris Greasidis]
233
+ >>> * Fix the jsdoc generation [Thodoris Greasidis]
234
+ >>> * Convert to typescript and publish typings [Thodoris Greasidis]
235
+ >>>
236
+ >>> ##### balena-request-11.4.2 - 2021-09-20
237
+ >>>
238
+ >>> * Allow overriding the default zlib flush setting [Kyle Harding]
239
+ >>>
240
+ >>> ##### balena-request-11.4.1 - 2021-08-27
241
+ >>>
242
+ >>> * Allow more lenient gzip decompression [Kyle Harding]
243
+ >>>
244
+ >>> ##### balena-request-11.4.0 - 2021-03-12
245
+ >>>
246
+ >>> * Update fetch-ponyfill to v7 [Thodoris Greasidis]
247
+ >>>
248
+ >>> ##### balena-request-11.3.0 - 2021-03-12
249
+ >>>
250
+ >>> * Switch to the versioned token refresh endpoint [Thodoris Greasidis]
251
+ >>>
252
+ >>> ##### balena-request-11.2.1 - 2021-03-12
253
+ >>>
254
+ >>> * Prevent token refresh when no base url is provided [Thodoris Greasidis]
255
+ >>>
256
+ >>> ##### balena-request-11.2.0 - 2020-11-12
257
+ >>>
258
+ >>> * Update balena-auth from 4.0.0 to 4.1.0 [josecoelho]
259
+ >>>
260
+ >>> ##### balena-request-11.1.1 - 2020-08-13
261
+ >>>
262
+ >>> * Stop refreshing the token on absolute urls [Thodoris Greasidis]
263
+ >>>
264
+ >>> ##### balena-request-11.1.0 - 2020-07-16
265
+ >>>
266
+ >>> * Add lazy loading for most modules [Pagan Gazzard]
267
+ >>>
268
+ >>> ##### balena-request-11.0.4 - 2020-07-14
269
+ >>>
270
+ >>> * Fix body overwriting on nodejs [Pagan Gazzard]
271
+ >>>
272
+ >>> ##### balena-request-11.0.3 - 2020-07-13
273
+ >>>
274
+ >>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
275
+ >>>
276
+ >>> ##### balena-request-11.0.2 - 2020-07-06
277
+ >>>
278
+ >>> * Fix tslib dependency [Pagan Gazzard]
279
+ >>>
280
+ >>> ##### balena-request-11.0.1 - 2020-07-03
281
+ >>>
282
+ >>> * Fix passing baseUrl to refreshToken if the request uses an absolute url [Pagan Gazzard]
283
+ >>>
284
+ >>
285
+ >> </details>
286
+ >>
287
+ >>
288
+ >> #### balena-sdk-17.10.0 - 2023-07-11
289
+ >>
290
+ >> * service: Allow passing an application-service_name pair as a parameter [Thodoris Greasidis]
291
+ >>
292
+ >> #### balena-sdk-17.9.0 - 2023-07-11
293
+ >>
294
+ >> * device.serviceVar: Allow passing a service name as a parameter [Thodoris Greasidis]
295
+ >>
296
+ >> #### balena-sdk-17.8.0 - 2023-07-10
297
+ >>
298
+ >> * billing: Add `removeBillingInfo` method for removing billing info [myarmolinsky]
299
+ >>
300
+ >> #### balena-sdk-17.7.1 - 2023-07-09
301
+ >>
302
+ >> * deviceType.getBySlugOrName: Use a clearer var name in the docs example [Thodoris Greasidis]
303
+ >>
304
+ >> #### balena-sdk-17.7.0 - 2023-07-06
305
+ >>
306
+ >> * Add typings for the organization.is_frozen computed term [Thodoris Greasidis]
307
+ >>
308
+ >> #### balena-sdk-17.6.0 - 2023-07-05
309
+ >>
310
+ >> * application.create: Enable creating fleets with archived device types [myarmolinsky]
311
+ >>
312
+ >> #### balena-sdk-17.5.0 - 2023-06-27
313
+ >>
314
+ >> * Add `owns__credit_bundle` typing for `Organization` [myarmolinsky]
315
+ >>
316
+ >> #### balena-sdk-17.4.0 - 2023-06-19
317
+ >>
318
+ >> * Add typings for Credits Notifications [myarmolinsky]
319
+ >>
320
+ >> #### balena-sdk-17.3.2 - 2023-06-19
321
+ >>
322
+ >> * util: Simplify the listImagesFromTargetState helper [Thodoris Greasidis]
323
+ >>
324
+ >> #### balena-sdk-17.3.1 - 2023-06-17
325
+ >>
326
+ >> * Fix prettier complaining on windows runners [Thodoris Greasidis]
327
+ >> * deviceType.getInstructions: Improve the return type [Thodoris Greasidis]
328
+ >> * Fix browser tests now failing to find a polyfill for querystring [Thodoris Greasidis]
329
+ >>
330
+ >> #### balena-sdk-17.3.0 - 2023-06-05
331
+ >>
332
+ >> * os: Export the OsDownloadOptions type [Thodoris Greasidis]
333
+ >>
334
+ >> #### balena-sdk-17.2.3 - 2023-06-04
335
+ >>
336
+ >> * tsconfig: Allow noImplicitThis in the tests [Thodoris Greasidis]
337
+ >> * tsconfig: Switch to strict compilation to fix the 5.1 errors [Thodoris Greasidis]
338
+ >> * Update TypeScript to 5.1.3 [Thodoris Greasidis]
339
+ >>
340
+ >> #### balena-sdk-17.2.2 - 2023-06-01
341
+ >>
342
+ >> * Access other models internally via the shared current sdk instance [Thodoris Greasidis]
343
+ >>
344
+ >> #### balena-sdk-17.2.1 - 2023-06-01
345
+ >>
346
+ >> * Convert the remaining .js tests to .ts [Thodoris Greasidis]
347
+ >>
348
+ >> #### balena-sdk-17.2.0 - 2023-06-01
349
+ >>
350
+ >> * Extends batch device actions to accept arrays of full UUIDs [Thodoris Greasidis]
351
+ >> * device.startOsUpdate: Add support for providing an array of UUIDs [Thodoris Greasidis]
352
+ >>
353
+ >> #### balena-sdk-17.1.4 - Invalid date
354
+ >>
355
+ >> * Add 2fa tests [Otávio Jacobi]
356
+ >>
357
+ >> <details>
358
+ >> <summary> Fix auth.twoFactor.isEnabled() regression returning always true [Thodoris Greasidis] </summary>
359
+ >>
360
+ >>> ##### balena-auth-4.2.0 - 2023-05-25
361
+ >>>
362
+ >>> * Add a get2FAStatus() method [Thodoris Greasidis]
363
+ >>>
364
+ >>> ##### balena-auth-4.1.3 - 2023-05-25
365
+ >>>
366
+ >>> * Fix async tests not waiting for the result [Thodoris Greasidis]
367
+ >>>
368
+ >>> ##### balena-auth-4.1.2 - 2022-09-26
369
+ >>>
370
+ >>> * Delete redundant .resinci.yml [Thodoris Greasidis]
371
+ >>>
372
+ >>> ##### balena-auth-4.1.1 - 2022-09-22
373
+ >>>
374
+ >>> * Replace balenaCI with flowzone [Thodoris Greasidis]
375
+ >>>
376
+ >>
377
+ >> </details>
378
+ >>
379
+ >>
380
+ >> #### balena-sdk-17.1.3 - 2023-05-29
381
+ >>
382
+ >> * Add support to short uuid on device.serviceVar.set [Otávio Jacobi]
383
+ >>
384
+ >> #### balena-sdk-17.1.2 - 2023-05-25
385
+ >>
386
+ >> * Switch to a stricter request limiting queuing mode [Thodoris Greasidis]
387
+ >>
388
+ >> #### balena-sdk-17.1.1 - 2023-05-25
389
+ >>
390
+ >> * Drop the callback examples from the docs [Thodoris Greasidis]
391
+ >>
392
+ >> #### balena-sdk-17.1.0 - 2023-05-24
393
+ >>
394
+ >> * Add the requestLimit & requestLimitInterval options to the SDK factory [Thodoris Greasidis]
395
+ >>
396
+ >> #### balena-sdk-17.0.2 - 2023-05-24
397
+ >>
398
+ >> * Update dependencies [Thodoris Greasidis]
399
+ >>
400
+ >> #### balena-sdk-17.0.1 - 2023-05-24
401
+ >>
402
+ >> * Add a method to retrieve the supervisor image for a DT [Edwin Joassart]
403
+ >> * Add util to list images referenced in a target state v3 [Edwin Joassart]
404
+ >> * Add a method for retrieving an application's virtual device target supervisor state [Edwin Joassart]
405
+ >>
406
+ >
407
+ > </details>
408
+ >
409
+ >
410
+ > ### balena-image-manager-9.0.1 - 2023-07-13
411
+ >
412
+ > * patch: Update flowzone.yml [Kyle Harding]
413
+ >
414
+ > ### balena-preload-14.0.2 - 2023-08-21
415
+ >
416
+ >
417
+ > <details>
418
+ > <summary> Update to balena-sdk 18.0.0 [Otávio Jacobi] </summary>
419
+ >
420
+ >> #### balena-sdk-18.0.0 - 2023-08-17
421
+ >>
422
+ >> * **BREAKING**: Remove the device-type.json state & name normalization [Thodoris Greasidis]
423
+ >> * **BREAKING**: Drop auth.getUserActorId in favor of auth.getActorId [Otávio Jacobi]
424
+ >> * auth: Add getActorId [Otávio Jacobi]
425
+ >> * **BREAKING**: Drop auth.getUserId in favor of auth.getUserInfo [Otávio Jacobi]
426
+ >> * **BREAKING**: Drop auth.getEmail in favor of auth.getUserInfo [Otávio Jacobi]
427
+ >> * auth: Add getUserInfo [Otávio Jacobi]
428
+ >> * **BREAKING**: Drop pre-Resin OS v1 device.os_version normalization [Thodoris Greasidis]
429
+ >> * **BREAKING**: Support non-user API keys in auth.isLoggedIn() & whoami() [Otávio Jacobi]
430
+ >> * **BREAKING**: Drop support to node < 16 [Otávio Jacobi]
431
+ >>
432
+ >> #### balena-sdk-17.12.1 - 2023-08-09
433
+ >>
434
+ >> * Fix pointing browser es2018 settings-client to the es2015 one [Thodoris Greasidis]
435
+ >> * Point browser bundlers to the appropriate handlebars entrypoint [Thodoris Greasidis]
436
+ >>
437
+ >> #### balena-sdk-17.12.0 - 2023-08-09
438
+ >>
439
+ >> * tests: Reduce the polyfills used in webpack [Thodoris Greasidis]
440
+ >> * Avoid loading balena-settings-client in browsers using the browser field [Thodoris Greasidis]
441
+ >>
442
+ >> #### balena-sdk-17.11.0 - 2023-08-08
443
+ >>
444
+ >>
445
+ >> <details>
446
+ >> <summary> Add support for creating isolated in-memory instances [Thodoris Greasidis] </summary>
447
+ >>
448
+ >>> ##### balena-auth-5.1.0 - 2023-07-28
449
+ >>>
450
+ >>> * Add support for isolated instances by passing dataDirectory: false [Thodoris Greasidis]
451
+ >>>
452
+ >>> ##### balena-auth-5.0.1 - 2023-07-28
453
+ >>>
454
+ >>> * Add multiple instance isolation tests [Thodoris Greasidis]
455
+ >>>
456
+ >>
457
+ >> </details>
458
+ >>
459
+ >>
460
+ >> #### balena-sdk-17.10.2 - 2023-07-25
461
+ >>
462
+ >>
463
+ >> <details>
464
+ >> <summary> Update balena-request to 12.0.2 [Thodoris Greasidis] </summary>
465
+ >>
466
+ >>> ##### balena-request-12.0.2 - 2023-07-25
467
+ >>>
468
+ >>> * Make `url` a normal dependency [Thodoris Greasidis]
469
+ >>>
470
+ >>
471
+ >> </details>
472
+ >>
473
+ >>
474
+ >> #### balena-sdk-17.10.1 - 2023-07-25
475
+ >>
476
+ >>
477
+ >> <details>
478
+ >> <summary> Update dependenecies [Thodoris Greasidis] </summary>
479
+ >>
480
+ >>> ##### balena-auth-5.0.0 - 2023-07-24
481
+ >>>
482
+ >>>
483
+ >>> <details>
484
+ >>> <summary> Update balena-settings-storage to 8.0.0 [Thodoris Greasidis] </summary>
485
+ >>>
486
+ >>>> ###### balena-settings-storage-8.0.0 - 2023-07-24
487
+ >>>>
488
+ >>>> * virtual-storage: Use an object without a prototype as the store [Thodoris Greasidis]
489
+ >>>> * Specify a browser entry point [Thodoris Greasidis]
490
+ >>>> * Use es6 exports [Thodoris Greasidis]
491
+ >>>> * Update TypeScript to 5.1.6 [Thodoris Greasidis]
492
+ >>>> * Drop support for nodejs < 14 [Thodoris Greasidis]
493
+ >>>>
494
+ >>>> ###### balena-settings-storage-7.0.2 - 2022-11-08
495
+ >>>>
496
+ >>>> * Update balena-errors from v4.7.1 to v4.7.3 [JSReds]
497
+ >>>>
498
+ >>>> ###### balena-settings-storage-7.0.1 - 2022-11-01
499
+ >>>>
500
+ >>>> * Fix tests on node18 [Thodoris Greasidis]
501
+ >>>> * Replace balenaCI with flowzone [JSReds]
502
+ >>>>
503
+ >>>
504
+ >>> </details>
505
+ >>>
506
+ >>> * Update dependencies [Thodoris Greasidis]
507
+ >>> * Drop support for nodejs < 14 [Thodoris Greasidis]
508
+ >>>
509
+ >>> ##### balena-auth-4.2.1 - 2023-07-13
510
+ >>>
511
+ >>> * patch: Update flowzone.yml [Kyle Harding]
512
+ >>>
513
+ >>> ##### balena-auth-4.2.0 - 2023-05-25
514
+ >>>
515
+ >>> * Add a get2FAStatus() method [Thodoris Greasidis]
516
+ >>>
517
+ >>> ##### balena-auth-4.1.3 - 2023-05-25
518
+ >>>
519
+ >>> * Fix async tests not waiting for the result [Thodoris Greasidis]
520
+ >>>
521
+ >>> ##### balena-auth-4.1.2 - 2022-09-26
522
+ >>>
523
+ >>> * Delete redundant .resinci.yml [Thodoris Greasidis]
524
+ >>>
525
+ >>> ##### balena-auth-4.1.1 - 2022-09-22
526
+ >>>
527
+ >>> * Replace balenaCI with flowzone [Thodoris Greasidis]
528
+ >>>
529
+ >>> ##### balena-register-device-8.0.7 - 2023-07-24
530
+ >>>
531
+ >>> * Update balena-auth to 5.0.0 & balena-request to 12.0.1 [Thodoris Greasidis]
532
+ >>> * Use typescript via a devDependency rather than npx [Thodoris Greasidis]
533
+ >>>
534
+ >>> ##### balena-register-device-8.0.6 - 2023-07-24
535
+ >>>
536
+ >>> * Update mockttp to 3.8.0 [Thodoris Greasidis]
537
+ >>>
538
+ >>> ##### balena-register-device-8.0.5 - 2023-06-01
539
+ >>>
540
+ >>> * Update minimum node version to v14 [Kyle Harding]
541
+ >>> * Update flowzone.yml [Kyle Harding]
542
+ >>>
543
+ >>> ##### balena-register-device-8.0.4 - 2022-09-26
544
+ >>>
545
+ >>> * Delete redundant .resinci.yml [Thodoris Greasidis]
546
+ >>>
547
+ >>> ##### balena-register-device-8.0.3 - 2022-09-22
548
+ >>>
549
+ >>> * Fix overriding the whole webpack resolve section of karma tests [Thodoris Greasidis]
550
+ >>>
551
+ >>> ##### balena-register-device-8.0.2 - 2022-09-22
552
+ >>>
553
+ >>> * Fix key uniqueness check [Thodoris Greasidis]
554
+ >>> * Convert the tests to TypeScript [Thodoris Greasidis]
555
+ >>> * Fix karma browser tests in node 18 [Thodoris Greasidis]
556
+ >>> * Specify the supported node engines in the package.json [Thodoris Greasidis]
557
+ >>>
558
+ >>> ##### balena-register-device-8.0.1 - 2022-09-21
559
+ >>>
560
+ >>> * Replace balenaCI with flowzone [Thodoris Greasidis]
561
+ >>>
562
+ >>> ##### balena-request-12.0.1 - 2023-07-24
563
+ >>>
564
+ >>> * Update balena-auth to 5.0.0 [Thodoris Greasidis]
565
+ >>>
566
+ >>> ##### balena-request-12.0.0 - 2023-07-14
567
+ >>>
568
+ >>> * Update TypeScript to 5.1.6 [Thodoris Greasidis]
569
+ >>> * Update mockttp to v3.8.0 [Thodoris Greasidis]
570
+ >>> * Drop support for node < 14 [Thodoris Greasidis]
571
+ >>> * Add querystring-es3 polyfill to fix browser tests [Thodoris Greasidis]
572
+ >>> * tsconfig: Enable skipLibCheck to avoid mockttp nested dependency errors [Thodoris Greasidis]
573
+ >>> * Update TypeScript to 4.9.5 [Thodoris Greasidis]
574
+ >>> * patch: Update flowzone.yml [Kyle Harding]
575
+ >>>
576
+ >>> ##### balena-request-11.5.10 - 2022-11-02
577
+ >>>
578
+ >>> * Update balena-errors to v4.7.3 [JSReds]
579
+ >>>
580
+ >>> ##### balena-request-11.5.9 - 2022-09-26
581
+ >>>
582
+ >>> * Delete redundant .resinci.yml [Thodoris Greasidis]
583
+ >>>
584
+ >>> ##### balena-request-11.5.8 - 2022-09-22
585
+ >>>
586
+ >>> * Fix overriding the whole webpack resolve section of karma tests [Thodoris Greasidis]
587
+ >>>
588
+ >>> ##### balena-request-11.5.7 - 2022-09-22
589
+ >>>
590
+ >>> * Replace balenaCI with flowzone [Thodoris Greasidis]
591
+ >>> * Fix tests in node 18 [Thodoris Greasidis]
592
+ >>> * Specify the supported node engines in the package.json [Thodoris Greasidis]
593
+ >>>
594
+ >>> ##### balena-request-11.5.6 - 2022-09-22
595
+ >>>
596
+ >>> * Fix the typings to properly mark the auth parameter as optional [Thodoris Greasidis]
597
+ >>> * Update TypeScript to 4.8.3 [Thodoris Greasidis]
598
+ >>>
599
+ >>> ##### balena-request-11.5.5 - 2022-04-06
600
+ >>>
601
+ >>> * Fix extracting the response error from object response bodies [Thodoris Greasidis]
602
+ >>>
603
+ >>> ##### balena-request-11.5.4 - 2022-04-06
604
+ >>>
605
+ >>> * Drop explicit karma-chrome-launcher devDependency [Thodoris Greasidis]
606
+ >>>
607
+ >>> ##### balena-request-11.5.3 - 2022-04-05
608
+ >>>
609
+ >>> * Use response error as response message if there is one [Matthew Yarmolinsky]
610
+ >>>
611
+ >>> ##### balena-request-11.5.2 - 2022-04-04
612
+ >>>
613
+ >>> * Drop circle.yml [Thodoris Greasidis]
614
+ >>>
615
+ >>> ##### balena-request-11.5.1 - 2022-04-04
616
+ >>>
617
+ >>> * Drop mochainon & bump karma [Thodoris Greasidis]
618
+ >>>
619
+ >>> ##### balena-request-11.5.0 - 2021-11-28
620
+ >>>
621
+ >>> * Convert tests to JavaScript and drop coffeescript [Thodoris Greasidis]
622
+ >>> * Fix the jsdoc generation [Thodoris Greasidis]
623
+ >>> * Convert to typescript and publish typings [Thodoris Greasidis]
624
+ >>>
625
+ >>> ##### balena-request-11.4.2 - 2021-09-20
626
+ >>>
627
+ >>> * Allow overriding the default zlib flush setting [Kyle Harding]
628
+ >>>
629
+ >>> ##### balena-request-11.4.1 - 2021-08-27
630
+ >>>
631
+ >>> * Allow more lenient gzip decompression [Kyle Harding]
632
+ >>>
633
+ >>> ##### balena-request-11.4.0 - 2021-03-12
634
+ >>>
635
+ >>> * Update fetch-ponyfill to v7 [Thodoris Greasidis]
636
+ >>>
637
+ >>> ##### balena-request-11.3.0 - 2021-03-12
638
+ >>>
639
+ >>> * Switch to the versioned token refresh endpoint [Thodoris Greasidis]
640
+ >>>
641
+ >>> ##### balena-request-11.2.1 - 2021-03-12
642
+ >>>
643
+ >>> * Prevent token refresh when no base url is provided [Thodoris Greasidis]
644
+ >>>
645
+ >>> ##### balena-request-11.2.0 - 2020-11-12
646
+ >>>
647
+ >>> * Update balena-auth from 4.0.0 to 4.1.0 [josecoelho]
648
+ >>>
649
+ >>> ##### balena-request-11.1.1 - 2020-08-13
650
+ >>>
651
+ >>> * Stop refreshing the token on absolute urls [Thodoris Greasidis]
652
+ >>>
653
+ >>> ##### balena-request-11.1.0 - 2020-07-16
654
+ >>>
655
+ >>> * Add lazy loading for most modules [Pagan Gazzard]
656
+ >>>
657
+ >>> ##### balena-request-11.0.4 - 2020-07-14
658
+ >>>
659
+ >>> * Fix body overwriting on nodejs [Pagan Gazzard]
660
+ >>>
661
+ >>> ##### balena-request-11.0.3 - 2020-07-13
662
+ >>>
663
+ >>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
664
+ >>>
665
+ >>> ##### balena-request-11.0.2 - 2020-07-06
666
+ >>>
667
+ >>> * Fix tslib dependency [Pagan Gazzard]
668
+ >>>
669
+ >>> ##### balena-request-11.0.1 - 2020-07-03
670
+ >>>
671
+ >>> * Fix passing baseUrl to refreshToken if the request uses an absolute url [Pagan Gazzard]
672
+ >>>
673
+ >>
674
+ >> </details>
675
+ >>
676
+ >>
677
+ >> #### balena-sdk-17.10.0 - 2023-07-11
678
+ >>
679
+ >> * service: Allow passing an application-service_name pair as a parameter [Thodoris Greasidis]
680
+ >>
681
+ >> #### balena-sdk-17.9.0 - 2023-07-11
682
+ >>
683
+ >> * device.serviceVar: Allow passing a service name as a parameter [Thodoris Greasidis]
684
+ >>
685
+ >> #### balena-sdk-17.8.0 - 2023-07-10
686
+ >>
687
+ >> * billing: Add `removeBillingInfo` method for removing billing info [myarmolinsky]
688
+ >>
689
+ >> #### balena-sdk-17.7.1 - 2023-07-09
690
+ >>
691
+ >> * deviceType.getBySlugOrName: Use a clearer var name in the docs example [Thodoris Greasidis]
692
+ >>
693
+ >> #### balena-sdk-17.7.0 - 2023-07-06
694
+ >>
695
+ >> * Add typings for the organization.is_frozen computed term [Thodoris Greasidis]
696
+ >>
697
+ >> #### balena-sdk-17.6.0 - 2023-07-05
698
+ >>
699
+ >> * application.create: Enable creating fleets with archived device types [myarmolinsky]
700
+ >>
701
+ >> #### balena-sdk-17.5.0 - 2023-06-27
702
+ >>
703
+ >> * Add `owns__credit_bundle` typing for `Organization` [myarmolinsky]
704
+ >>
705
+ >> #### balena-sdk-17.4.0 - 2023-06-19
706
+ >>
707
+ >> * Add typings for Credits Notifications [myarmolinsky]
708
+ >>
709
+ >> #### balena-sdk-17.3.2 - 2023-06-19
710
+ >>
711
+ >> * util: Simplify the listImagesFromTargetState helper [Thodoris Greasidis]
712
+ >>
713
+ >> #### balena-sdk-17.3.1 - 2023-06-17
714
+ >>
715
+ >> * Fix prettier complaining on windows runners [Thodoris Greasidis]
716
+ >> * deviceType.getInstructions: Improve the return type [Thodoris Greasidis]
717
+ >> * Fix browser tests now failing to find a polyfill for querystring [Thodoris Greasidis]
718
+ >>
719
+ >> #### balena-sdk-17.3.0 - 2023-06-05
720
+ >>
721
+ >> * os: Export the OsDownloadOptions type [Thodoris Greasidis]
722
+ >>
723
+ >> #### balena-sdk-17.2.3 - 2023-06-04
724
+ >>
725
+ >> * tsconfig: Allow noImplicitThis in the tests [Thodoris Greasidis]
726
+ >> * tsconfig: Switch to strict compilation to fix the 5.1 errors [Thodoris Greasidis]
727
+ >> * Update TypeScript to 5.1.3 [Thodoris Greasidis]
728
+ >>
729
+ >> #### balena-sdk-17.2.2 - 2023-06-01
730
+ >>
731
+ >> * Access other models internally via the shared current sdk instance [Thodoris Greasidis]
732
+ >>
733
+ >> #### balena-sdk-17.2.1 - 2023-06-01
734
+ >>
735
+ >> * Convert the remaining .js tests to .ts [Thodoris Greasidis]
736
+ >>
737
+ >> #### balena-sdk-17.2.0 - 2023-06-01
738
+ >>
739
+ >> * Extends batch device actions to accept arrays of full UUIDs [Thodoris Greasidis]
740
+ >> * device.startOsUpdate: Add support for providing an array of UUIDs [Thodoris Greasidis]
741
+ >>
742
+ >> #### balena-sdk-17.1.4 - Invalid date
743
+ >>
744
+ >> * Add 2fa tests [Otávio Jacobi]
745
+ >>
746
+ >> <details>
747
+ >> <summary> Fix auth.twoFactor.isEnabled() regression returning always true [Thodoris Greasidis] </summary>
748
+ >>
749
+ >>> ##### balena-auth-4.2.0 - 2023-05-25
750
+ >>>
751
+ >>> * Add a get2FAStatus() method [Thodoris Greasidis]
752
+ >>>
753
+ >>> ##### balena-auth-4.1.3 - 2023-05-25
754
+ >>>
755
+ >>> * Fix async tests not waiting for the result [Thodoris Greasidis]
756
+ >>>
757
+ >>> ##### balena-auth-4.1.2 - 2022-09-26
758
+ >>>
759
+ >>> * Delete redundant .resinci.yml [Thodoris Greasidis]
760
+ >>>
761
+ >>> ##### balena-auth-4.1.1 - 2022-09-22
762
+ >>>
763
+ >>> * Replace balenaCI with flowzone [Thodoris Greasidis]
764
+ >>>
765
+ >>
766
+ >> </details>
767
+ >>
768
+ >>
769
+ >> #### balena-sdk-17.1.3 - 2023-05-29
770
+ >>
771
+ >> * Add support to short uuid on device.serviceVar.set [Otávio Jacobi]
772
+ >>
773
+ >> #### balena-sdk-17.1.2 - 2023-05-25
774
+ >>
775
+ >> * Switch to a stricter request limiting queuing mode [Thodoris Greasidis]
776
+ >>
777
+ >> #### balena-sdk-17.1.1 - 2023-05-25
778
+ >>
779
+ >> * Drop the callback examples from the docs [Thodoris Greasidis]
780
+ >>
781
+ >> #### balena-sdk-17.1.0 - 2023-05-24
782
+ >>
783
+ >> * Add the requestLimit & requestLimitInterval options to the SDK factory [Thodoris Greasidis]
784
+ >>
785
+ >> #### balena-sdk-17.0.2 - 2023-05-24
786
+ >>
787
+ >> * Update dependencies [Thodoris Greasidis]
788
+ >>
789
+ >> #### balena-sdk-17.0.1 - 2023-05-24
790
+ >>
791
+ >> * Add a method to retrieve the supervisor image for a DT [Edwin Joassart]
792
+ >> * Add util to list images referenced in a target state v3 [Edwin Joassart]
793
+ >> * Add a method for retrieving an application's virtual device target supervisor state [Edwin Joassart]
794
+ >>
795
+ >
796
+ > </details>
797
+ >
798
+ >
799
+ > ### balena-preload-14.0.1 - 2023-08-02
800
+ >
801
+ > * Use SDK getSupervisorTargetStateForApp when getting supervisor state [Otávio Jacobi]
802
+ >
803
+
804
+ </details>
805
+
806
+ ## 16.7.8 - 2023-08-22
8
807
 
9
808
  * Update balena-settings-storage to 8.1.0 [Otávio Jacobi]
10
809
  * env: Stop fetching unnecessary app fields [Otávio Jacobi]