|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
| 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 | + |
3 | 39 | ### 2.1.3 (2/24/2016)
|
4 | 40 |
|
5 | 41 | * Feature: Add initial support for in-app purchases
|
|
8 | 44 | * Performance: Faster saves if not using beforeSave triggers
|
9 | 45 | * Fix: Send session token in response to current user endpoint
|
10 | 46 | * 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 |
12 | 48 | * Fix: ACL creation for master key only objects
|
13 | 49 | * Fix: Allow uploading files without Content-Type
|
14 | 50 | * Fix: Add features to http requrest to match Parse.com
|
|
41 | 77 | * Feature: Support for logs, extensible via Log Adapter
|
42 | 78 | * Feature: New Push Adapter for sending push notifications through OneSignal
|
43 | 79 | * 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 |
45 | 81 | * Feature: Disable anonymous users via configuration.
|
46 | 82 | * Experimental: Schemas API support for PUT operations
|
47 | 83 | * Fix: Prevent installation ID from being added to User
|
|
58 | 94 | ### 2.0.8 (2/11/2016)
|
59 | 95 |
|
60 | 96 | * 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) |
62 | 98 | * Experimental: support for schemas API (GET and POST only)
|
63 | 99 | * Experimental: support for Parse Config (GET and POST only)
|
64 | 100 | * Fix: Querying objects with equality constraint on array column
|
|
0 commit comments