appwrite/CHANGES.md

24 lines
856 B
Markdown
Raw Normal View History

2019-09-30 12:51:59 +00:00
# Version 0.2.0 (PRE-RELEASE)
## Features
* Added option to limit access to the Appwrite console
* Added option to disable abuse check and rate limits
* Added input field with the server API endpoint for easy access
2019-10-02 01:34:49 +00:00
* Added new OAuth providers for Google and GitLab
2019-10-01 16:55:28 +00:00
* Added 15 new locales for locale service and email templates (cat, de, es, fi, fr, gr, hi, id, it, nl, pt-br, pt-pt, ro, tr, ua)
2019-09-30 13:27:05 +00:00
* Improved test coverage for the project and synced DEV & CI environments settings
2019-09-30 12:51:59 +00:00
## Bug Fixes
* Fixed bug not allowing to update OAuth providers settings
* Fixed some broken API examples in docs
2019-09-30 13:19:44 +00:00
* Fixed bug that caused the Appwrite container to change DB directory file permissions.
2019-09-30 12:51:59 +00:00
## Breaking Changes
* Changed auth service 'redirect' param to 'confirm' for better clarity
* Updated all SDKs to sync with API changes
2019-10-02 01:34:49 +00:00
# Version 0.1.15 (NOT-RELEASED)