You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
## Parse Server Changelog
2
2
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
+
3
20
### 2.2.7 (4/15/2016)
4
21
5
22
* Adds support for --verbose and verbose option when running ParseServer [\#1414](https://github.com/ParsePlatform/parse-server/pull/1414) ([flovilmart](https://github.com/flovilmart))
0 commit comments