|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
3 | 3 | ### master
|
4 |
| -[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.5...master) |
| 4 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.0...master) |
| 5 | + |
| 6 | +### 2.7.0 |
| 7 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.0...2.6.5) |
| 8 | + |
| 9 | +Starting parse-server 2.7.0, the minimun nodejs version is 6.11.4, please update your engines before updating parse-server |
| 10 | + |
| 11 | +#### New Features: |
| 12 | +* Aggregation endpoints, thanks to [Diamond Lewis](https://github.com/dplewis) |
| 13 | +* Adds indexation options onto Schema endpoints, thanks to [Diamond Lewis](https://github.com/dplewis) |
| 14 | + |
| 15 | +#### Bug fixes: |
| 16 | +* Fixes sessionTokens being overridden in 'find' (#4332), thanks to [Benjamin Wilson Friedman](https://github.com/montymxb) |
| 17 | +* Proper `handleShutdown()` feature to close database connections (#4361), thanks to [CHANG, TZU-YEN](https://github.com/trylovetom) |
| 18 | +* Fixes issue affecting state of _PushStatus objects, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb) |
| 19 | +* Fixes issue affecting calling password reset password pages with wrong appid, thanks to [Bryan de Leon](https://github.com/bryandel) |
| 20 | +* Fixes issue affecting duplicates _Sessions on successive logins, thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 21 | + |
| 22 | +#### Improvements: |
| 23 | +* Updates contributing guides, and improves windows support, thanks to [Addison Elliott](https://github.com/addisonelliott) |
| 24 | +* Uses new official scoped packaged, thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 25 | +* Improves health checks responses, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb) |
| 26 | +* Add password confirmation to choose_password, thanks to [Worathiti Manosroi](https://github.com/pungme) |
| 27 | +* Improve performance of relation queries, thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 28 | + |
| 29 | +#### Dependency Updates: |
| 30 | +* [[email protected]](https://www.npmjs.com/package/commander) |
| 31 | +* [[email protected]](https://www.npmjs.com/package/ws) |
| 32 | +* [[email protected]](https://www.npmjs.com/package/uws) |
| 33 | +* [[email protected]](https://www.npmjs.com/package/pg-promise) |
| 34 | +* [[email protected]](https://www.npmjs.com/package/parse) |
| 35 | +* [[email protected]](https://www.npmjs.com/package/pg-promise) |
| 36 | + |
| 37 | +##### Devevelopment Dependencies Updates: |
| 38 | +* [[email protected]](https://www.npmjs.com/package/cross-env) |
| 39 | + |
| 40 | + |
5 | 41 |
|
6 | 42 | ### 2.6.5
|
7 | 43 | [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.5...2.6.4)
|
|
0 commit comments