Skip to content

Commit 04cc78f

Browse files
chore(release): 8.6.0 [skip ci]
# [8.6.0](parse-community/parse-server@8.5.0...8.6.0) (2025-12-10) ### Bug Fixes * Remove elevated permissions in GitHub CI performance benchmark ([parse-community#9966](parse-community#9966)) ([6b9f896](parse-community@6b9f896)) ### Features * Add GraphQL query `cloudConfig` to retrieve and mutation `updateCloudConfig` to update Cloud Config ([parse-community#9947](parse-community#9947)) ([3ca85cd](parse-community@3ca85cd))
1 parent e3d27fe commit 04cc78f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

changelogs/CHANGELOG_release.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [8.6.0](https://github.com/parse-community/parse-server/compare/8.5.0...8.6.0) (2025-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Remove elevated permissions in GitHub CI performance benchmark ([#9966](https://github.com/parse-community/parse-server/issues/9966)) ([6b9f896](https://github.com/parse-community/parse-server/commit/6b9f8963cc3debf59cd9c5dfc5422aff9404ce9d))
7+
8+
### Features
9+
10+
* Add GraphQL query `cloudConfig` to retrieve and mutation `updateCloudConfig` to update Cloud Config ([#9947](https://github.com/parse-community/parse-server/issues/9947)) ([3ca85cd](https://github.com/parse-community/parse-server/commit/3ca85cd4a632f234c9d3d731331c0524dfe54075))
11+
112
# [8.5.0](https://github.com/parse-community/parse-server/compare/8.4.0...8.5.0) (2025-12-01)
213

314

package-lock.json

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

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": "8.6.0-alpha.2",
3+
"version": "8.6.0",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)