File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 14.1.0
4+
5+ * Add ` queries ` parameter to Realtime subscriptions for filtering events
6+ * Fix ` Roles ` enum removed from Teams service; ` roles ` parameter now accepts ` [String] `
7+ * Fix doc examples with proper formatting and complete client configuration
8+
39## 14.0.0
410
511* Add array-based enum parameters (e.g., ` permissions: [BrowserPermission] ` ).
Original file line number Diff line number Diff 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 : " 14.0 .0" ),
34+ .package (url : " git@github.com:appwrite/sdk-for-apple.git" , from : " 14.1 .0" ),
3535 ],
3636```
3737
Original file line number Diff line number Diff 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 " : " 14.0 .0 " ,
27+ " x-sdk-version " : " 14.1 .0 " ,
2828 " x-appwrite-response-format " : " 1.8.0 "
2929 ]
3030
You can’t perform that action at this time.
0 commit comments