You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,26 @@ Starting 2.4.0, parse-server is tested against node 6.10 and 7.10, mongodb 3.2 a
6
6
If you experience issues with older versions, please [open a issue](https://github.com/parse-community/parse-server/issues).
7
7
8
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)
9
+
* Adds `count` Class Level Permission ([#3814](https://github.com/parse-community/parse-server/pull/3814)), thanks to [Florent Vilmart](https://github.com/flovilmart)
10
+
* Proper graceful shutdown support ([#3786](https://github.com/parse-community/parse-server/pull/3786)), thanks to [Florent Vilmart](https://github.com/flovilmart)
11
11
* Let parse-server store as `scheduled` Push Notifications with push_time (#3717, #3722), thanks to [Felipe Andrade](https://github.com/felipemobile)
12
12
13
13
#### Improvements
14
14
* Parse-Server images are built through docker hub, thanks to [Florent Vilmart](https://github.com/flovilmart)
15
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)
16
+
*[postgres] Improve performance when adding many new fields to the Schema ([#3740](https://github.com/parse-community/parse-server/pull/3740)), thanks to [Paulo Vítor S Reis](https://github.com/paulovitin)
17
+
* Test maintenance, wordsmithing and nits ([#3744](https://github.com/parse-community/parse-server/pull/3744)), thanks to [Arthur Cinader](https://github.com/acinader)
18
18
19
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)
20
+
*[postgres] Fixes issue affecting deleting multiple fields of a Schema ([#3734](https://github.com/parse-community/parse-server/pull/3734), [#3735](https://github.com/parse-community/parse-server/pull/3735)), thanks to [Paulo Vítor S Reis](https://github.com/paulovitin)
21
+
* Fix issue affecting _PushStatus state ([#3808](https://github.com/parse-community/parse-server/pull/3808)), thanks to [Florent Vilmart](https://github.com/flovilmart)
22
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)
* Properly catch unhandled rejections in _Installation updates (#3795), thanks to [kahoona77](https://github.com/kahoona77)
23
+
* Email Verification related fields are not exposed ([#3681](https://github.com/parse-community/parse-server/pull/3681), [#3393](https://github.com/parse-community/parse-server/pull/3393), [#3432](https://github.com/parse-community/parse-server/pull/3432)), thanks to [Anthony Mosca](https://github.com/aontas)
24
+
* HTTP query parameters are properly obfuscated in logs ([#3793](https://github.com/parse-community/parse-server/pull/3793), [#3789](https://github.com/parse-community/parse-server/pull/3789)), thanks to [@youngerong](https://github.com/youngerong)
25
+
* Improve handling of `$near` operators in `$or` queries ([#3767](https://github.com/parse-community/parse-server/pull/3767), [#3798](https://github.com/parse-community/parse-server/pull/3798)), thanks to [Jack Wearden](https://github.com/NotBobTheBuilder)
26
+
* Fix issue affecting arrays of pointers ([#3169](https://github.com/parse-community/parse-server/pull/3169)), thanks to [Florent Vilmart](https://github.com/flovilmart)
0 commit comments