|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
| 3 | +### 2.2.11 (5/31/2016) |
| 4 | + |
| 5 | +* Security: Censor user password in logs, thanks to [Marco Cheung](https://github.com/Marco129) |
| 6 | +* New: Add PARSE_SERVER_LOGS_FOLDER env var for setting log folder, thanks to [KartikeyaRokde](https://github.com/KartikeyaRokde) |
| 7 | +* New: Webhook key support, thanks to [Tyler Brock](https://github.com/TylerBrock) |
| 8 | +* Perf: Add cache adapter and default caching of certain objects, thanks to [Blayne Chard](https://github.com/blacha) |
| 9 | +* Improvement: Better error messages for schema type mismatches, thanks to [Jeremy Pease](https://github.com/JeremyPlease) |
| 10 | +* Improvement: Better error messages for reset password emails |
| 11 | +* Improvement: Webhook key support in CLI, thanks to [Tyler Brock](https://github.com/TylerBrock) |
| 12 | +* Fix: Remove read only fields when using beforeSave, thanks to [Tyler Brock](https://github.com/TylerBrock) |
| 13 | +* Fix: Use content type provided by JS SDK, thanks to [Blayne Chard](https://github.com/blacha) and [Florent Vilmart](https://github.com/flovilmart) |
| 14 | +* Fix: Tell the dashboard the stored push data is available, thanks to [Jeremy Pease](https://github.com/JeremyPlease) |
| 15 | +* Fix: Add support for HTTP Basic Auth, thanks to [Hussam Moqhim](https://github.com/hmoqhim) |
| 16 | +* Fix: Support for MongoDB version 3.2.6, (note: do not use MongoDB 3.2 with migrated apps that still have traffic on Parse.com), thanks to [Tyler Brock](https://github.com/TylerBrock) |
| 17 | +* Fix: Prevent `pm2` from crashing when push notifications fail, thanks to [benishak](https://github.com/benishak) |
| 18 | +* Fix: Add full list of default _Installation fields, thanks to [Jeremy Pease](https://github.com/JeremyPlease) |
| 19 | +* Fix: Strip objectId out of hooks responses, thanks to [Tyler Brock](https://github.com/TylerBrock) |
| 20 | +* Fix: Fix external webhook response format, thanks to [Tyler Brock](https://github.com/TylerBrock) |
| 21 | +* Fix: Fix beforeSave when object is passed to `success`, thanks to [Madhav Bhagat](https://github.com/codebreach) |
| 22 | +* Fix: Remove use of deprecated APIs, thanks to [Emad Ehsan](https://github.com/emadehsan) |
| 23 | +* Fix: Crash when multiple Parse Servers on the same machine try to write to the same logs folder, thanks to [Steven Shipton](https://github.com/steven-supersolid) |
| 24 | +* Fix: Various issues with key names in `Parse.Object`s |
| 25 | +* Fix: Treat Bytes type properly |
| 26 | +* Fix: Caching bugs that caused writes by masterKey or other session token to not show up to users reading with a different session token |
| 27 | +* Fix: Pin mongo driver version, preventing a regression in version 2.1.19 |
| 28 | +* Fix: Various issues with pointer fields not being treated properly |
| 29 | +* Fix: Issues with pointed getting un-fetched due to changes in beforeSave |
| 30 | +* Fix: Fixed crash when deleting classes that have CLPs |
| 31 | + |
3 | 32 | ### 2.2.10 (5/15/2016)
|
4 | 33 |
|
5 | 34 | * Fix: Write legacy ACLs to Mongo so that clients that still go through Parse.com can read them, thanks to [Tyler Brock](https://github.com/TylerBrock) and [carmenlau](https://github.com/carmenlau)
|
|
0 commit comments