Skip to content

Commit 70c414c

Browse files
authored
Merge branch 'alpha' into flaky-live-test
2 parents bdc140c + c7871e2 commit 70c414c

File tree

3 files changed

+33
-19
lines changed

3 files changed

+33
-19
lines changed

changelogs/CHANGELOG_release.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [8.1.0](https://github.com/parse-community/parse-server/compare/8.0.2...8.1.0) (2025-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Parse Server doesn't shutdown gracefully ([#9634](https://github.com/parse-community/parse-server/issues/9634)) ([aed918d](https://github.com/parse-community/parse-server/commit/aed918d3109e739f7231d481b5f48c68fc01cf04))
7+
8+
### Features
9+
10+
* Add Cloud Code triggers `Parse.Cloud.beforeFind(Parse.File)`and `Parse.Cloud.afterFind(Parse.File)` ([#8700](https://github.com/parse-community/parse-server/issues/8700)) ([b2beaa8](https://github.com/parse-community/parse-server/commit/b2beaa86ff543a7aa4ad274c7a23bc4aa302c3fa))
11+
* Add default ACL ([#8701](https://github.com/parse-community/parse-server/issues/8701)) ([12b5d78](https://github.com/parse-community/parse-server/commit/12b5d781dc3f8c43c0c566dffa9308d02a7d8043))
12+
* Upgrade Parse JS SDK from 6.0.0 to 6.1.0 ([#9686](https://github.com/parse-community/parse-server/issues/9686)) ([f49c371](https://github.com/parse-community/parse-server/commit/f49c371c1373d41e68b091e65f33a71ff6fc6dd0))
13+
114
## [8.0.2](https://github.com/parse-community/parse-server/compare/8.0.1...8.0.2) (2025-03-21)
215

316

package-lock.json

Lines changed: 17 additions & 16 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.1.0-alpha.4",
3+
"version": "8.1.0",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -21,7 +21,7 @@
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"@apollo/server": "4.11.3",
24-
"@babel/eslint-parser": "7.26.10",
24+
"@babel/eslint-parser": "7.27.0",
2525
"@graphql-tools/merge": "9.0.24",
2626
"@graphql-tools/schema": "10.0.23",
2727
"@graphql-tools/utils": "10.8.4",
@@ -109,7 +109,7 @@
109109
"prettier": "2.0.5",
110110
"semantic-release": "24.2.1",
111111
"typescript": "5.8.2",
112-
"yaml": "2.7.0"
112+
"yaml": "2.7.1"
113113
},
114114
"scripts": {
115115
"ci:check": "node ./ci/ciCheck.js",

0 commit comments

Comments
 (0)