Releases: balena-io/balena-sdk
v21.0.1
v21.0.0
01d0d42 (PineJsClient: Use stricter typings for backendParams
, 2025-01-13)
5f8de11 (application-membership.create
: Update description to reflect that the user must already be a member of the organization, 2024-12-10)
e24e959 (Drop deprecated method organization-membership.create
in favor of organization.invite.create
, 2024-12-10)
5235e38 (Drop os.getLastModified
as it has not worked for a while and is unused, 2024-12-03)
7c987e7 (application.generateProvisioningKey
: Switch to v2 endpoint, 2024-12-16)
79133ec (application.generateProvisioningKey
: Change parameters to an object and require keyExpiryDate
, 2024-12-03)
fd8aa4d (Stop silencing Not Found errors for devices, applications, and organizations, 2024-11-27)
3d210db (apiKey.create
: Change parameters to an object and require expiryDate
, 2024-11-27)
933b475 (Update minimum required node version to 20.12.0, 2024-11-27)
5f58990 (ConfigVarSchema
: Update typing to use JSONSchema7
instead of JSONSchema6
, 2024-11-27)
caf0bd4 (startOsUpdate
: Set runDetached
to true
by default, 2024-11-27)
c6153e6 (mergePineOptions
: Drop replace$select
parameter, 2024-11-27)
82dee7f (image.get
: No longer pass base options, 2024-11-27)
c06e72a (Drop Unknown pine option
errors in favor of TS and pinejs-client throwing, 2024-11-27)
6e28400 (Drop support for OS versions <= 2.14.0, 2024-11-27)
c49a1f1 (Drop deprecated property image
from ImageInstall
, 2024-11-27)
1cb1d4d (Drop deprecated method device.stopApplication
, 2024-11-27)
55e6c42 (Drop deprecated method device.startApplication
, 2024-11-27)
62ff5fd (Drop deprecated property contains__image
from Release
, 2024-11-27)
066af00 (Drop deprecated property release_version
from Release
, 2024-11-27)
f7e97fa (Drop deprecated property supports_gateway_mode
from ApplicationType
, 2024-11-27)
c5bd957 (Drop all deprecated properties from JWTUser
, 2024-11-27)
02bf313 (Drop deprecated property logo_url
from DeviceType
, 2024-11-27)
e766bc9 (Drop deprecated property isRecommended
from OsVersion
, 2024-11-27)
445ec1f (Drop deprecated method device.getOsUpdateStatus
, 2024-11-27)
64de74e (Drop deprecated method device.getApplicationInfo
, 2024-11-27)
9d41b36 (Drop deprecated property supports_blink
from DeviceType
, 2024-11-26)
07a585b (Drop deprecated property instructions
from DeviceType
, 2024-11-26)
6e54a2b (Drop deprecated property pubnub
from Config
, 2024-11-26)
4cc441b (Drop deprecated method application.generateApiKey
necessary to provision <2.7.8, 2024-11-26)
v20.9.1
v20.9.0
v20.8.4
Update dependency mocha to v11
Notable changes
- bumped glob dependency from 8 to 10 (#5250) (43c3157)
- fix examples for
linkPartialObjects
methods (#5255) (34e0e52) - adapt new engine range for Mocha 11 (#5216)
- allow calling hook methods (#5231) (e3da641)
- adapt new engine range for Mocha 11 (#5216) (80da25a)
- downgrade example/tests chai to 4.5.0 (#5245) (eac87e1)
mochajs/mocha (mocha)
v11.0.1
🌟 Features
📚 Documentation
v11.0.0
⚠ BREAKING CHANGES
- adapt new engine range for Mocha 11 (#5216)
🌟 Features
🩹 Fixes
📚 Documentation
List of commits
271182c (Update dependency mocha to v11, 2025-01-06)