We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9431a8 + a6dc76d commit 9678b7aCopy full SHA for 9678b7a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Parse Server Changelog
2
3
+### 2.1.1 (2/18/2016)
4
+
5
+* Experimental: Schemas API support for DELETE operations
6
+* Fix: Session token issue fetching Users
7
+* Fix: Facebook auth validation
8
+* Fix: Invalid error when deleting missing session
9
10
### 2.1.0 (2/17/2016)
11
12
* Feature: Support for additional OAuth providers
package.json
@@ -1,6 +1,6 @@
{
"name": "parse-server",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
0 commit comments