-
-
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.
Showing
2 changed files
with
30 additions
and
4 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,10 +1,36 @@ | ||
## Parse Server Changelog | ||
|
||
### master | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.0...master) | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...master) | ||
|
||
#### New Features | ||
* Adds ability to send localized pushes according to the _Installation localeIdentifier | ||
### 2.6.1 | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.0...2.6.1) | ||
|
||
#### Improvements: | ||
* Improves overall performance of the server, more particularly with large query results. | ||
* Improves performance of InMemoryCacheAdapter by removing serialization. | ||
* Improves logging performance by skipping necessary log calls. | ||
* Refactors object routers to simplify logic. | ||
* Adds automatic indexing on $text indexes, thanks to [Diamon Lewis](https://github.com/dplewis) | ||
|
||
#### New Features: | ||
* Push: Adds ability to send localized pushes according to the _Installation localeIdentifier | ||
* Push: proper support for scheduling push in user's locale time, thanks to [Marvel Mathew](https://github.com/marvelm) | ||
* LiveQuery: Adds ability to use LiveQuery with a masterKey, thanks to [Jeremy May](https://github.com/kenishi) | ||
|
||
#### Bug Fixes: | ||
* Fixes an issue that would duplicate Session objects per userId-installationId pair. | ||
* Fixes an issue affecting pointer permissions introduced in this release. | ||
* Fixes an issue that would prevent displaying audiences correctly in dashboard. | ||
* Fixes an issue affecting preventLoginWithUnverifiedEmail upon signups. | ||
|
||
#### Dependency Updates: | ||
* [[email protected]](https://www.npmjs.com/package/pg-promise) | ||
* [[email protected]](https://www.npmjs.com/package/body-parser) | ||
* [[email protected]](https://www.npmjs.com/package/nodemon) | ||
|
||
##### Devevelopment Dependencies Updates: | ||
* [[email protected]](https://www.npmjs.com/package/babel-cli) | ||
|
||
### 2.6.0 | ||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.3...2.6.0) | ||
|
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