diff --git a/.codegen.json b/.codegen.json index 09e71703..2212d1ca 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "7b5a612", "specHash": "86fcc6c", "version": "10.14.0" } +{ "engineHash": "fafa70b", "specHash": "86fcc6c", "version": "10.14.0" } diff --git a/README.md b/README.md index 737d6838..0d34c70a 100644 --- a/README.md +++ b/README.md @@ -147,9 +147,7 @@ Migration guides which help you to migrate to supported major SDK versions can b We use a modified version of [Semantic Versioning](https://semver.org/) for all changes. See [version strategy](VERSIONS.md) for details which is effective from 30 July 2022. -A current release is on the leading edge of our SDK development, and is intended for customers who are in active development and want the latest and greatest features. -Instead of stating a release date for a new feature, we set a fixed minor or patch release cadence of maximum 2-3 months (while we may release more often). -At the same time, there is no schedule for major or breaking release. Instead, we will communicate one quarter in advance the upcoming breaking change to allow customers to plan for the upgrade. +A current release is on the leading edge of our SDK development, and is intended for customers who are in active development and want the latest and greatest features. We always recommend that all users run the latest available minor release for whatever major version is in use. We highly recommend upgrading to the latest SDK major release at the earliest convenient time and before the EOL date. diff --git a/VERSIONS.md b/VERSIONS.md index 45c97203..06f2a9e5 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -12,7 +12,6 @@ The MAJOR version is used to indicate the family of technology represented by th New MAJOR versions will be communicated in advance via: -- An email announcement is sent to affected accounts, announcing our plans to end support for the specific SDK version. The email will outline the path to end-of-support, specify the campaign timelines, and provide upgrade guidance. - Box SDK documentation, such as API reference documentation, user guides, SDK product marketing pages, and GitHub readme(s) are updated to indicate the campaign timeline and provide guidance on upgrading affected applications. - Deprecation warnings are added to the SDKs, outlining the path to end-of-support and linking to the SDK documentation.