Skip to content

Commit 103839c

Browse files
committed
Changelog 2.2.11 (#1962)
1 parent 04172ed commit 103839c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
## Parse Server Changelog
22

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+
332
### 2.2.10 (5/15/2016)
433

534
* 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)

package.json

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

0 commit comments

Comments
 (0)