Changelog 2.2.15 (#2183)

This commit is contained in:
Tyler Brock
2016-07-01 08:08:51 -07:00
committed by GitHub
parent 04dc2d2233
commit d599fdd4fe
2 changed files with 13 additions and 3 deletions

View File

@@ -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

View File

@@ -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": {