Skip to content

Commit 9658d21

Browse files
authored
Version 2.2.16 (#2247)
1 parent 4634bfb commit 9658d21

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
### 2.2.16 (7/10/2016)
4+
5+
* New: Expose InMemoryCacheAdapter publicly, thanks to [Steven Shipton](https://github.com/steven-supersolid)
6+
* New: Add ability to prevent login with unverified email, thanks to [Diwakar Cherukumilli](https://github.com/cherukumilli)
7+
* Improved: Better error message for incorrect type, thanks to [Andrew Lane](https://github.com/AndrewLane)
8+
* Improved: Better error message for permission denied, thanks to [Blayne Chard](https://github.com/blacha)
9+
* Improved: Update authData on login, thanks to [Florent Vilmart](https://github.com/flovilmart)
10+
* Improved: Ability to not check for old files on Parse.com, thanks to [OzgeAkin](https://github.com/OzgeAkin)
11+
* Fix: Issues with email adapter validation, thanks to [Tyler Brock](https://github.com/TylerBrock)
12+
* Fix: Issues with nested $or queries, thanks to [Florent Vilmart](https://github.com/flovilmart)
13+
314
### 2.2.15 (6/30/2016)
415

516
* Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to [Andrew Lane](https://github.com/AndrewLane)

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.15",
3+
"version": "2.2.16",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)