Skip to content

Commit 06fb8d4

Browse files
committed
Merge pull request parse-community#810 from drew-gross/changelog-2.1.4
Release and Changelog for 2.1.4
2 parents b6009bb + 4d7c87b commit 06fb8d4

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
## Parse Server Changelog
22

3+
### 2.1.4 (3/3/2016)
4+
5+
* New: serverInfo endpoint that returns server version and info about the server's features
6+
* Improvement: Add support for badges on iOS
7+
* Improvement: Improve failure handling in cloud code http requests
8+
* Improvement: Add support for queries on pointers and relations
9+
* Improvement: Add support for multiple $in clauses in a query
10+
* Improvement: Add allowClientClassCreation config option
11+
* Improvement: Allow atomically setting subdocument keys
12+
* Improvement: Allow arbitrarily deeply nested roles
13+
* Improvement: Set proper content-type in S3 File Adapter
14+
* Improvement: S3 adapter auto-creates buckets
15+
* Improvement: Better error messages for many errors
16+
* Performance: Improved algorithm for validating client keys
17+
* Experimental: Parse Hooks and Hooks API
18+
* Experimental: Email verification and password reset emails
19+
* Experimental: Improve compatability of logs feature with Parse.com
20+
* Fix: Fix for attempting to delete missing classes via schemas API
21+
* Fix: Allow creation of system classes via schemas API
22+
* Fix: Allow missing where cause in $select
23+
* Fix: Improve handling of invalid object ids
24+
* Fix: Replace query overwriting existing query
25+
* Fix: Propagate installationId in cloud code triggers
26+
* Fix: Session expiresAt is now a Date instead of a string
27+
* Fix: Fix count queries
28+
* Fix: Disallow _Role objects without names or without ACL
29+
* Fix: Better handling of invalid types submitted
30+
* Fix: beforeSave will not be triggered for attempts to save with invalid authData
31+
* Fix: Fix duplicate device token issues on Android
32+
* Fix: Allow empty authData on signup
33+
* Fix: Allow Master Key Headers (CORS)
34+
* Fix: Fix bugs if JavaScript key was not provided in server configuration
35+
* Fix: Parse Files on objects can now be stored without URLs
36+
* Fix: allow both objectId or installationId when modifying installation
37+
* Fix: Command line works better when not given options
38+
339
### 2.1.3 (2/24/2016)
440

541
* Feature: Add initial support for in-app purchases
@@ -8,7 +44,7 @@
844
* Performance: Faster saves if not using beforeSave triggers
945
* Fix: Send session token in response to current user endpoint
1046
* Fix: Remove triggers for _Session collection
11-
* Fix: Improve compatability of Cloud Code beforeSave hook for newly created object
47+
* Fix: Improve compatability of cloud code beforeSave hook for newly created object
1248
* Fix: ACL creation for master key only objects
1349
* Fix: Allow uploading files without Content-Type
1450
* Fix: Add features to http requrest to match Parse.com
@@ -41,7 +77,7 @@
4177
* Feature: Support for logs, extensible via Log Adapter
4278
* Feature: New Push Adapter for sending push notifications through OneSignal
4379
* Feature: Tighter default security for Users
44-
* Feature: Pass parameters to Cloud Code in query string
80+
* Feature: Pass parameters to cloud code in query string
4581
* Feature: Disable anonymous users via configuration.
4682
* Experimental: Schemas API support for PUT operations
4783
* Fix: Prevent installation ID from being added to User
@@ -58,7 +94,7 @@
5894
### 2.0.8 (2/11/2016)
5995

6096
* Add: support for Android and iOS push notifications
61-
* Experimental: Cloud Code validation hooks (can mark as non-experimental after we have docs)
97+
* Experimental: cloud code validation hooks (can mark as non-experimental after we have docs)
6298
* Experimental: support for schemas API (GET and POST only)
6399
* Experimental: support for Parse Config (GET and POST only)
64100
* Fix: Querying objects with equality constraint on array column

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

0 commit comments

Comments
 (0)