Skip to content

Commit 5358533

Browse files
committed
Merge pull request parse-community#634 from drew-gross/2.1.3
Changelog and package.json for 2.1.3
2 parents 7bbe166 + f2f42fe commit 5358533

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
### 2.1.3 (2/24/2016)
4+
5+
* Feature: Add initial support for in-app purchases
6+
* Feature: Better error messages when attempting to run the server on a port that is already in use or without a server URL
7+
* Feature: Allow customization of max file size
8+
* Performance: Faster saves if not using beforeSave triggers
9+
* Fix: Send session token in response to current user endpoint
10+
* Fix: Remove triggers for _Session collection
11+
* Fix: Improve compatability of Cloud Code beforeSave hook for newly created object
12+
* Fix: ACL creation for master key only objects
13+
* Fix: Allow uploading files without Content-Type
14+
* Fix: Add features to http requrest to match Parse.com
15+
* Fix: Bugs in development script when running from locations other than project root
16+
* Fix: Can pass query constraints in URL
17+
* Fix: Objects with legacy "_tombstone" key now don't cause issues.
18+
* Fix: Allow nested keys in objects to begin with underscores
19+
* Fix: Allow correct headers for CORS
20+
321
### 2.1.2 (2/19/2016)
422

523
* Change: The S3 file adapter constructor requires a bucket name

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

0 commit comments

Comments
 (0)