update sdks

This commit is contained in:
Chirag Aggarwal
2025-10-29 18:54:29 +05:30
parent 60726757ab
commit baa7a170d9
6 changed files with 39 additions and 19 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## 13.3.1
* Fix `onOpen` callback not being called when the websocket connection is established
## 13.3.0
* Add `onOpen`, `onClose` and `onError` callbacks to `Realtime` service
+7
View File
@@ -1,5 +1,12 @@
# Change Log
## 10.2.4
* Fix syncing of tables deleted locally during `push tables` command
* Fix added push command support for cli spatial types
* Fix attribute changing during push
* Replace pkg with @yao-pkg/pkg in dependencies
## 10.2.3
* Fix `init tables` command not working
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## 20.2.2
* Widen `device_info_plus` and `package_info_plus` dependencies to allow for newer versions for Android 15+ support
## 20.2.1
* Add transaction support for Databases and TablesDB
+5
View File
@@ -1,5 +1,10 @@
# Change Log
## 13.4.2
* Fix adding `Optional[]` to optional parameters
* Fix passing of `None` to nullable parameters
## 13.4.1
* Add transaction support for Databases and TablesDB