|
1 | 1 | ## Parse Server Changelog |
2 | 2 |
|
3 | 3 | ### master |
4 | | -[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...master) |
| 4 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.4...master) |
| 5 | + |
| 6 | +### 2.8.4 |
| 7 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.3...2.8.4) |
| 8 | + |
| 9 | +#### Improvements |
| 10 | +* Adds ability to forward errors to express handler (#4697) |
| 11 | +* Adds ability to increment the push badge with an arbitrary value (#4889) |
| 12 | +* Adds ability to preserve the file names when uploading (#4915) |
| 13 | +* `_User` now follow regular ACL policy. Letting administrator lock user out. (#4860) and (#4898) |
| 14 | +* Ensure dates are properly handled in aggregates (#4743) |
| 15 | +* Aggregates: Improved support for stages sharing the same name |
| 16 | +* Add includeAll option |
| 17 | +* Added verify password to users router and tests. (#4747) |
| 18 | +* Ensure read preference is never overriden, so DB config prevails (#4833) |
| 19 | +* add support for geoWithin.centerSphere queries via withJSON (#4825) |
| 20 | +* Allow sorting an object field (#4806) |
| 21 | +* Postgres: Don't merge JSON fields after save() to keep same behaviour as MongoDB (#4808) (#4815) |
| 22 | + |
| 23 | +#### Dependency updates |
| 24 | +* [commander@2.16.0](https://www.npmjs.com/package/commander) |
| 25 | +* [mongodb@3.1.1](https://www.npmjs.com/package/mongodb) |
| 26 | +* [pg-promise@8.4.5](https://www.npmjs.com/package/pg-promise) |
| 27 | +* [ws@6.0.0](https://www.npmjs.com/package/ws) |
| 28 | +* [bcrypt@3.0.0](https://www.npmjs.com/package/bcrypt) |
| 29 | +* [uws@10.148.1](https://www.npmjs.com/package/uws) |
| 30 | + |
| 31 | +##### Devevelopment Dependencies Updates: |
| 32 | +* [cross-env@5.2.0](https://www.npmjs.com/package/cross-env) |
| 33 | +* [eslint@5.0.0](https://www.npmjs.com/package/eslint) |
| 34 | +* [flow-bin@0.76.0](https://www.npmjs.com/package/flow-bin) |
| 35 | +* [mongodb-runner@4.0.0](https://www.npmjs.com/package/mongodb-runner) |
| 36 | +* [nodemon@1.18.1](https://www.npmjs.com/package/nodemon) |
| 37 | +* [nyc@12.0.2](https://www.npmjs.com/package/nyc) |
| 38 | +* [request-promise@4.2.2](https://www.npmjs.com/package/request-promise) |
| 39 | +* [supports-color@5.4.0](https://www.npmjs.com/package/supports-color) |
5 | 40 |
|
6 | 41 | ### 2.8.3 |
7 | | -[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.3...2.8.2) |
| 42 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...2.8.3) |
8 | 43 |
|
9 | 44 | #### Improvements: |
10 | 45 |
|
| 46 | +* Adds support for JS SDK 2.0 job status header |
11 | 47 | * Removes npm-git scripts as npm supports using git repositories that build, thanks to [Florent Vilmart](https://github.com/flovilmart) |
12 | 48 |
|
13 | 49 |
|
14 | 50 | ### 2.8.2 |
15 | | -[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...2.8.1) |
| 51 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.1...2.8.2) |
16 | 52 |
|
17 | 53 | ##### Bug Fixes: |
18 | 54 | * Ensure legacy users without ACL's are not locked out, thanks to [Florent Vilmart](https://github.com/flovilmart) |
|
0 commit comments