mirror of
https://github.com/appwrite/sdk-for-apple.git
synced 2026-04-07 19:17:50 +00:00
chore: update Apple SDK to 16.0.0
This commit is contained in:
+8
-1
@@ -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
|
||||
|
||||
@@ -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"),
|
||||
],
|
||||
```
|
||||
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user