File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Parse Server Changelog
22
3+ ### 2.1.0 (2/17/2016)
4+
5+ * Feature: Support for additional OAuth providers
6+ * Feature: Ability to implement custom OAuth providers
7+ * Feature: Support for deleting Parse Files
8+ * Feature: Allow querying roles
9+ * Feature: Support for logs, extensible via Log Adapter
10+ * Feature: New Push Adapter for sending push notifications through OneSignal
11+ * Feature: Tighter default security for Users
12+ * Feature: Pass parameters to Cloud Code in query string
13+ * Feature: Disable anonymous users via configuration.
14+ * Experimental: Schemas API support for PUT operations
15+ * Fix: Prevent installation ID from being added to User
16+ * Fix: Becoming a user works properly with sessions
17+ * Fix: Including multiple object when some object are unavailable will get all the objects that are available
18+ * Fix: Invalid URL for Parse Files
19+ * Fix: Making a query without a limit now returns 100 results
20+ * Fix: Expose installation id in cloud code
21+ * Fix: Correct username for Anonymous users
22+ * Fix: Session token issue after fetching user
23+ * Fix: Issues during install process
24+ * Fix: Issue with Unity SDK sending _ noBody
25+
326### 2.0.8 (2/11/2016)
427
528* Add: support for Android and iOS push notifications
Original file line number Diff line number Diff line change 11{
22 "name" : " parse-server" ,
3- "version" : " 2.0.8 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " An express module providing a Parse-compatible API server" ,
55 "main" : " lib/index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments