File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
25
### 2.3.6
4
26
[ Full Changelog] ( https://github.com/ParsePlatform/parse-server/compare/2.3.5...2.3.6 )
5
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.3.6 " ,
3
+ "version" : " 2.3.7 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments