File tree 2 files changed +24
-1
lines changed 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
26
### 2.0.8 (2/11/2016)
4
27
5
28
* Add: support for Android and iOS push notifications
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.0.8 " ,
3
+ "version" : " 2.1.0 " ,
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