Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Versioning and Support Lifecycle



Versioning and Support Lifecycle

versioning-and-support-lifecycle page anchor

Sync SDKs versioning is based on semantic versioning(link takes you to an external page) in numbered MAJOR.MINOR.PATCH releases:

  • MAJOR: Releases that introduce new features incompatible with earlier versions.
  • MINOR: Releases that introduce new, optional features that are backward compatible.
  • PATCH: Releases dedicated to backward-compatible fixes.

Twilio supports the Sync SDKs based on these lifecycle stages:

  • Latest : The most recent major version. Fully supported, receiving new features and bug fixes.
  • Support : Prior major versions are given limited support for 12 months from the date the succeeding major version is released. During this phase, only bug and security fixes are provided.
  • Deprecated : Once a prior major version completes its 12-month support phase, no further updates will be provided.
  • End of Life (EOL) : 12 months after being deprecated, the version transitions to EOL. From this point on, its continued operation is not guaranteed. Twilio reserves the right to modify supporting systems without prior notification, which could potentially disrupt or terminate the SDK's functionality.

See the JavaScript SDK Changelog for the latest release.

VersionStatusRelease DateEnd of SupportEnd of Life
3.XLatest16 July 2021
2.XEnd of Life17 February 202116 July 202216 July 2023
1.XEnd of Life18 January 202117 February 202217 February 2023
0.XEnd of Life18 January 202218 January 2023

See the iOS SDK Changelog for the latest release.

VersionStatusRelease DateEnd of SupportEnd of Life
2.XLatest3 April 2023
1.XDeprecated19 January 20213 April 20243 April 2025
0.XEnd of Life19 January 202219 January 2023

See the Android SDK Changelog for the latest release.

VersionStatusRelease DateEnd of SupportEnd of Life
3.XLatest8 February 2023
2.XDeprecated18 August 20228 February 20248 February 2025
1.XDeprecated19 January 202118 August 202318 August 2024
0.XEnd of Life19 January 202219 January 2023

Rate this page: