Skip to content

Commit 127629d

Browse files
authored
Changelog 2.2.25 (#3134)
1 parent 6676c6a commit 127629d

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

3-
### 2.2.25-beta.1
3+
### 2.2.25
44

55
Postgres support requires v9.5
66

77
#### New Features
8+
* Dockerizing Parse Server, thanks to [Kirill Kravinsky](https://github.com/woyorus)
9+
* Login with qq, wechat, weibo, thanks to [haifeizhang]()
10+
* Password policy, validation and expiration, thanks to [Bhaskar Reddy Yasa](https://github.com/bhaskaryasa)
811
* Health check on /health, thanks to [Kirill Kravinsky](https://github.com/woyorus)
912
* Reuse SchemaCache across requests option, thanks to [Steven Shipton](https://github.com/steven-supersolid)
1013

1114
#### Improvements
15+
* Better support for CLI options, thanks to [Steven Shipton](https://github.com/steven-supersolid)
16+
* Specity a database timeout with maxTimeMS, thanks to [Tyler Brock](https://github.com/TylerBrock)
17+
* Adds the username to reset password success pages, thanks to [Halim Qarroum](https://github.com/HQarroum)
1218
* Better support for Redis cache adapter, thanks to [Tyler Brock](https://github.com/TylerBrock)
1319
* Better coverage of Postgres, thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
1420

21+
#### Bug Fixes
22+
* Fixes issue when sending push to multiple installations, thanks to [Florent Vilmart](https://github.com/flovilmart)
23+
* Fixes issues with twitter authentication, thanks to [jonas-db](https://github.com/jonas-db)
24+
* Ignore createdAt fields update, thanks to [Yuki Takeichi](https://github.com/yuki-takeichi)
25+
* Improve support for array equality with LiveQuery, thanks to [David Poetzsch-Heffter](https://github.com/dpoetzsch)
26+
* Improve support for batch endpoint when serverURL and publicServerURL have different paths, thanks to [Florent Vilmart](https://github.com/flovilmart)
27+
* Support saving relation objects, thanks to [Yuki Takeichi](https://github.com/yuki-takeichi)
28+
1529
### 2.2.24
1630

1731
#### New Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.2.25-beta.1",
3+
"version": "2.2.25",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)