Skip to content

Commit a528ab6

Browse files
chore(release): 8.2.1 [skip ci]
## [8.2.1](8.2.0...8.2.1) (2025-06-01) ### Bug Fixes * `Parse.Query.containedIn` and `matchesQuery` do not work with nested objects ([#9738](#9738)) ([0db3a6f](0db3a6f)) ### Performance Improvements * Remove saving Parse Cloud Job request parameters in internal collection `_JobStatus` ([#8343](#8343)) ([e98733c](e98733c))
1 parent bb0c35a commit a528ab6

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.2.1](https://github.com/parse-community/parse-server/compare/8.2.0...8.2.1) (2025-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* `Parse.Query.containedIn` and `matchesQuery` do not work with nested objects ([#9738](https://github.com/parse-community/parse-server/issues/9738)) ([0db3a6f](https://github.com/parse-community/parse-server/commit/0db3a6ff27a129427770e314a792cc586e4255b5))
7+
8+
### Performance Improvements
9+
10+
* Remove saving Parse Cloud Job request parameters in internal collection `_JobStatus` ([#8343](https://github.com/parse-community/parse-server/issues/8343)) ([e98733c](https://github.com/parse-community/parse-server/commit/e98733cbac9451521a3acc388d2f9d29eb4610e0))
11+
112
# [8.2.0](https://github.com/parse-community/parse-server/compare/8.1.0...8.2.0) (2025-05-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.2.1-alpha.2",
3+
"version": "8.2.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)