balena-sdk 23.2.0 → 23.2.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/README.md CHANGED
@@ -99,20 +99,7 @@ If you face any issues, please [raise an issue](https://github.com/balena-io/bal
99
99
 
100
100
  ## Deprecation policy
101
101
 
102
- The balena SDK uses [semver versioning](https://semver.org/), with the concepts
103
- of major, minor and patch version releases.
104
-
105
- The latest release of the previous major version of the balena SDK will remain
106
- compatible with the balenaCloud backend services for one year from the date when
107
- the next major version is released.
108
- For example, balena SDK v12.33.4, as the latest v12 release, would remain
109
- compatible with the balenaCloud backend for one year from the date when v13.0.0
110
- is released.
111
-
112
- At the end of this period, the older major version is considered deprecated and
113
- some of the functionality that depends on balenaCloud services may stop working
114
- at any time.
115
- Users are encouraged to regularly update the balena SDK to the latest version.
102
+ The deprecation policy for our SDKs can be found in our [docs](https://docs.balena.io/reference/sdk/deprecation-policy).
116
103
 
117
104
  ## Tests
118
105