|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
3 | 3 | ### master
|
4 |
| -[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.3...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 | +* [[email protected]](https://www.npmjs.com/package/commander) |
| 25 | +* [[email protected]](https://www.npmjs.com/package/mongodb) |
| 26 | +* [[email protected]](https://www.npmjs.com/package/pg-promise) |
| 27 | +* [[email protected]](https://www.npmjs.com/package/ws) |
| 28 | +* [[email protected]](https://www.npmjs.com/package/bcrypt) |
| 29 | +* [[email protected]](https://www.npmjs.com/package/uws) |
| 30 | + |
| 31 | +##### Devevelopment Dependencies Updates: |
| 32 | +* [[email protected]](https://www.npmjs.com/package/cross-env) |
| 33 | +* [[email protected]](https://www.npmjs.com/package/eslint) |
| 34 | +* [[email protected]](https://www.npmjs.com/package/flow-bin) |
| 35 | +* [[email protected]](https://www.npmjs.com/package/mongodb-runner) |
| 36 | +* [[email protected]](https://www.npmjs.com/package/nodemon) |
| 37 | +* [[email protected]](https://www.npmjs.com/package/nyc) |
| 38 | +* [[email protected]](https://www.npmjs.com/package/request-promise) |
| 39 | +* [[email protected]](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 | * Adds support for JS SDK 2.0 job status header
|
10 | 45 |
|
11 | 46 | ### 2.8.2
|
12 |
| -[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...2.8.1) |
| 47 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.1...2.8.2) |
13 | 48 |
|
14 | 49 | ##### Bug Fixes:
|
15 | 50 | * Ensure legacy users without ACL's are not locked out, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
|
0 commit comments