chore: update Apple SDK to 16.0.0

This commit is contained in:
root
2026-03-26 05:37:07 +00:00
parent cc9c811c7f
commit cf788ffee6
3 changed files with 10 additions and 3 deletions
+8 -1
View File
@@ -1,6 +1,6 @@
# Change Log
## 15.0.0
## 16.0.0
* [BREAKING] Changed `$sequence` type from `Int` to `String` for `Row` and `Document` models
* Added impersonation support: `setImpersonateUserId()`, `setImpersonateUserEmail()`, `setImpersonateUserPhone()` on `Client`
@@ -12,6 +12,13 @@
* Updated `X-Appwrite-Response-Format` header to `1.9.0`
* Updated API version badge to `1.9.0` and compatibility note to server version `1.9.x` in README
## 15.0.0
* Breaking: RealtimeChannel API required explicit IDs and threw errors.
* Added ttl parameter to listDocuments and listRows.
* Updated compatibility notes to latest server and SDK version.
* Updated Document and Row comments for clarity.
## 14.1.0
* Add `queries` parameter to Realtime subscriptions for filtering events
+1 -1
View File
@@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:
```swift
dependencies: [
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "15.0.0"),
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "16.0.0"),
],
```
+1 -1
View File
@@ -26,7 +26,7 @@ open class Client {
"x-sdk-name": "Apple",
"x-sdk-platform": "client",
"x-sdk-language": "apple",
"x-sdk-version": "15.0.0",
"x-sdk-version": "16.0.0",
"x-appwrite-response-format": "1.9.0"
]