Skip to content

Releases: appwrite/sdk-for-apple

10.1.0

21 May 07:41
04fc109
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.0.0...10.1.0

10.0.0

18 May 09:42
642ae39
Compare
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: 9.0.1...10.0.0

9.0.1

17 Apr 19:32
362d8b3
Compare
Choose a tag to compare

What's Changed

  • fix: remove content-type from GET requests by @loks0n in #71

Full Changelog: 9.0.0...9.0.1

9.0.0

11 Mar 05:45
2f7e41e
Compare
Choose a tag to compare

What's Changed

  1. remove redundant titles from method descriptions.
  2. feat: add codable models
  3. ensure response attribute in AppwriteException is always string

New Contributors

Full Changelog: 8.0.0...9.0.0

8.0.0

29 Jan 09:28
51028eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.0...8.0.0

7.1.0

18 Dec 09:58
72771d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.0...7.1.0

7.0.0

09 Sep 09:22
4f54f62
Compare
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.

Full Changelog: 6.0.0...7.0.0

7.0.0-rc.2

23 Aug 10:22
Compare
Choose a tag to compare
7.0.0-rc.2 Pre-release
Pre-release

Full Changelog: 7.0.0-rc.1...7.0.0-rc.2

7.0.0-rc.1

18 Aug 08:30
Compare
Choose a tag to compare
7.0.0-rc.1 Pre-release
Pre-release

Full Changelog: 6.0.0...7.0.0-rc.1

6.0.0

17 May 06:11
3b20b48
Compare
Choose a tag to compare

Breaking Changes

  • Realtime subscribe is now an async function

Features

  • Add vision OS support

Fixes

  • Fix creating multiple realtime subscriptions
  • Fix deleteMfaAuthenticator response type
  • Fix missing enums values
  • Fix missing recoveryCode param on MfaFactors
  • Fix missing updatedAt param on Session

New Contributors

Full Changelog: 5.0.0...6.0.0