Balena-sdk

Latest version: v14.4.2

Safety actively analyzes 629765 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 55 of 125

15.1.1

* Deduplicate device update methods [Pagan Gazzard]

15.1.0

<details>
<summary> Update balena-pine to add support for and make use of named keys [Pagan Gazzard] </summary>

> balena-pine-12.2.0 - 2020-07-22
>
>
> <details>
> <summary> Update pinejs-client-core [Pagan Gazzard] </summary>
>
>> pinejs-client-js-6.1.0 - 2020-07-21
>>
>> * Add support for using named ids [Pagan Gazzard]
>>
> </details>
>
>
> balena-request-11.1.0 - 2020-07-16
>
> * Add lazy loading for most modules [Pagan Gazzard]
>
</details>

15.0.3

* typings: Fix the PineWithSelect & related type helpers [Thodoris Greasidis]
* typings: Use the native TypeScript Omit type helper [Thodoris Greasidis]

15.0.2

* Fix code snippet for initializing balena-sdk [Vipul Gupta (vipulgupta2048)]

15.0.1

* Fix SupportTier/includes__SLA typing [Pagan Gazzard]

15.0.0

* **BREAKING** Export setSharedOptions & fromSharedOptions separately [Thodoris Greasidis]
* **BREAKING** Export as an ES6 module [Thodoris Greasidis]

<details>
<summary> Update dependencies and switch all returned promises to native promises [Pagan Gazzard] </summary>

> balena-auth-4.0.2 - 2020-07-13
>
> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
>
> balena-auth-4.0.1 - 2020-07-03
>
> * Explicitly add tslib dependency [Pagan Gazzard]
>
> balena-auth-4.0.0 - 2020-07-02
>
> * Update to balena-settings-storage 6.x [Pagan Gazzard]
> * Update target to es2015 [Pagan Gazzard]
> * Switch to native promises [Pagan Gazzard]
> * Enable strict type checking [Pagan Gazzard]
> * Specify node 10+ [Pagan Gazzard]
>
> balena-auth-3.1.1 - 2020-07-02
>
> * Switch to balena/lint for linting [Pagan Gazzard]
>
> balena-pine-12.1.1 - 2020-07-13
>
> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
>
> balena-pine-12.1.0 - 2020-07-06
>
> * Update balena-auth to 4.x and balena-request to 11.x [Pagan Gazzard]
>
> balena-pine-12.0.1 - 2020-07-03
>
> * Use typescript import helpers [Pagan Gazzard]
>
> balena-pine-12.0.0 - 2020-06-26
>
> * Stop actively supporting node 8 [Thodoris Greasidis]
> * Convert to async await [Thodoris Greasidis]
> * Add balenaCI repo.yml [Thodoris Greasidis]
> * karma.conf.js: Combine declaration & assignment of karmaConfig [Thodoris Greasidis]
> * Bump balena/lint to v5 [Thodoris Greasidis]
> * Drop getPine() in favor of an es6 export of the BalenaPine class [Thodoris Greasidis]
> * Drop the API_PREFIX property in favor of the apiPrefix [Thodoris Greasidis]
> * Bump to pinejs-client v6 which requires es2015 & drops Bluebird promises [Thodoris Greasidis]
>
> balena-pine-11.2.1 - 2020-06-15
>
> * Convert karma.conf to js [Thodoris Greasidis]
> * Bump balena-config-karma to v3 [Thodoris Greasidis]
>
> balena-register-device-7.1.0 - 2020-07-13
>
> * Switch from randomstring to uuid for generating device uuids [Pagan Gazzard]
>
> balena-register-device-7.0.1 - 2020-07-13
>
> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
>
> balena-register-device-7.0.0 - 2020-07-06
>
> * Convert to type checked javascript [Pagan Gazzard]
> * Drop callback interface in favor of promise interface [Pagan Gazzard]
> * Switch to a named export [Pagan Gazzard]
> * Convert to typescript [Pagan Gazzard]
> * Update to typed-error 3.x [Pagan Gazzard]
> * Switch to returning native promises [Pagan Gazzard]
> * Update to balena-request 11.x [Pagan Gazzard]
> * Use typescript import helpers [Pagan Gazzard]
>
> balena-register-device-6.1.6 - 2020-05-26
>
> * Export ApiError [Cameron Diver]
>
> balena-register-device-6.1.5 - 2020-05-21
>
> * Convert tests to js [Thodoris Greasidis]
>
> balena-register-device-6.1.4 - 2020-05-21
>
> * Install typed-error v2 [Cameron Diver]
>
> balena-register-device-6.1.3 - 2020-05-20
>
> * Extend API exception to include full response object [Miguel Casqueira]
>
> balena-register-device-6.1.2 - 2020-05-20
>
> * Update mocha to fix node v12 deprecation warning [Thodoris Greasidis]
>
> balena-request-11.0.4 - 2020-07-14
>
> * Fix body overwriting on nodejs [Pagan Gazzard]
>
> balena-request-11.0.3 - 2020-07-13
>
> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
>
> balena-request-11.0.2 - 2020-07-06
>
> * Fix tslib dependency [Pagan Gazzard]
>
> balena-request-11.0.1 - 2020-07-03
>
> * Fix passing baseUrl to refreshToken if the request uses an absolute url [Pagan Gazzard]
>
> balena-request-11.0.0 - 2020-07-03
>
> * Convert to type checked javascript [Pagan Gazzard]
> * Switch to returning native promises [Pagan Gazzard]
> * Drop support for nodejs < 10 [Pagan Gazzard]
> * Update balena-auth to 4.x [Pagan Gazzard]
> * Remove rindle dependency [Pagan Gazzard]
> * Update fetch-ponyfill to 6.x [Pagan Gazzard]
> * Remove proxy tests as global-tunnel-ng only supports nodejs < 10.16.0 [Pagan Gazzard]
> * Switch to a named export [Pagan Gazzard]
> * Use typescript import helpers [Pagan Gazzard]
> * Bump balena-config-karma & convert karma.conf.coffee to js [Thodoris Greasidis]
> * Change the browser request timeout error to be consistent with node [Thodoris Greasidis]
>
</details>

* **BREAKING** billing: Make the organization parameter fist & required [Thodoris Greasidis]

Page 55 of 125

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.