appwrite/CHANGES.md

55 lines
1.8 KiB
Markdown
Raw Normal View History

2019-10-20 04:21:55 +00:00
# Version 0.4.0 (PRE-RELEASE) - PLANNED
2019-10-04 05:14:42 +00:00
2019-10-08 07:09:35 +00:00
## Features
2019-10-04 05:14:42 +00:00
* 2 stage Docker build
* New database rule validation options
* Update docs example with auth info
* Limit HTTP origin check only to browser integrations
2019-10-05 05:44:15 +00:00
* Allow electron apps to not pass origin header
2019-10-20 04:21:55 +00:00
## Bugs
# Version 0.3.0
## Features
* Added 19 new locales for locale service and email templates (af, ar, bn, cz, hu, hy, jv, ko, lt, ml, no, ru, si, sq, sv, ta, vi, zh-cn, zh-tw)
* New users service routes to allow updates pref and name update
2019-10-06 17:38:55 +00:00
* New OAuth adapters (Amazon, Dropbox, Microsoft, Slack, VK)
2019-10-09 10:41:25 +00:00
* Added support for ES6 require statements in JS SDK
2019-10-12 21:57:12 +00:00
## Bugs
2019-10-12 03:26:34 +00:00
* Fix for typos in PT-BR translations
2019-10-12 21:57:12 +00:00
* Fix for UI crash when project user was missing a name
* Fix for it locale including the en templates by mistake
2019-10-19 00:00:42 +00:00
* Fix for UI not showing user's prefs properly
2019-10-04 05:14:42 +00:00
2019-10-19 12:51:56 +00:00
## Breaking Changes
2019-10-08 07:09:35 +00:00
2019-10-08 07:11:54 +00:00
* users/deleteUsersSession method name changed to users/deleteUserSession in all SDKs for better consistency
2019-10-08 07:09:35 +00:00
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-06 17:38:55 +00:00
* Added new OAuth providers for Google, Bitbucket 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)