File tree 2 files changed +19
-1
lines changed 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
21
### 2.1.2 (2/19/2016)
4
22
5
23
* Change: The S3 file adapter constructor requires a bucket name
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.1.3 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments