Skip to content

Commit 540daa4

Browse files
authored
⚡ Release 2.6.0 (#4126)
1 parent 2e1ba66 commit 540daa4

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,43 @@
11
## Parse Server Changelog
22

33
### 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)
55

6-
#### New Breaking Changes:
6+
#### Breaking Changes:
77
* [[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.
88

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+
941
### 2.5.3
1042
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.2...2.5.3)
1143

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.5.3",
3+
"version": "2.6.0",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)