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

Lines changed: 22 additions & 0 deletions
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+
* [[email protected]](https://www.npmjs.com/package/body-parser)
19+
* [[email protected]](https://www.npmjs.com/package/express)
20+
* [[email protected]](https://www.npmjs.com/package/request)
21+
* [[email protected]](https://www.npmjs.com/package/winston-daily-rotate-file)
22+
* [[email protected]](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

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.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)