Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2275fee
refactor: Bump undici from 6.24.1 to 6.27.0 (#10524)
dependabot[bot] Jul 13, 2026
5c25152
refactor: Bump markdown-it from 14.1.0 to 14.3.0 (#10510)
dependabot[bot] Jul 13, 2026
504f919
refactor: Bump form-data (#10508)
dependabot[bot] Jul 13, 2026
0d260ff
refactor: Bump @babel/core from 7.29.0 to 7.29.6 (#10574)
mtrezza Jul 13, 2026
b28dba8
refactor: Bump typescript-eslint from 8.58.0 to 8.59.1 (#10575)
mtrezza Jul 13, 2026
a972046
refactor: Bump @grpc/grpc-js from 1.14.3 to 1.14.4 (#10503)
dependabot[bot] Jul 13, 2026
3f4d0d7
refactor: Bump qs from 6.14.2 to 6.15.2 (#10476)
dependabot[bot] Jul 13, 2026
1b487e4
refactor: Bump @protobufjs/utf8 from 1.1.0 to 1.1.1 (#10461)
dependabot[bot] Jul 13, 2026
538b1d7
refactor: Bump postcss from 8.4.47 to 8.5.14 (#10450)
dependabot[bot] Jul 13, 2026
a2ea125
refactor: Bump fast-xml-parser from 5.5.9 to 5.8.0 (#10447)
dependabot[bot] Jul 13, 2026
a7e792a
refactor: Bump @babel/plugin-transform-modules-systemjs from 7.29.0 t…
dependabot[bot] Jul 13, 2026
7d4d135
refactor: Bump fast-xml-builder from 1.1.4 to 1.2.0 (#10457)
dependabot[bot] Jul 13, 2026
d577327
fix: Bump follow-redirects from 1.15.11 to 1.16.0 (#10577)
mtrezza Jul 13, 2026
6e87eb2
chore(release): 9.10.1-alpha.1 [skip ci]
semantic-release-bot Jul 13, 2026
d76845f
test: Add _Installation non-master access control regression tests (#…
mtrezza Jul 14, 2026
0df8779
fix: Creating a session can delete another user's session (#10582)
mtrezza Jul 14, 2026
42ae75f
chore(release): 9.10.1-alpha.2 [skip ci]
semantic-release-bot Jul 14, 2026
eab2e97
refactor: Bump cross-env from 7.0.3 to 10.1.0 (#10579)
mtrezza Jul 16, 2026
629426f
fix: Bump ws from 8.20.0 to 8.21.0 (#10576)
mtrezza Jul 16, 2026
c6fd388
chore(release): 9.10.1-alpha.3 [skip ci]
semantic-release-bot Jul 16, 2026
0ebd935
refactor: Bump @semantic-release/release-notes-generator from 14.1.0 …
mtrezza Jul 19, 2026
71e6557
refactor: Bump @babel/core from 7.29.6 to 7.29.7 (#10588)
mtrezza Jul 20, 2026
b45f7ea
refactor: Bump websocket-driver from 0.7.4 to 0.7.5 (#10583)
dependabot[bot] Jul 20, 2026
34c8f75
refactor: Bump @babel/preset-env from 7.29.2 to 7.29.7 (#10592)
mtrezza Jul 20, 2026
154e1d4
refactor: Bump mongodb-runner from 5.9.3 to 6.8.3 (#10591)
mtrezza Jul 20, 2026
b9912b0
refactor: Bump @actions/core from 3.0.0 to 3.0.1 (#10593)
mtrezza Jul 20, 2026
6f3e07c
docs: Clarify LiveQuery options in --help output (#10558)
dblythy Jul 20, 2026
5838c07
ci: Exclude build tooling (resources/) from coverage (#10561)
dblythy Jul 20, 2026
81bdeb8
refactor: Correct under-reported code coverage for Options/parsers (#…
dblythy Jul 24, 2026
997ee15
fix: Install the latest Parse Server version in bootstrap.sh (#10556)
dblythy Jul 24, 2026
99a0471
chore(release): 9.10.1-alpha.4 [skip ci]
semantic-release-bot Jul 24, 2026
90c2778
fix: Server crash from unhandled promise rejection when multiple Clou…
dblythy Jul 25, 2026
472136c
chore(release): 9.10.1-alpha.5 [skip ci]
semantic-release-bot Jul 25, 2026
9e4e5db
ci: Skip CI checks for draft pull requests (#10610)
mtrezza Jul 25, 2026
64d58ff
fix: `Parse.Query.explain` runs afterFind trigger on query plan resul…
dblythy Jul 26, 2026
315e157
chore(release): 9.10.1-alpha.6 [skip ci]
semantic-release-bot Jul 26, 2026
24b53c0
empty commit to trigger CI
github-actions[bot] Aug 1, 2026
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
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches: [release, alpha, beta, next-major, 'release-[0-9]+.x.x']
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- '**'
paths-ignore:
Expand All @@ -15,6 +16,7 @@ permissions:
jobs:
check-code-analysis:
name: Code Analysis
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
runs-on: ubuntu-latest
permissions:
actions: read
Expand All @@ -36,6 +38,7 @@ jobs:
uses: github/codeql-action/analyze@v2
check-ci:
name: Node Engine Check
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand All @@ -52,6 +55,7 @@ jobs:
run: npm run ci:checkNodeEngine
check-lint:
name: Lint
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand All @@ -72,6 +76,7 @@ jobs:
- run: npm run lint
check-definitions:
name: Check Definitions
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
Expand All @@ -93,6 +98,7 @@ jobs:
run: npm run ci:definitionsCheck
check-circular:
name: Circular Dependencies
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
Expand All @@ -113,6 +119,7 @@ jobs:
- run: npm run madge:circular
check-docs:
name: Docs
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
Expand All @@ -136,6 +143,7 @@ jobs:
run: npm run docs
check-docker:
name: Docker Build
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand All @@ -153,6 +161,7 @@ jobs:
platforms: linux/amd64, linux/arm64/v8
check-lock-file-version:
name: NPM Lock File Version
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
Expand All @@ -166,6 +175,7 @@ jobs:
fi
check-types:
name: Check Types
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -206,6 +216,7 @@ jobs:
NODE_VERSION: 22.12.0
fail-fast: false
name: ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 20
runs-on: ubuntu-latest
services:
Expand Down Expand Up @@ -260,6 +271,7 @@ jobs:
NODE_VERSION: 24.11.0
fail-fast: false
name: ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
timeout-minutes: 20
runs-on: ubuntu-latest
services:
Expand Down
3 changes: 2 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"text-summary"
],
"exclude": [
"**/spec/**"
"**/spec/**",
"resources/**"
]
}

6 changes: 2 additions & 4 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@ cat > ./package.json << EOF
"scripts": {
"start": "parse-server config.json"
},
"dependencies": {
"parse-server": "^3.9.0"
}
"dependencies": {}
}
EOF
echo "${CHECK} Created package.json"
Expand Down Expand Up @@ -195,7 +193,7 @@ fi

echo "\n${CHECK} running npm install\n"

npm install -s
npm install parse-server -s

CURL_CMD=$(cat << EOF
curl -X POST -H 'X-Parse-Application-Id: ${APP_ID}' \\
Expand Down
42 changes: 42 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
## [9.10.1-alpha.6](https://github.com/parse-community/parse-server/compare/9.10.1-alpha.5...9.10.1-alpha.6) (2026-07-26)


### Bug Fixes

* `Parse.Query.explain` runs afterFind trigger on query plan results ([#10536](https://github.com/parse-community/parse-server/issues/10536)) ([64d58ff](https://github.com/parse-community/parse-server/commit/64d58ff726b42b45e107e27bc1f3b50be82b3189))

## [9.10.1-alpha.5](https://github.com/parse-community/parse-server/compare/9.10.1-alpha.4...9.10.1-alpha.5) (2026-07-25)


### Bug Fixes

* Server crash from unhandled promise rejection when multiple Cloud Code validator fields fail ([#10540](https://github.com/parse-community/parse-server/issues/10540)) ([90c2778](https://github.com/parse-community/parse-server/commit/90c277894f31be8e64a4b049ad503621cf5f2285))

## [9.10.1-alpha.4](https://github.com/parse-community/parse-server/compare/9.10.1-alpha.3...9.10.1-alpha.4) (2026-07-24)


### Bug Fixes

* Install the latest Parse Server version in bootstrap.sh ([#10556](https://github.com/parse-community/parse-server/issues/10556)) ([997ee15](https://github.com/parse-community/parse-server/commit/997ee152c358524bd2b0dded490255742b61a1ba))

## [9.10.1-alpha.3](https://github.com/parse-community/parse-server/compare/9.10.1-alpha.2...9.10.1-alpha.3) (2026-07-16)


### Bug Fixes

* Bump ws from 8.20.0 to 8.21.0 ([#10576](https://github.com/parse-community/parse-server/issues/10576)) ([629426f](https://github.com/parse-community/parse-server/commit/629426f00d619ca624fc2d7e64d98f406ce20acc))

## [9.10.1-alpha.2](https://github.com/parse-community/parse-server/compare/9.10.1-alpha.1...9.10.1-alpha.2) (2026-07-14)


### Bug Fixes

* Creating a session can delete another user's session ([#10582](https://github.com/parse-community/parse-server/issues/10582)) ([0df8779](https://github.com/parse-community/parse-server/commit/0df8779c2ecccb055e615d42ee85ae2bce491670))

## [9.10.1-alpha.1](https://github.com/parse-community/parse-server/compare/9.10.0...9.10.1-alpha.1) (2026-07-13)


### Bug Fixes

* Bump follow-redirects from 1.15.11 to 1.16.0 ([#10577](https://github.com/parse-community/parse-server/issues/10577)) ([d577327](https://github.com/parse-community/parse-server/commit/d577327bff073b0436a158e9694feed8eed2f8e7))

# [9.10.0-alpha.8](https://github.com/parse-community/parse-server/compare/9.10.0-alpha.7...9.10.0-alpha.8) (2026-07-13)


Expand Down
Loading
Loading