|
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 | +* [commander@2.13.0](https://www.npmjs.com/package/commander) |
| 26 | +* [semver@5.5.0](https://www.npmjs.com/package/semver) |
| 27 | +* [pg-promise@7.4.0](https://www.npmjs.com/package/pg-promise) |
| 28 | +* [ws@4.0.0](https://www.npmjs.com/package/ws) |
| 29 | +* [mime@2.2.0](https://www.npmjs.com/package/mime) |
| 30 | +* [parse@1.11.0](https://www.npmjs.com/package/parse) |
| 31 | + |
| 32 | +##### Devevelopment Dependencies Updates: |
| 33 | +* [nodemon@1.14.11](https://www.npmjs.com/package/nodemon) |
| 34 | +* [flow-bin@0.64.0](https://www.npmjs.com/package/flow-bin) |
| 35 | +* [jasmine@2.9.0](https://www.npmjs.com/package/jasmine) |
| 36 | +* [cross-env@5.1.3](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