Skip to content

Releases: appwrite/sdk-for-android

8.2.0

24 Jul 07:50
4e9e8a9

Choose a tag to compare

What's Changed

  • Add incrementDocumentAttribute and decrementDocumentAttribute support to Databases service
  • Add gif support to ImageFormat enum
  • Add sequence support to Document model

Full Changelog: 8.1.0...8.2.0

8.1.0

21 May 07:40
7b1cb56

Choose a tag to compare

What's Changed

Full Changelog: 8.0.0...8.1.0

8.0.0

18 May 09:42
66557e5

Choose a tag to compare

What's Changed

  • Add <REGION> to doc examples due to the new multi region endpoints
  • Remove Gif from ImageFormat enum
  • Remove search param from listExecutions method
  • Add token param to getFilePreview and getFileView for File tokens usage

Full Changelog: 7.0.1...8.0.0

7.0.1

24 Apr 17:40
8126bb9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.0...7.0.1

7.0.0

29 Jan 09:29
bb6671d

Choose a tag to compare

What's Changed

Full Changelog: 6.1.0...7.0.0

6.1.0

18 Dec 09:54
3fa8a13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.1...6.1.0

6.0.0

08 Oct 00:30
85fac9d

Choose a tag to compare

What's New

  • Support for Appwrite 1.6
  • Update dependencies
  • Added scheduledAt attribute to Execution response model
  • Added scheduledAt parameter to createExecution(): Enables creating a delayed execution

Breaking changes

You can find the new syntax for breaking changes in the Appwrite API references. Select version 1.6.x.

  • Removed otp parameter from deleteMFAAuthenticator.

Bug Fixes

  • Fixed realtime reconnection issues.

Please note: This version is compatible with Appwrite 1.6 and later only. If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.

New Contributors

Full Changelog: 5.1.1...6.0.0

5.1.1

17 May 05:01
de27345

Choose a tag to compare

What's Changed

  • Fix missing enums values
  • Fix realtime disconnect on last channels empty

New Contributors

Full Changelog: 5.1.0...5.1.1

5.1.0

24 Apr 08:23
20a109f

Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.1.0

5.0.0

09 Mar 17:26
4826572

Choose a tag to compare

What's New

  • Support for Appwrite 1.5
  • Added enum support, import as import io.appwrite.enums.<EnumType>.
  • Added SSR support, learn more in docs.
  • Added messaging service support, learn more in docs.
  • Added Query.contains support. Can be used on array and string attributes.
  • Added Query.or query support. Can be used to apply a logical or on all nested queries inside.
  • Added 2FA support learn more in docs
  • Added tokens support, can be used for one-time password login flows, learn more in docs

Breaking changes

You can find the new syntax for breaking changes in the Appwrite API references. Select version 1.5.x.

Account changes

  • updateRecovery no longer requires passwordAgain.
  • createEmailSession renamed to createEmailPasswordSession
  • updatePhoneSession renamed to createPhoneToken
  • createMagicURLSession renamed to createEmailToken
  • createOAuth2Session renamed to createOAuth2Token
  • updatePhone, updateMagicURLSession, which are the confirmation flows for password-less logins, are renamed to createSession and accept a secret to create session.

If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.