Skip to content

Commit 8124aba

Browse files
committed
Merge pull request #1137 from ParsePlatform/fosco.221
Changelog and update to 2.2.1
2 parents e506784 + 4e39975 commit 8124aba

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Parse Server Changelog
22

3+
### 2.2.1 (3/22/2016)
4+
5+
* New: Add FileSystemAdapter file adapter [\#1098](https://github.com/ParsePlatform/parse-server/pull/1098) (dtsolis)
6+
* New: Enabled CLP editing [\#1128](https://github.com/ParsePlatform/parse-server/pull/1128) (drew-gross)
7+
* Improvement: Reduces the number of connections to mongo created [\#1111](https://github.com/ParsePlatform/parse-server/pull/1111) (flovilmart)
8+
* Improvement: Make ParseServer a class [\#980](https://github.com/ParsePlatform/parse-server/pull/980) (flovilmart)
9+
* Fix: Adds support for plain object in $add, $addUnique, $remove [\#1114](https://github.com/ParsePlatform/parse-server/pull/1114) (flovilmart)
10+
* Fix: Generates default CLP, freezes objects [\#1132](https://github.com/ParsePlatform/parse-server/pull/1132) (flovilmart)
11+
* Fix: Properly sets installationId on creating session with 3rd party auth [\#1110](https://github.com/ParsePlatform/parse-server/pull/1110) (flovilmart)
12+
313
### 2.2.0 (3/18/2016)
414

515
* New Feature: Real-time functionality with Live Queries! [\#1092](https://github.com/ParsePlatform/parse-server/pull/1092) (wangmengyan95)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -35,7 +35,7 @@
3535
"mongodb": "~2.1.0",
3636
"multer": "^1.1.0",
3737
"node-gcm": "^0.14.0",
38-
"parse": "^1.7.0",
38+
"parse": "^1.8.0",
3939
"redis": "^2.5.0-1",
4040
"request": "^2.65.0",
4141
"tv4": "^1.2.7",

0 commit comments

Comments
 (0)