From 8411e81e28866d862d98063fbfa514acb7cb41e8 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 16 Nov 2022 15:43:07 +0530 Subject: [PATCH 1/2] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 519107cc3d..91cbddf137 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,13 @@ # Version 1.1.0 ## Features +- Added support for the new Appwrite Console [#4655](https://github.com/appwrite/appwrite/pull/4655) - Added new property to projects configuration: `authDuration` which allows you to alter the duration of signed in sessions for your project. [#4618](https://github.com/appwrite/appwrite/pull/4618) ## Bugs - Fix license detection for Flutter and Dart SDKs [#4435](https://github.com/appwrite/appwrite/pull/4435) - Fix missing `status`, `buildStderr` and `buildStderr` from get deployment response [#4611](https://github.com/appwrite/appwrite/pull/4611) - Fix project pagination in DB usage aggregation [#4517](https://github.com/appwrite/appwrite/pull/4517) +- Fix missing file permissions due to cache [#4661](https://github.com/appwrite/appwrite/pull/4661) # Features - Added Auth Duration API to allow users to set the duration of their sessions. [#4618](https://github.com/appwrite/appwrite/pull/4618) From 5ca7b5ffe83216a256f71b096cf517d0106b30d3 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 16 Nov 2022 15:47:40 +0530 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 91cbddf137..67d203ef39 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ - Fix missing `status`, `buildStderr` and `buildStderr` from get deployment response [#4611](https://github.com/appwrite/appwrite/pull/4611) - Fix project pagination in DB usage aggregation [#4517](https://github.com/appwrite/appwrite/pull/4517) - Fix missing file permissions due to cache [#4661](https://github.com/appwrite/appwrite/pull/4661) +- Fix usage stats for async function executions [#4674](https://github.com/appwrite/appwrite/pull/4674) # Features - Added Auth Duration API to allow users to set the duration of their sessions. [#4618](https://github.com/appwrite/appwrite/pull/4618)