From 581f919d1a427cd2acb2ca90e1bd3f9ede6ee867 Mon Sep 17 00:00:00 2001 From: Steven Shipton Date: Fri, 10 Mar 2017 17:12:56 +0000 Subject: [PATCH 1/3] Changelog 2.3.7 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a31b71c..fb566336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ ## Parse Server Changelog +### 2.3.7 +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.6...2.3.7) + +#### New features +* New endpoint to resend verification email, thanks to [Xy Ziemba](https://github.com/xyziemba) + +#### Improvements +* Add TTL option for Redis Cache Adapter, thanks to [Ryan Foster](https://github.com/f0ster) +* Update Postgres Storage Adapter, thanks to [Vitaly Tomilov](https://github.com/vitaly-t) + +#### Bug Fixes +* Add index on Role.name, fixes (#3579), thanks to [Natan Rolnik](https://github.com/natanrolnik) +* Fix default value of userSensitiveFields, fixes (#3593), thanks to [Arthur Cinader](https://github.com/acinader) + +#### Dependencies updates: +* [body-parser@1.17.1](https://www.npmjs.com/package/body-parser) +* [express@4.15.2](https://www.npmjs.com/package/express) +* [request@2.81.0](https://www.npmjs.com/package/request) +* [winston-daily-rotate-file@1.4.5](https://www.npmjs.com/package/winston-daily-rotate-file) +* [ws@2.2.0](https://www.npmjs.com/package/ws) + + ### 2.3.6 [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.5...2.3.6) From 2547fd08ae6dd7133c4f92cf5491163d63b510fc Mon Sep 17 00:00:00 2001 From: Steven Shipton Date: Fri, 10 Mar 2017 17:15:34 +0000 Subject: [PATCH 2/3] Update CHANGELOG.md style nits --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb566336..397d1dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### 2.3.7 [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.6...2.3.7) -#### New features +#### New Features * New endpoint to resend verification email, thanks to [Xy Ziemba](https://github.com/xyziemba) #### Improvements @@ -14,7 +14,7 @@ * Add index on Role.name, fixes (#3579), thanks to [Natan Rolnik](https://github.com/natanrolnik) * Fix default value of userSensitiveFields, fixes (#3593), thanks to [Arthur Cinader](https://github.com/acinader) -#### Dependencies updates: +#### Dependency Updates: * [body-parser@1.17.1](https://www.npmjs.com/package/body-parser) * [express@4.15.2](https://www.npmjs.com/package/express) * [request@2.81.0](https://www.npmjs.com/package/request) From 4addf9dfa9d24bbc23f0534b881433957f5d04a2 Mon Sep 17 00:00:00 2001 From: steven-supersolid Date: Fri, 10 Mar 2017 17:49:55 +0000 Subject: [PATCH 3/3] Update version to 2.3.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eef511cd..f231808a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.3.6", + "version": "2.3.7", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {