Changelog 2.2.15 (#2183)
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,17 @@
|
|||||||
## Parse Server Changelog
|
## Parse Server Changelog
|
||||||
|
|
||||||
|
### 2.2.15 (6/30/2016)
|
||||||
|
|
||||||
|
* Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to [Andrew Lane](https://github.com/AndrewLane)
|
||||||
|
* Improvement: Stop requiring verifyUserEmails for password reset functionality, thanks to [Tyler Brock](https://github.com/TylerBrock)
|
||||||
|
* Improvement: Kill without validation, thanks to [Drew Gross](https://github.com/drew-gross)
|
||||||
|
* Fix: Deleting a file does not delete from fs.files, thanks to [David Keita](https://github.com/maninga)
|
||||||
|
* Fix: Postgres stoage adapter fix, thanks to [Vitaly Tomilov](https://github.com/vitaly-t)
|
||||||
|
* Fix: Results invalid session when providing an invalid session token, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* Fix: issue creating an anonymous user, thanks to [Hussam Moqhim](https://github.com/hmoqhim)
|
||||||
|
* Fix: make http response serializable, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* New: Add postmark email adapter alternative [Glenn Reyes](https://github.com/glennreyes)
|
||||||
|
|
||||||
### 2.2.14 (6/25/2016)
|
### 2.2.14 (6/25/2016)
|
||||||
|
|
||||||
* Hotfix: Fix Parse.Cloud.HTTPResponse serialization
|
* Hotfix: Fix Parse.Cloud.HTTPResponse serialization
|
||||||
@@ -357,5 +369,3 @@
|
|||||||
* Fix: Various files related bugs
|
* Fix: Various files related bugs
|
||||||
* Fix: Force minimum node version 4.3 due to security issues in earlier version
|
* Fix: Force minimum node version 4.3 due to security issues in earlier version
|
||||||
* Performance Improvement: Improved caching
|
* Performance Improvement: Improved caching
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "2.2.14",
|
"version": "2.2.15",
|
||||||
"description": "An express module providing a Parse-compatible API server",
|
"description": "An express module providing a Parse-compatible API server",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user