Skip to content

Releases: balena-io/balena-sdk

v20.2.2

02 Oct 08:05
9f62435
Compare
Choose a tag to compare

8a2762a (Update @balena/lint to v9, 2024-10-01)
dedde22 (Rename .eslintrc.js to eslint.config.js, 2024-10-01)

v20.2.1

01 Oct 14:35
10a19c3
Compare
Choose a tag to compare

8669547 (Replace top level require calls to import...from, 2024-10-01)

v20.2.0

20 Sep 08:47
85dc595
Compare
Choose a tag to compare

f482fb9 (typings: Add missing billing properties in Config, 2024-09-20)

v20.1.4

19 Sep 16:07
d3bafc9
Compare
Choose a tag to compare

e7cb91e (Fix the device.setSupervisorRelease docs to not include a v prefix for the version, 2024-09-19)

v20.1.3

13 Sep 10:13
54a4245
Compare
Choose a tag to compare

c0c22e4 (Update lastOnline function to return "Connected" instead of "Online", 2024-09-13)

v20.1.2

10 Sep 09:23
49e444c
Compare
Choose a tag to compare

cdfd0bc (Update TypeScript to 5.6.2, 2024-09-10)

v20.1.1

30 Aug 19:16
88070df
Compare
Choose a tag to compare

2755ba9 (typing: Fix the release.contract to be a JsonType instead of a string, 2024-08-30)

v20.1.0

30 Aug 10:31
68ff6bd
Compare
Choose a tag to compare

7814bba (tests: Enable the retryRateLimitedRequests option, 2024-08-30)
4a4eb8b (Add the computed device.should_be_running__release field, 2024-08-29)

v20.0.0

30 Aug 06:56
be4661d
Compare
Choose a tag to compare

402d514 (tests: Simplify the release.createFromUrl() test cleanup, 2024-08-29)
03f564b (Regenerate the DOCUMENTATION.md, 2024-07-20)
1b31fcb (Lint & type fixes & improvements, 2024-07-18)
bd08111 (tests: Add missing $selects to make the queries faster, 2024-07-21)
3dbd301 (v7 model: Change image.image_size to string | null, 2024-08-28)
39585b6 (v7 model: Replace device.overall_status offline & idle with disconnected, reduced-functionality & operational, 2024-07-20)
f307204 (v7 model: Change user, application & device actor, to return a deferred property when selected, 2024-07-20)
4f89e4e (v7 model: Replace the release.should_be_running_on__device with is_pinned_to__device, 2024-07-20)
2aac675 (v7 model: Replace the device.should_be_running__release with is_pinned_on__release, 2024-07-20)
95f3246 (v7 model: Add the device.should_be_operated_by__release property, 2024-07-20)
be246f9 (v7 model: Drop the supervisor_release resource, 2024-07-20)
3934ae2 (v7 model: Replace device.should_be_managed_by__supervisor_release with should_be_managed_by__release, 2024-07-20)
33c9a23 (v7 model: Drop the device.is_managed_by__device, manages__device properties, 2024-07-20)
6557e2a (v7 model: Drop the device.vpn_address property, 2024-07-20)
085362d (v7 model: Drop the device state & status_sort_index sdk-only property typings, 2024-07-20)
2f4474b (v7 model: Drop the gateway_download resource, 2024-07-20)
d8cf966 ([BREAKING]: Update all API queries to use the v7 model, 2024-07-20)
4cdf1b4 ([BREAKING]: Drop the application.getAppByOwner method, 2024-06-20)
477e2c6 (Add the os.getSupervisorReleasesForCpuArchitecture() method, 2024-06-20)
6d45fba ([BREAKING]: Drop the os.getSupervisorReleaseByDeviceType method, 2024-06-20)
98fb9ae ([BREAKING]: application.create: Drop the applicationType & parent parameters, 2024-06-20)
bc5d286 (Drop the unused OsVersionsByDeviceType type, 2024-06-20)
7af2b8a (Drop the no longer needed __metadata property handling, 2024-06-20)
0ae7db2 (Update pinejs-client-core to 6.15.0, 2024-07-08)
15366a6 ([BREAKING]: Stop actively supporting TypeScript versions older than the current latest, 2024-07-20)
0bba30a (Bump minimum supported Typescript version to v5.5.2, 2024-07-08)
5a1791a ([BREAKING]: Update the es2015 build target & output folder to es2017, 2024-06-20)
43b58f0 (package.json: Rename the lint:fix npm script to lint-fix, 2024-07-20)

v19.10.0

29 Aug 16:18
f01072a
Compare
Choose a tag to compare

1fc60a8 (Add typing for update_status and last_update_status_event in the Device resource, 2024-07-15)