Skip to content

Commit 581f919

Browse files
Changelog 2.3.7
1 parent 0b1a61c commit 581f919

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
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+
#### Dependencies 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

0 commit comments

Comments
 (0)