1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00

update changelog

This commit is contained in:
Damodar Lohani 2023-03-07 06:14:24 +00:00
parent a730d1ddc7
commit cbc365a702
2 changed files with 9 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,8 @@
## 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)