File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 13.3.0
4+
5+ * Add ` onOpen ` , ` onClose ` and ` onError ` callbacks to ` Realtime ` service
6+
37## 13.2.2
48
59* Fix issue: Missing AppwriteEnums dependency causing build failure
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
3333
3434``` swift
3535 dependencies: [
36- .package (url : " git@github.com:appwrite/sdk-for-swift.git" , from : " 13.2.2 " ),
36+ .package (url : " git@github.com:appwrite/sdk-for-swift.git" , from : " 13.3.0 " ),
3737 ],
3838```
3939
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ open class Client {
2121 " x-sdk-name " : " Swift " ,
2222 " x-sdk-platform " : " server " ,
2323 " x-sdk-language " : " swift " ,
24- " x-sdk-version " : " 13.2.2 " ,
24+ " x-sdk-version " : " 13.3.0 " ,
2525 " x-appwrite-response-format " : " 1.8.0 "
2626 ]
2727
You can’t perform that action at this time.
0 commit comments