Skip to content

Commit fb65f85

Browse files
committed
Release 2.4.0
1 parent 4e9e33c commit fb65f85

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
## Parse Server Changelog
22

3+
### 2.4.0
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.8...2.4.0)
5+
Starting 2.4.0, parse-server is tested against node 6.10 and 7.10, mongodb 3.2 and 3.4.
6+
If you experience issues with older versions, please [open a issue](https://github.com/parse-community/parse-server/issues).
7+
8+
#### New Features:
9+
* Adds `count` Class Level Permission (#3814), thanks to [Florent Vilmart](https://github.com/flovilmart)
10+
* Proper graceful shutdown support (#3786), thanks to [Florent Vilmart](https://github.com/flovilmart)
11+
* Let parse-server store as `scheduled` Push Notifications with push_time (#3717, #3722), thanks to [Felipe Andrade](https://github.com/felipemobile)
12+
13+
#### Improvements
14+
* Parse-Server images are built through docker hub, thanks to [Florent Vilmart](https://github.com/flovilmart)
15+
* Skip authData validation if it hasn't changed, thanks to [Florent Vilmart](https://github.com/flovilmart)
16+
* [postgres] Improve performance when adding many new fields to the Schema (#3740), thanks to [Paulo Vítor S Reis](https://github.com/paulovitin)
17+
* Test maintenance, wordsmithing and nits (#3744), thanks to [Arthur Cinader](https://github.com/acinader)
18+
19+
#### Bug Fixes:
20+
* [postgres] Fixes issue affecting deleting multiple fields of a Schema (#3734, #3735), thanks to [Paulo Vítor S Reis](https://github.com/paulovitin)
21+
* Fix issue affecting _PushStatus state (#3808), thanks to [Florent Vilmart](https://github.com/flovilmart)
22+
* requiresAuthentication Class Level Permission behaves correctly, thanks to [Florent Vilmart](https://github.com/flovilmart)
23+
* Email Verification related fields are not exposed (#3681, #3393, #3432), thanks to [Anthony Mosca](https://github.com/aontas)
24+
* HTTP query parameters are properly obfuscated in logs (#3793, #3789), thanks to [@youngerong](https://github.com/youngerong)
25+
* Improve handling of `$near` operators in `$or` queries (#3767, #3798), thanks to [Jack Wearden](https://github.com/NotBobTheBuilder)
26+
* Fix issue affecting arrays of pointers (#3169), thanks to [Florent Vilmart](https://github.com/flovilmart)
27+
* Fix issue affecting overloaded query constraints (#3723, #3678), thanks to [Florent Vilmart](https://github.com/flovilmart)
28+
* Properly catch unhandled rejections in _Installation updates (#3795), thanks to [kahoona77](https://github.com/kahoona77)
29+
30+
#### Dependency Updates:
31+
32+
* [[email protected]](https://www.npmjs.com/package/uws)
33+
* [[email protected]](https://www.npmjs.com/package/mime)
34+
* [[email protected]](https://www.npmjs.com/package/mongodb)
35+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
36+
* [[email protected]](https://www.npmjs.com/package/semver)
37+
38+
##### Devevelopment dependencies
39+
* [[email protected]](https://www.npmjs.com/package/babel-cli)
40+
* [[email protected]](https://www.npmjs.com/package/babel-core)
41+
* [[email protected]](https://www.npmjs.com/package/babel-preset-es2015)
42+
* [[email protected]](https://www.npmjs.com/package/babel-preset-stage-0)
43+
* [[email protected]](https://www.npmjs.com/package/babel-register)
44+
* [[email protected]](https://www.npmjs.com/package/cross-env)
45+
* [[email protected]](https://www.npmjs.com/package/deep-diff)
46+
* [[email protected]](https://www.npmjs.com/package/gaze)
47+
* [[email protected]](https://www.npmjs.com/package/jasmine)
48+
* [[email protected]](https://www.npmjs.com/package/jasmine-spec-reporter)
49+
* [[email protected]](https://www.npmjs.com/package/mongodb-runner)
50+
* [[email protected]](https://www.npmjs.com/package/nyc)
51+
* [[email protected]](https://www.npmjs.com/package/request-promise)
52+
53+
354
### 2.3.8
455
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.7...2.3.8)
556

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.3.8",
3+
"version": "2.4.0",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)