|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
3 | 3 | ### master
|
4 |
| -[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.0...master) |
| 4 | +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...master) |
5 | 5 |
|
6 |
| -#### New Features |
7 |
| -* Adds ability to send localized pushes according to the _Installation localeIdentifier |
| 6 | +### 2.6.1 |
| 7 | +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.0...2.6.1) |
| 8 | + |
| 9 | +#### Improvements: |
| 10 | +* Improves overall performance of the server, more particularly with large query results. |
| 11 | +* Improves performance of InMemoryCacheAdapter by removing serialization. |
| 12 | +* Improves logging performance by skipping necessary log calls. |
| 13 | +* Refactors object routers to simplify logic. |
| 14 | +* Adds automatic indexing on $text indexes, thanks to [Diamon Lewis](https://github.com/dplewis) |
| 15 | + |
| 16 | +#### New Features: |
| 17 | +* Push: Adds ability to send localized pushes according to the _Installation localeIdentifier |
| 18 | +* Push: proper support for scheduling push in user's locale time, thanks to [Marvel Mathew](https://github.com/marvelm) |
| 19 | +* LiveQuery: Adds ability to use LiveQuery with a masterKey, thanks to [Jeremy May](https://github.com/kenishi) |
| 20 | + |
| 21 | +#### Bug Fixes: |
| 22 | +* Fixes an issue that would duplicate Session objects per userId-installationId pair. |
| 23 | +* Fixes an issue affecting pointer permissions introduced in this release. |
| 24 | +* Fixes an issue that would prevent displaying audiences correctly in dashboard. |
| 25 | +* Fixes an issue affecting preventLoginWithUnverifiedEmail upon signups. |
| 26 | + |
| 27 | +#### Dependency Updates: |
| 28 | +* [[email protected]](https://www.npmjs.com/package/pg-promise) |
| 29 | +* [[email protected]](https://www.npmjs.com/package/body-parser) |
| 30 | +* [[email protected]](https://www.npmjs.com/package/nodemon) |
| 31 | + |
| 32 | +##### Devevelopment Dependencies Updates: |
| 33 | +* [[email protected]](https://www.npmjs.com/package/babel-cli) |
8 | 34 |
|
9 | 35 | ### 2.6.0
|
10 | 36 | [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.3...2.6.0)
|
|
0 commit comments