Skip to content

Commit d8fd670

Browse files
authored
⚡ Release 2.6.2 (#4183)
1 parent 07ae85e commit d8fd670

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...master)
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...master)
5+
6+
### 2.6.2
7+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...2.6.2)
8+
9+
#### Improvements:
10+
* PushWorker/PushQueue channels are properly prefixed with the Parse applicationId, thanks to [Marvel Mathew](https://github.com/marvelm)
11+
* You can use Parse.Cloud.afterSave hooks on _PushStatus
12+
* You can use Parse.Cloud.onLiveQueryEvent to track the number of clients and subscriptions
13+
* Adds support for more fields from the Audience class.
14+
15+
#### New Features:
16+
* Push: Adds ability to track sentPerUTC offset if your push scheduler supports it.
17+
* Push: Adds support for cleaning up invalid deviceTokens from _Installation (PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS=1).
18+
19+
#### Dependency Updates:
20+
* [[email protected]](https://www.npmjs.com/package/ws)
21+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
22+
* [[email protected]](https://www.npmjs.com/package/winston-daily-rotate-file)
23+
* [[email protected]](https://www.npmjs.com/package/body-parser)
24+
25+
##### Devevelopment Dependencies Updates:
26+
* [[email protected]](https://www.npmjs.com/package/nodemon)
27+
* [[email protected]](https://www.npmjs.com/package/mongodb-runner)
28+
* [[email protected]](https://www.npmjs.com/package/babel-eslint)
529

630
### 2.6.1
731
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.0...2.6.1)

package.json

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

0 commit comments

Comments
 (0)