1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Merge pull request #2883 from appwrite/fix-changes

Fix change log
This commit is contained in:
Torsten Dittmann 2022-03-02 17:35:23 +01:00 committed by GitHub
commit a4b3b32ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,16 +22,18 @@
- Bucket Level
- File Level
- Support for S3 and Digitalocean Spaces
- Support for large files
- Files larger then 5MB will be automatically uploaded in chunks
- Efficiently process large files by loading only chunks
- Files larger then 5MB needs to be uploaded in chunks using Content-Range header. SDKs handle this internally **Breaking Change**
- Encryption, Compression is now limited to files smaller or equal to 20MB
- New UI in the console for uploading files with progress indication
- Concurrent file uploads
- Added `buckets.read` and `buckets.write` scope to API keys
### Account
- 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
- Notion and Stripe have been added to the OAuth Providers
- Microsoft OAuth provider now supports custom domains
### Others