Prepare 2.3.8 release (#3710)
This commit is contained in:
committed by
Arthur Cinader
parent
e7a45cecb7
commit
302a0dda73
29
CHANGELOG.md
29
CHANGELOG.md
@@ -1,5 +1,34 @@
|
|||||||
## Parse Server Changelog
|
## Parse Server Changelog
|
||||||
|
|
||||||
|
### 2.3.8
|
||||||
|
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.7...2.3.8)
|
||||||
|
|
||||||
|
#### New Features
|
||||||
|
* Support for PG-Promise options, thanks to [ren dong](https://github.com/rendongsc)
|
||||||
|
|
||||||
|
#### Improvements
|
||||||
|
* Improves support for graceful shutdown, thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* Improves configuration validation for Twitter Authentication, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
|
||||||
|
|
||||||
|
#### Bug Fixes
|
||||||
|
* Fixes issue affecting GeoPoint __type with Postgres, thanks to [zhoul-HS](https://github.com/zhoul-HS)
|
||||||
|
* Prevent user creation if username or password is empty, thanks to [Wissam Abirached](https://github.com/wabirached)
|
||||||
|
|
||||||
|
#### Dependency Updates:
|
||||||
|
* [cross-env@4.0.0 ](https://www.npmjs.com/package/cross-env)
|
||||||
|
* [ws@2.2.3](https://www.npmjs.com/package/ws)
|
||||||
|
* [babel-core@6.24.0](https://www.npmjs.com/package/babel-core)
|
||||||
|
* [uws@0.14.0](https://www.npmjs.com/package/uws)
|
||||||
|
* [babel-preset-es2015@6.24.0](https://www.npmjs.com/package/babel-preset-es2015)
|
||||||
|
* [babel-plugin-syntax-flow@6.18.0](https://www.npmjs.com/package/babel-plugin-syntax-flow)
|
||||||
|
* [babel-cli@6.24.0](https://www.npmjs.com/package/babel-cli)
|
||||||
|
* [babel-register@6.24.0](https://www.npmjs.com/package/babel-register)
|
||||||
|
* [winston-daily-rotate-file@1.4.6](https://www.npmjs.com/package/winston-daily-rotate-file)
|
||||||
|
* [mongodb@2.2.25](https://www.npmjs.com/package/mongodb)
|
||||||
|
* [redis@2.7.0](https://www.npmjs.com/package/redis)
|
||||||
|
* [pg-promise@5.6.4](https://www.npmjs.com/package/pg-promise)
|
||||||
|
* [parse-server-push-adapter@1.3.0](https://www.npmjs.com/package/parse-server-push-adapter)
|
||||||
|
|
||||||
### 2.3.7
|
### 2.3.7
|
||||||
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.6...2.3.7)
|
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.6...2.3.7)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "2.3.7",
|
"version": "2.3.8",
|
||||||
"description": "An express module providing a Parse-compatible API server",
|
"description": "An express module providing a Parse-compatible API server",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user