|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
| 3 | +### 2.3.3 |
| 4 | +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.2...2.3.3) |
| 5 | + |
| 6 | +#### Breaking Changes |
| 7 | +* **Minimum Node engine bumped to 4.6** (#3480), thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 8 | + |
| 9 | +#### Bug Fixes |
| 10 | +* Add logging on failure to create file (#3424), thanks to [Arthur Cinader](https://github.com/acinader) |
| 11 | +* Log Parse Errors so they are intelligible (#3431), thanks to [Arthur Cinader](https://github.com/acinader) |
| 12 | +* MongoDB $or Queries avoid SERVER-13732 bug (#3476), thanks to [Jack Wearden](https://github.com/NotBobTheBuilder) |
| 13 | +* Mongo object to Parse object date serialization - avoid re-serialization of iso of type Date (#3389), thanks to [nodechefMatt](https://github.com/nodechefMatt) |
| 14 | + |
| 15 | +#### Improvements |
| 16 | +* Ground preparations for push scalability (#3080), thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 17 | +* Use uWS as optional dependency for ws server (#3231), thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 18 | + |
3 | 19 | ### 2.3.2
|
4 | 20 | [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.1...2.3.2)
|
5 | 21 |
|
@@ -32,7 +48,7 @@ This release addresses only that issue.
|
32 | 48 |
|
33 | 49 | #### New Features
|
34 | 50 | * Adds ability to restrict access through Class Level Permissions to only authenticated users [see docs](http://parseplatform.github.io/docs/ios/guide/#requires-authentication-permission-requires-parse-server---230)
|
35 |
| -* Adds ability to strip sensitive data from _User responses, strips emails by default, thanks to [Arthur Cinader](https://github.com/acinader) |
| 51 | +* Adds ability to strip sensitive data from `_User` responses, strips emails by default, thanks to [Arthur Cinader](https://github.com/acinader) |
36 | 52 | * Adds password history support for password policies, thanks to [Bhaskar Reddy Yasa](https://github.com/bhaskaryasa)
|
37 | 53 |
|
38 | 54 | #### Improvements
|
@@ -132,7 +148,7 @@ Postgres support requires v9.5
|
132 | 148 | ### 2.2.20
|
133 | 149 |
|
134 | 150 | * New: Adds CloudCode handler for `beforeFind`, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
135 |
| -* New: RedisCacheAdapter for syncing schema, role and user caches across servers, thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 151 | +* New: RedisCacheAdapter for syncing schema, role and user caches across servers, thanks to [Florent Vilmart](https://github.com/flovilmart) |
136 | 152 | * New: Latest master build available at `ParsePlatform/parse-server#latest`, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
137 | 153 | * Fix: Better support for upgradeToRevocableSession with missing session token, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
138 | 154 | * Fix: Removes babel-polyfill runtime dependency, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
|
0 commit comments