Skip to content

Prepare 2.3.8 release #3710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
## 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:
* [[email protected] ](https://www.npmjs.com/package/cross-env)
* [[email protected]](https://www.npmjs.com/package/ws)
* [[email protected]](https://www.npmjs.com/package/babel-core)
* [[email protected]](https://www.npmjs.com/package/uws)
* [[email protected]](https://www.npmjs.com/package/babel-preset-es2015)
* [[email protected]](https://www.npmjs.com/package/babel-plugin-syntax-flow)
* [[email protected]](https://www.npmjs.com/package/babel-cli)
* [[email protected]](https://www.npmjs.com/package/babel-register)
* [[email protected]](https://www.npmjs.com/package/winston-daily-rotate-file)
* [[email protected]](https://www.npmjs.com/package/mongodb)
* [[email protected]](https://www.npmjs.com/package/redis)
* [[email protected]](https://www.npmjs.com/package/pg-promise)
* [[email protected]](https://www.npmjs.com/package/parse-server-push-adapter)

### 2.3.7
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.6...2.3.7)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "2.3.7",
"version": "2.3.8",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
Expand Down