mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Merge pull request #5259 from appwrite/feat-sync-master-12x
Bring 1.2.x to master
This commit is contained in:
commit
02c5df1676
2 changed files with 18 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 7.3.0
|
||||
* Inprove helper classes
|
||||
* Deprecated `InputFile` default constructor and introduced `InputFile.fromPath` and `InputFile.fromBytes` for consistency with other SDKs
|
||||
|
||||
## 7.2.0
|
||||
|
||||
* Support for GraphQL
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
## 8.3.0
|
||||
|
||||
* Fix: back navigation bringing back web browser after OAuth session creation
|
||||
* Update: Deprecated `InputFile` default constructor and introduced `InputFile.fromPath` and `InputFile.fromBytes` for consistency with other SDKs
|
||||
|
||||
## 8.2.2
|
||||
|
||||
* Fix: notify callback when websocket closes [#604](https://github.com/appwrite/sdk-generator/pull/604)
|
||||
|
||||
## 8.2.1
|
||||
|
||||
* Fix OAuth on web
|
||||
* Improve helper classes
|
||||
|
||||
## 8.2.0
|
||||
|
||||
* Support for GraphQL
|
||||
|
|
|
|||
Loading…
Reference in a new issue