|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
3 | 3 | ### 2.6.0
|
4 |
| -[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.4...master) |
| 4 | +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.3...2.6.0) |
5 | 5 |
|
6 |
| -#### New Breaking Changes: |
| 6 | +#### Breaking Changes: |
7 | 7 | * [[email protected]](https://www.npmjs.com/package/parse-server-s3-adapter): A new deprecation notice is introduced with parse-server-s3-adapter's version 1.2.0. An upcoming release will remove passing key and password arguments. AWS credentials should be set using AWS best practices. See the [Deprecation Notice for AWS credentials ]( https://github.com/parse-server-modules/parse-server-s3-adapter/blob/master/README.md#deprecation-notice----aws-credentials) section of the adapter's README.
|
8 | 8 |
|
| 9 | +#### New Features |
| 10 | +* Polygon is fully supported as a type, thanks to [Diamond Lewis](https://github.com/dplewis) |
| 11 | +* Query supports PolygonContains, thanks to [Diamond Lewis](https://github.com/dplewis) |
| 12 | + |
| 13 | +#### Improvements |
| 14 | +* Postgres: Adds support nested contains and containedIn, thanks to [Diamond Lewis](https://github.com/dplewis) |
| 15 | +* Postgres: Adds support for `null` in containsAll queries, thanks to [Diamond Lewis](https://github.com/dplewis) |
| 16 | +* Cloud Code: Request headers are passed to the cloud functions, thanks to [miguel-s](https://github.com/miguel-s) |
| 17 | +* Push: All push queries now filter only where deviceToken exists |
| 18 | + |
| 19 | +#### Bug Fixes: |
| 20 | +* Fixes issue affecting updates of _User objects when authData was passed. |
| 21 | +* Push: Pushing to an empty audience should now properly report a failed _PushStatus |
| 22 | +* Linking Users: Fixes issue affecting linking users with sessionToken only |
| 23 | + |
| 24 | +#### Dependency Updates: |
| 25 | +* [[email protected]](https://www.npmjs.com/package/ws) |
| 26 | +* [[email protected]](https://www.npmjs.com/package/mime) |
| 27 | +* [[email protected]](https://www.npmjs.com/package/semver) |
| 28 | +* [[email protected]](https://www.npmjs.com/package/uws) |
| 29 | +* [[email protected]](https://www.npmjs.com/package/bcrypt) |
| 30 | +* [[email protected]](https://www.npmjs.com/package/mongodb) |
| 31 | +* [[email protected]](https://www.npmjs.com/package/redis) |
| 32 | +* [[email protected]](https://www.npmjs.com/package/pg-promise) |
| 33 | +* [[email protected]](https://www.npmjs.com/package/commander) |
| 34 | + |
| 35 | +##### Devevelopment Dependencies Updates: |
| 36 | +* [[email protected]](https://www.npmjs.com/package/jasmine) |
| 37 | +* [[email protected]](https://www.npmjs.com/package/babel-register) |
| 38 | +* [[email protected]](https://www.npmjs.com/package/babel-core) |
| 39 | +* [[email protected]](https://www.npmjs.com/package/cross-env) |
| 40 | + |
9 | 41 | ### 2.5.3
|
10 | 42 | [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.2...2.5.3)
|
11 | 43 |
|
|
0 commit comments