From 6948d6cb258d7ecaf05e82976773b2db9902634e Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 19 Jul 2020 17:41:28 +0300 Subject: [PATCH] Updated changelog --- CHANGES.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ecf34d249..cbd190996 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,11 +19,18 @@ - Upgraded ClamAV container image to version 1.0.11 ([#412](https://github.com/appwrite/appwrite/issues/412)) - Optimised function execution by using fully-qualified function calls - Added support for boolean 'true' and 'false' in query strings alongside 1 and 0 +- Added pagination for projects list on the console home page. - New and consistent response format for all API object + new response examples in the docs - Removed user roles attribute from user object (can be fetched from /v1/teams/memberships) ** - Removed type attribute from session object response (used only internally) - ** - might be changed before merging to master +## Breaking Changes (Read before upgrading!) +- **Deprecated** `first` and `last` query params for documents list route in the database API +- **Deprecated** Deprectaed Pubjabi Translations ('pn') +- Switched order of limit and offset params in all the SDKs `listDocuments` method for better consistency +- Default `limit` param value in all the SDKs `listDocuments` method is now 25 for better consistency + ## Bug Fixes - Fixed output of /v1/health/queue/certificates returning wrong data @@ -45,12 +52,6 @@ - New OAuth adapter for PayPal sandbox - Fixed a bug making read permission overwrite write permission in some cases -## Breaking Changes (Read before upgrading) -- **Deprecated** `first` and `last` query params for documents list route in the database API -- **Deprecated** Deprectaed Pubjabi Translations ('pn') -- Switched order of limit and offset params in all the SDKs `listDocuments` method for better consistency -- Default `limit` param value in all the SDKs `listDocuments` method is now 25 for better consistency - ## Security - Access to Health API now requires authentication with an API Key with access to `health.read` scope allowed