From 5e16046ba6e3d090b7ee5ba8948117e49cf6209b Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 1 Mar 2022 18:45:05 +0100 Subject: [PATCH 1/3] chore: update changelog --- CHANGES.md | 66 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 53 insertions(+), 13 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cd7a5c6c15..b191fac062 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,17 +1,57 @@ -# Unreleased Version 0.13.0 +# Version 0.13.0 + +## Features +### Functions +- Synchronous function execution +- Improved functions execution times by alot +- Added a new worker to build deployments +- Functions are now executed differently and your functions need to be adapted **Breaking Change** +- Tags are now called Deployments **Breaking Change** +- Renamed `tagId` to `deplyomentId` in collections **Breaking Change** +- Updated event names from `function.tags.*` to `function.deployments.*` **Breaking Change** +### Storage +- Added Buckets +- Buckets allow you to configure following settings: + - Maximum File Size + - Enabled/Disabled + - Encryption + - Anti Virus + - Allowed file extensions + - Permissions + - Bucket Level + - File Level +- Support for S3 and Digitalocean Spaces +- Support for large files +- Files larger then 5MB will be automatically uploaded in chunks +- New UI in the console for uploading files with progress indication + +### Account +- Renamed `providerToken` to `providerAccessToken` in sessions **Breaking Change** +- New endpoint to refresh the OAuth Access Token +- OAuth sessions now include `providerAccessTokenExpiry` and `providerRefreshToken` + +## Bugs +- Fixed permission issues and is now more consistent and returns all resources +- Fixed total amount of documents not being updated +- Fixed issue with searching though memberships +- Fixed image preview rotation +- Fixed Database index names that contain SQL keywords +- Fixed UI to reveal long e-mail addresses on User list +- Fixed UI for Attribute default value field to reset after submit +- Fixed UI to check for new available version of Appwrite +- Fixed UI default values when creating Integer or Float attributes + + +## Security +- Remove `appwrite.io` and `appwrite.test` from authorized domains for session verification + +## Upgrades + +- Upgraded `redis` extenstion to version 5.3.6 +- Upgraded `swoole` extenstion to version 4.8.6 +- Upgraded `imagick` extenstion to version 3.7.0 +- Upgraded GEO IP database to version February 2022 -- Added ability to create syncronous function executions -- Introduced new execution model for functions -- Improved functions execution times -- Improved functions execution times -- Create a new builds worker to handle building of deployments -- **[ Breaking ]** **Tags** have been renamed to **Deployments** - - Rename `tagId` to `deplyomentId` in collections - - Rename tags to deployments in the docs - - Updated endpoints to reflect the new terminology - - Updated UI with these changes - - Updated event names from `function.tags.*` to `function.deployments.*` - # Version 0.12.3 ## Bugs From bad62c80fa19a22e17120e77d41e4b5456087841 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 1 Mar 2022 18:57:35 +0100 Subject: [PATCH 2/3] chore: update upgrade for 0.13 --- CHANGES.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b191fac062..cc0b75c96f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -47,10 +47,9 @@ ## Upgrades -- Upgraded `redis` extenstion to version 5.3.6 -- Upgraded `swoole` extenstion to version 4.8.6 -- Upgraded `imagick` extenstion to version 3.7.0 -- Upgraded GEO IP database to version February 2022 +- Upgraded `redis` extenstion to version 5.3.7 +- Upgraded `swoole` extenstion to version 4.8.7 +- Upgraded GEO IP database to version March 2022 # Version 0.12.3 From b2b7b5cc744efa15dde046f35f46e3fc76f210d9 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 1 Mar 2022 21:09:54 +0100 Subject: [PATCH 3/3] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index cc0b75c96f..3039e7a3e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,8 @@ - Renamed `providerToken` to `providerAccessToken` in sessions **Breaking Change** - New endpoint to refresh the OAuth Access Token - OAuth sessions now include `providerAccessTokenExpiry` and `providerRefreshToken` +- Notion and Strip have been added to the OAuth Providers +- Microsoft OAuth provider now supports custom domains ## Bugs - Fixed permission issues and is now more consistent and returns all resources