mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
commit
e4f63ed0c9
3 changed files with 15 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ return [
|
|||
[
|
||||
'key' => 'web',
|
||||
'name' => 'Web',
|
||||
'version' => '21.2.1',
|
||||
'version' => '21.3.0',
|
||||
'url' => 'https://github.com/appwrite/sdk-for-web',
|
||||
'package' => 'https://www.npmjs.com/package/appwrite',
|
||||
'enabled' => true,
|
||||
|
|
@ -226,7 +226,7 @@ return [
|
|||
[
|
||||
'key' => 'cli',
|
||||
'name' => 'Command Line',
|
||||
'version' => '10.2.2',
|
||||
'version' => '10.2.3',
|
||||
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
||||
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
||||
'enabled' => true,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
## 10.2.3
|
||||
|
||||
* Fix `init tables` command not working
|
||||
* Improve tablesDB resource syncing during `push tables` command
|
||||
|
||||
## 10.2.2
|
||||
|
||||
* Fix `logout` command showing duplicate sessions
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 21.3.0
|
||||
|
||||
* Add new `Realtime` service with methods for subscribing to channels and receiving messages
|
||||
* Fix `client.setSession` not working when using realtime
|
||||
* Deprecate `client.subscribe` method in favor of `Realtime` service
|
||||
|
||||
> Note: Deprecated methods are still available for backwards compatibility, but might be removed in future versions.
|
||||
|
||||
## 21.2.1
|
||||
|
||||
* Add transaction support for Databases and TablesDB
|
||||
|
|
|
|||
Loading…
Reference in a new issue