|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
3 | 3 | ### master
|
4 |
| -[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.0...master) |
| 4 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.2...master) |
| 5 | + |
| 6 | +### 2.7.2 |
| 7 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.2...2.7.1) |
| 8 | + |
| 9 | +#### Improvements: |
| 10 | +* Improved match aggregate |
| 11 | +* Do not mark the empty pushs as failed |
| 12 | +* Support pointer in aggregate query |
| 13 | +* Introduces flow types for storage |
| 14 | +* Postgres: Refactoring of Postgres Storage Adapter |
| 15 | +* Postgres: Support for multiple projection in aggregate |
| 16 | +* Postgres: performance optimizations |
| 17 | +* Adds infos about vulnerability disclosures |
| 18 | +* Adds ability to login with email when provided as username |
| 19 | + |
| 20 | +#### Bug Fixes |
| 21 | +* Scrub Passwords with URL Encoded Characters |
| 22 | +* Fixes issue affecting using sorting in beforeFind |
| 23 | + |
| 24 | +#### Dependency Updates: |
| 25 | +* [[email protected]](https://www.npmjs.com/package/commander) |
| 26 | +* [[email protected]](https://www.npmjs.com/package/semver) |
| 27 | +* [[email protected]](https://www.npmjs.com/package/pg-promise) |
| 28 | +* [[email protected]](https://www.npmjs.com/package/ws) |
| 29 | +* [[email protected]](https://www.npmjs.com/package/mime) |
| 30 | +* [[email protected]](https://www.npmjs.com/package/parse) |
| 31 | + |
| 32 | +##### Devevelopment Dependencies Updates: |
| 33 | +* [[email protected]](https://www.npmjs.com/package/nodemon) |
| 34 | +* [[email protected]](https://www.npmjs.com/package/flow-bin) |
| 35 | +* [[email protected]](https://www.npmjs.com/package/jasmine) |
| 36 | +* [[email protected]](https://www.npmjs.com/package/cross-env) |
5 | 37 |
|
6 | 38 | ### 2.7.1
|
7 | 39 | [Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.1...2.7.0)
|
|
0 commit comments