1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

chore: update changelog

This commit is contained in:
Torsten Dittmann 2021-04-21 15:39:39 +02:00
parent cc34719768
commit 222b9ab097

View file

@ -6,13 +6,14 @@
- Added events for functions and executions (#971)
- Added JWT support
- Added ARM support
- Splited token & session models to become 2 different internal entities (#922)
- Splitted token & session models to become 2 different internal entities (#922)
- Added Dart 2.12 as a new Cloud Functions runtime (#989)
- Added Python 3.9 as a new Cloud Functions runtime
- Added Deno 1.8 as a new Cloud Functions runtime (#989)
- ClamAV is now disabled by default to allow lower min requirments for Appwrite (#1064)
- Added a new env var named `_APP_LOCALE` that allow to change the default `en` locale value (#1056)
- Updated all the console bottom control to be consistent. Dropped the `+` icon (#1062)
- Added Response Models for Documents and Preferences
## Bugs