Skip to content

Commit ddb194f

Browse files
committed
Merge branch 'alpha' into express-5
2 parents a6d1956 + a68f71b commit ddb194f

File tree

9 files changed

+192
-38
lines changed

9 files changed

+192
-38
lines changed

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [8.0.0-alpha.7](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.6...8.0.0-alpha.7) (2025-01-28)
2+
3+
4+
### Features
5+
6+
* Add support for MongoDB `databaseOptions` keys `minPoolSize`, `connectTimeoutMS`, `socketTimeoutMS` ([#9522](https://github.com/parse-community/parse-server/issues/9522)) ([91618fe](https://github.com/parse-community/parse-server/commit/91618fe738217b937cbfcec35969679e0adb7676))
7+
18
# [8.0.0-alpha.6](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.5...8.0.0-alpha.6) (2025-01-12)
29

310

package-lock.json

Lines changed: 141 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "8.0.0-alpha.6",
3+
"version": "8.0.0-alpha.7",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"@parse/fs-files-adapter": "3.0.0",
2828
"@parse/push-adapter": "6.8.0",
2929
"bcryptjs": "2.4.3",
30-
"commander": "12.1.0",
30+
"commander": "13.0.0",
3131
"cors": "2.8.5",
3232
"deepcopy": "2.1.0",
3333
"express": "5.0.1",
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@actions/core": "1.11.1",
70-
"@apollo/client": "3.12.7",
70+
"@apollo/client": "3.12.8",
7171
"@babel/cli": "7.26.4",
7272
"@babel/core": "7.26.7",
7373
"@babel/plugin-proposal-object-rest-spread": "7.20.7",

0 commit comments

Comments
 (0)