Skip to content

Commit 302a0dd

Browse files
flovilmartArthur Cinader
authored and
Arthur Cinader
committed
Prepare 2.3.8 release (#3710)
1 parent e7a45ce commit 302a0dd

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
## Parse Server Changelog
22

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+
* [[email protected] ](https://www.npmjs.com/package/cross-env)
19+
* [[email protected]](https://www.npmjs.com/package/ws)
20+
* [[email protected]](https://www.npmjs.com/package/babel-core)
21+
* [[email protected]](https://www.npmjs.com/package/uws)
22+
* [[email protected]](https://www.npmjs.com/package/babel-preset-es2015)
23+
* [[email protected]](https://www.npmjs.com/package/babel-plugin-syntax-flow)
24+
* [[email protected]](https://www.npmjs.com/package/babel-cli)
25+
* [[email protected]](https://www.npmjs.com/package/babel-register)
26+
* [[email protected]](https://www.npmjs.com/package/winston-daily-rotate-file)
27+
* [[email protected]](https://www.npmjs.com/package/mongodb)
28+
* [[email protected]](https://www.npmjs.com/package/redis)
29+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
30+
* [[email protected]](https://www.npmjs.com/package/parse-server-push-adapter)
31+
332
### 2.3.7
433
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.6...2.3.7)
534

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)