diff --git a/docs/sdks/dart/CHANGELOG.md b/docs/sdks/dart/CHANGELOG.md index 319398a285..7d8f2aefc0 100644 --- a/docs/sdks/dart/CHANGELOG.md +++ b/docs/sdks/dart/CHANGELOG.md @@ -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 diff --git a/docs/sdks/flutter/CHANGELOG.md b/docs/sdks/flutter/CHANGELOG.md index f93b030c23..80a4e03981 100644 --- a/docs/sdks/flutter/CHANGELOG.md +++ b/docs/sdks/flutter/CHANGELOG.md @@ -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()`