mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
commit
e4f63ed0c9
3 changed files with 15 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ return [
|
||||||
[
|
[
|
||||||
'key' => 'web',
|
'key' => 'web',
|
||||||
'name' => 'Web',
|
'name' => 'Web',
|
||||||
'version' => '21.2.1',
|
'version' => '21.3.0',
|
||||||
'url' => 'https://github.com/appwrite/sdk-for-web',
|
'url' => 'https://github.com/appwrite/sdk-for-web',
|
||||||
'package' => 'https://www.npmjs.com/package/appwrite',
|
'package' => 'https://www.npmjs.com/package/appwrite',
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
|
|
@ -226,7 +226,7 @@ return [
|
||||||
[
|
[
|
||||||
'key' => 'cli',
|
'key' => 'cli',
|
||||||
'name' => 'Command Line',
|
'name' => 'Command Line',
|
||||||
'version' => '10.2.2',
|
'version' => '10.2.3',
|
||||||
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
||||||
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,10 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 10.2.3
|
||||||
|
|
||||||
|
* Fix `init tables` command not working
|
||||||
|
* Improve tablesDB resource syncing during `push tables` command
|
||||||
|
|
||||||
## 10.2.2
|
## 10.2.2
|
||||||
|
|
||||||
* Fix `logout` command showing duplicate sessions
|
* Fix `logout` command showing duplicate sessions
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Change Log
|
# 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
|
## 21.2.1
|
||||||
|
|
||||||
* Add transaction support for Databases and TablesDB
|
* Add transaction support for Databases and TablesDB
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue