Skip to content

Commit 52c4c4b

Browse files
committed
Updating to 2.1.0
1 parent 6f29493 commit 52c4c4b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

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.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": {

0 commit comments

Comments
 (0)