mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #3444 from appwrite/feat-dart-flutter-changelog
Dart/Flutter changelogs
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
## 6.0.0
|
||||
* Support for Appwrite 0.15
|
||||
* **BREAKING** `Database` -> `Databases`
|
||||
* **BREAKING** `account.createSession()` -> `account.createEmailSession()`
|
||||
* **BREAKING** `dateCreated` attribute removed from `Team`, `Execution`, `File` models
|
||||
* **BREAKING** `dateCreated` and `dateUpdated` attribute removed from `Func`, `Deployment`, `Bucket` models
|
||||
* **BREAKING** Realtime channels
|
||||
* collections.[COLLECTION_ID] is now databases.[DATABASE_ID].ollections.[COLLECTION_ID]
|
||||
* collections.[COLLECTION_ID].documents is now databases.[DATABASE_ID].ollections.[COLLECTION_ID].documents
|
||||
|
||||
**Full Changelog for Appwrite 0.15 can be found here**: https://github.com/appwrite/appwrite/blob/master/CHANGES.md#version-0150
|
||||
|
||||
## 5.0.1
|
||||
* Code formatting fix
|
||||
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
## 6.0.0
|
||||
* Support for Appwrite 0.15
|
||||
* **NEW** Phone authentication `account.createPhoneSession()`
|
||||
* **BREAKING** `Database` -> `Databases`
|
||||
* **BREAKING** `account.createSession()` -> `account.createEmailSession()`
|
||||
* **BREAKING** `dateCreated` attribute removed from `Team`, `Execution`, `File` models
|
||||
* **BREAKING** `dateCreated` and `dateUpdated` attribute removed from `Func`, `Deployment`, `Bucket` models
|
||||
* **BREAKING** Realtime channels
|
||||
* collections.[COLLECTION_ID] is now databases.[DATABASE_ID].ollections.[COLLECTION_ID]
|
||||
* collections.[COLLECTION_ID].documents is now databases.[DATABASE_ID].ollections.[COLLECTION_ID].documents
|
||||
|
||||
**Full Changelog for Appwrite 0.15 can be found here**: https://github.com/appwrite/appwrite/blob/master/CHANGES.md#version-0150
|
||||
|
||||
## 5.0.0
|
||||
* Support for Appwrite 0.14
|
||||
* **BREAKING** `account.delete()` -> `account.updateStatus()`
|
||||
|
||||
Reference in New Issue
Block a user