|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
| 3 | +### 2.3.8 |
| 4 | +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.7...2.3.8) |
| 5 | + |
| 6 | +#### New Features |
| 7 | +* Support for PG-Promise options, thanks to [ren dong](https://github.com/rendongsc) |
| 8 | + |
| 9 | +#### Improvements |
| 10 | +* Improves support for graceful shutdown, thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 11 | +* Improves configuration validation for Twitter Authentication, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb) |
| 12 | + |
| 13 | +#### Bug Fixes |
| 14 | +* Fixes issue affecting GeoPoint __type with Postgres, thanks to [zhoul-HS](https://github.com/zhoul-HS) |
| 15 | +* Prevent user creation if username or password is empty, thanks to [Wissam Abirached](https://github.com/wabirached) |
| 16 | + |
| 17 | +#### Dependency Updates: |
| 18 | +* [cross-env@4.0.0 ](https://www.npmjs.com/package/cross-env) |
| 19 | +* [ws@2.2.3](https://www.npmjs.com/package/ws) |
| 20 | +* [babel-core@6.24.0](https://www.npmjs.com/package/babel-core) |
| 21 | +* [uws@0.14.0](https://www.npmjs.com/package/uws) |
| 22 | +* [babel-preset-es2015@6.24.0](https://www.npmjs.com/package/babel-preset-es2015) |
| 23 | +* [babel-plugin-syntax-flow@6.18.0](https://www.npmjs.com/package/babel-plugin-syntax-flow) |
| 24 | +* [babel-cli@6.24.0](https://www.npmjs.com/package/babel-cli) |
| 25 | +* [babel-register@6.24.0](https://www.npmjs.com/package/babel-register) |
| 26 | +* [winston-daily-rotate-file@1.4.6](https://www.npmjs.com/package/winston-daily-rotate-file) |
| 27 | +* [mongodb@2.2.25](https://www.npmjs.com/package/mongodb) |
| 28 | +* [redis@2.7.0](https://www.npmjs.com/package/redis) |
| 29 | +* [pg-promise@5.6.4](https://www.npmjs.com/package/pg-promise) |
| 30 | +* [parse-server-push-adapter@1.3.0](https://www.npmjs.com/package/parse-server-push-adapter) |
| 31 | + |
3 | 32 | ### 2.3.7
|
4 | 33 | [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.6...2.3.7)
|
5 | 34 |
|
|
0 commit comments