Changelogs & Versioning

These pages contain an overview of changes made to the Amity Social Cloud SDKs, latest version releases‌ and version statuses.

Changelogs

Select your platform below to see its recent changes.

iOS

Android

JavaScript

TypeScript

Flutter

React Native

Version Status

All SDK/API releases are provided with a version number, which is always accompanied by a status.

  • ACTIVE: This version may receive new features, improvements and bug fixes that do not contain any breaking changes.

  • MAINTAINED: This version may receive bug fixes via minor version upgrade (for SDK) or a release of the same version (for API). However, it cannot receive new features/improvements.

  • END OF SUPPORT: This version is neither supported nor maintained by Amity and is not available under the corresponding package manager. New features, improvements and bug fixes will not be added to this version and it may stop working without prior notice.

Amity supports every major release of our products for 9 months from the release date, and we actively maintain the latest minor release of all version under MAINTAINED status.

Breaking Change Definition

Any changes that could potentially disrupt integrations are considered breaking changes and will be released under a new version. These include:

  • Removing an entire operation.

  • Removing or renaming parameters.

  • Removing or renaming response fields.

  • Adding a new required parameter.

  • Making a previously optional parameter required.

  • Changing the type of a parameter or response field.

  • Removing enum values.

  • Adding new validation rules to existing parameters.

  • Changing authentication or authorization requirements.

Additive (non-breaking) changes will be available in all supported API versions and should not disrupt integrations. These include:

  • Adding an operation.

  • Adding an optional parameter.

  • Adding an optional request header.

  • Adding a response field.

  • Adding a response header.

  • Adding enum values.

iOS Version Status

Android Version Status

JavaScript Version Status

TypeScript Version Status

Flutter Version Status

User APIs Version Status

Administrator APIs Version Status

Last updated