Skip to content

Commit fdacdb5

Browse files
authored
Merge pull request #104 from appwrite/dev
feat: Apple SDK update for version 14.2.0
2 parents e440d97 + f0e2adf commit fdacdb5

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Change Log
22

3-
## 15.0.0
3+
## 14.2.0
44

55
* Added upsert() support for RealtimeChannel on both Document and Row variants to perform upsert operations over real-time channels.
66
* Introduced new Query filter methods: contains(_:, value:), containsAny(_:, value: [Any]), containsAll(_:, value: [Any]) for enhanced querying capabilities (substring and multi-value containment).
7-
* Removed OAuth provider options: githubImagine and googleImagine from OAuthProvider, a breaking change for clients using these values.
87
* Documentation and packaging updates to align with the new release: README dependency example updated from 14.2.0 to 14.1.0, and server compatibility note updated to indicate Appwrite server version 1.8.x compatibility.
98

109
## 14.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:
3131

3232
```swift
3333
dependencies: [
34-
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "15.0.0"),
34+
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "14.2.0"),
3535
],
3636
```
3737

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ open class Client {
2424
"x-sdk-name": "Apple",
2525
"x-sdk-platform": "client",
2626
"x-sdk-language": "apple",
27-
"x-sdk-version": "15.0.0",
27+
"x-sdk-version": "14.2.0",
2828
"x-appwrite-response-format": "1.8.0"
2929
]
3030

0 commit comments

Comments
 (0)