Skip to content

Commit d599fdd

Browse files
authored
Changelog 2.2.15 (#2183)
1 parent 04dc2d2 commit d599fdd

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Parse Server Changelog
22

3+
### 2.2.15 (6/30/2016)
4+
5+
* Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to [Andrew Lane](https://github.com/AndrewLane)
6+
* Improvement: Stop requiring verifyUserEmails for password reset functionality, thanks to [Tyler Brock](https://github.com/TylerBrock)
7+
* Improvement: Kill without validation, thanks to [Drew Gross](https://github.com/drew-gross)
8+
* Fix: Deleting a file does not delete from fs.files, thanks to [David Keita](https://github.com/maninga)
9+
* Fix: Postgres stoage adapter fix, thanks to [Vitaly Tomilov](https://github.com/vitaly-t)
10+
* Fix: Results invalid session when providing an invalid session token, thanks to [Florent Vilmart](https://github.com/flovilmart)
11+
* Fix: issue creating an anonymous user, thanks to [Hussam Moqhim](https://github.com/hmoqhim)
12+
* Fix: make http response serializable, thanks to [Florent Vilmart](https://github.com/flovilmart)
13+
* New: Add postmark email adapter alternative [Glenn Reyes](https://github.com/glennreyes)
14+
315
### 2.2.14 (6/25/2016)
416

517
* Hotfix: Fix Parse.Cloud.HTTPResponse serialization
@@ -357,5 +369,3 @@
357369
* Fix: Various files related bugs
358370
* Fix: Force minimum node version 4.3 due to security issues in earlier version
359371
* Performance Improvement: Improved caching
360-
361-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.2.14",
3+
"version": "2.2.15",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)