mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #1363 from appwrite/feat-add-changelog
feat(sdks): added flutter and dart changelog
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## 0.7.0
|
||||
- Support for Appwrite 0.9
|
||||
- Breaking - removed order type enum, now you should pass string 'ASC' or 'DESC'
|
||||
- Breaking - changed param name from `env` to `runtime` in the **Functions** API
|
||||
- Image Crop Gravity support in image preview service
|
||||
- New endpoint in Account getSession to get session by ID
|
||||
- New endpoint in the Users API to update user verification status
|
||||
- Fix - issues with User-Agent when app name consisted of non-ASCII characters
|
||||
|
||||
## 0.6.2
|
||||
|
||||
- Removed default values, nothing should change in usage as default values are already allocated in server
|
||||
@@ -37,4 +46,4 @@
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- First release
|
||||
- First release
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
## 0.7.0
|
||||
- Support for Appwrite 0.9
|
||||
- Breaking - removed order type enum, now you should pass string 'ASC' or 'DESC'
|
||||
- Image Crop Gravity support in image preview service
|
||||
- New endpoint in Account getSession to get session by ID
|
||||
- Fix - issues with User-Agent when app name consisted of non-ASCII characters
|
||||
- Fix - issue with null Success and Failure URL in createOAuth2Session
|
||||
- Updated underlying dependencies
|
||||
|
||||
## 0.6.3
|
||||
|
||||
- Removed default values, nothing should change in usage as default values are already allocated in server
|
||||
@@ -116,4 +125,4 @@
|
||||
## 0.0.8
|
||||
|
||||
- Fixed compilation error in Client class
|
||||
- Shorter description for package
|
||||
- Shorter description for package
|
||||
|
||||
Reference in New Issue
Block a user