Skip to content

Commit 83a918b

Browse files
authored
Merge branch 'alpha' into beforeFind-fix
2 parents b157aa2 + 587abdd commit 83a918b

File tree

4 files changed

+55
-22
lines changed

4 files changed

+55
-22
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.2.4-alpha.1](https://github.com/parse-community/parse-server/compare/8.2.3...8.2.4-alpha.1) (2025-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade form-data from 4.0.3 to 4.0.4 ([#9829](https://github.com/parse-community/parse-server/issues/9829)) ([c2c593f](https://github.com/parse-community/parse-server/commit/c2c593f437c33f37101b4f3bb1287eef31dbbc3b))
7+
18
## [8.2.3-alpha.1](https://github.com/parse-community/parse-server/compare/8.2.2...8.2.3-alpha.1) (2025-07-13)
29

310

changelogs/CHANGELOG_release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.2.3](https://github.com/parse-community/parse-server/compare/8.2.2...8.2.3) (2025-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* MongoDB aggregation pipeline with `$dateSubtract` from `$$NOW` returns no results ([#9822](https://github.com/parse-community/parse-server/issues/9822)) ([847a274](https://github.com/parse-community/parse-server/commit/847a274cdb8c22f8e0fc249162e5e2c9e29a594a))
7+
18
## [8.2.2](https://github.com/parse-community/parse-server/compare/8.2.1...8.2.2) (2025-07-10)
29

310

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "8.2.3-alpha.1",
3+
"version": "8.2.4-alpha.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -90,7 +90,7 @@
9090
"eslint": "9.27.0",
9191
"eslint-plugin-expect-type": "0.6.2",
9292
"flow-bin": "0.271.0",
93-
"form-data": "4.0.3",
93+
"form-data": "4.0.4",
9494
"globals": "16.2.0",
9595
"graphql-tag": "2.12.6",
9696
"husky": "9.1.7",

0 commit comments

Comments
 (0)