Skip to content

Commit 593a7a6

Browse files
Release 2.3.7
2 parents 0b1a61c + 4addf9d commit 593a7a6

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
### 2.3.7
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.6...2.3.7)
5+
6+
#### New Features
7+
* New endpoint to resend verification email, thanks to [Xy Ziemba](https://github.com/xyziemba)
8+
9+
#### Improvements
10+
* Add TTL option for Redis Cache Adapter, thanks to [Ryan Foster](https://github.com/f0ster)
11+
* Update Postgres Storage Adapter, thanks to [Vitaly Tomilov](https://github.com/vitaly-t)
12+
13+
#### Bug Fixes
14+
* Add index on Role.name, fixes (#3579), thanks to [Natan Rolnik](https://github.com/natanrolnik)
15+
* Fix default value of userSensitiveFields, fixes (#3593), thanks to [Arthur Cinader](https://github.com/acinader)
16+
17+
#### Dependency Updates:
18+
* [body-parser@1.17.1](https://www.npmjs.com/package/body-parser)
19+
* [express@4.15.2](https://www.npmjs.com/package/express)
20+
* [request@2.81.0](https://www.npmjs.com/package/request)
21+
* [winston-daily-rotate-file@1.4.5](https://www.npmjs.com/package/winston-daily-rotate-file)
22+
* [ws@2.2.0](https://www.npmjs.com/package/ws)
23+
24+
325
### 2.3.6
426
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.5...2.3.6)
527

package.json

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

0 commit comments

Comments
 (0)