Skip to content

Commit e60901d

Browse files
committed
Version 2.2.8 (#1738)
1 parent b2f36e1 commit e60901d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
### 2.2.8 (5/8/2016)
4+
5+
* New: Support for Pointer Permissions
6+
* New: Expose logger in Cloud Code
7+
* New: Option to revoke sessions on password reset
8+
* New: Option to expire inactive sessions
9+
* Perf: Improvements in ACL checking query
10+
* Fix: Issues when sending pushes to list of devices that contains invalid values
11+
* Fix: Issues caused by using babel-polyfill outside of Parse Server, but in the same express app
12+
* Fix: Remove creation of extra session tokens
13+
* Fix: Return authData when querying with master key
14+
* Fix: Bugs when deleting webhooks
15+
* Fix: Ignore _RevocableSession header, which might be sent by the JS SDK
16+
* Fix: Issues with querying via URL params
17+
* Fix: Properly encode "Date" parameters to cloud code functions
18+
19+
320
### 2.2.7 (4/15/2016)
421

522
* Adds support for --verbose and verbose option when running ParseServer [\#1414](https://github.com/ParsePlatform/parse-server/pull/1414) ([flovilmart](https://github.com/flovilmart))

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

0 commit comments

Comments
 (0)