1
0
Fork 0
mirror of synced 2024-06-11 23:34:45 +12:00

Updated change log

This commit is contained in:
Eldad Fux 2021-07-03 15:11:37 +03:00
parent 57bc8c75e0
commit c8054bf209

View file

@ -3,6 +3,7 @@
## Features
- Added support for Android
- Added a new Cloud Functions runtime for Java
- Added a new gravity option when croping storage images using the file preview endpoint (#1260)
- Upgraded GEOIP DB file to Jun 2021 release (#1256)
- Added file created date to file info on the console (#1183)
@ -22,6 +23,7 @@
- _APP_INFLUXDB_HOST
- _APP_INFLUXDB_PORT
- Added new endpoint to get a session based on it's ID (#1294)
- Added added a new version param to the migration script (#1342)
## Breaking Changes (Read before upgrading!)
- Renamed `env` param on `/v1/functions` to `runtime` (#1314)
@ -39,6 +41,7 @@
- Fixed missing session object when OAuth session creation event is triggered (#1208)
- Fixed bug where we didn't ignore the email case, converted all emails to lowercase internally (#1243)
- Fixed a console bug where you can't click a user with no name, added a placehoder for anonyomous users (#1220)
- Fixed unique keys not being updated when changing a user's email address (#1301)
## Security