1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

Merge remote-tracking branch 'origin/master' into fix-mock-file-upload

This commit is contained in:
Jake Barnby 2023-04-12 17:10:40 +12:00
commit e2a0b8dcc1
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 18 additions and 0 deletions

View file

@ -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

View file

@ -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