-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07ae85e
commit d8fd670
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,31 @@ | ||
## Parse Server Changelog | ||
|
||
### master | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...master) | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.2...master) | ||
|
||
### 2.6.2 | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...2.6.2) | ||
|
||
#### Improvements: | ||
* PushWorker/PushQueue channels are properly prefixed with the Parse applicationId, thanks to [Marvel Mathew](https://github.com/marvelm) | ||
* You can use Parse.Cloud.afterSave hooks on _PushStatus | ||
* You can use Parse.Cloud.onLiveQueryEvent to track the number of clients and subscriptions | ||
* Adds support for more fields from the Audience class. | ||
|
||
#### New Features: | ||
* Push: Adds ability to track sentPerUTC offset if your push scheduler supports it. | ||
* Push: Adds support for cleaning up invalid deviceTokens from _Installation (PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS=1). | ||
|
||
#### Dependency Updates: | ||
* [[email protected]](https://www.npmjs.com/package/ws) | ||
* [[email protected]](https://www.npmjs.com/package/pg-promise) | ||
* [[email protected]](https://www.npmjs.com/package/winston-daily-rotate-file) | ||
* [[email protected]](https://www.npmjs.com/package/body-parser) | ||
|
||
##### Devevelopment Dependencies Updates: | ||
* [[email protected]](https://www.npmjs.com/package/nodemon) | ||
* [[email protected]](https://www.npmjs.com/package/mongodb-runner) | ||
* [[email protected]](https://www.npmjs.com/package/babel-eslint) | ||
|
||
### 2.6.1 | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.0...2.6.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters