Skip to content

build: Release #9781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Jun 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
bdd8db4
refactor: Bump mongodb from 6.15.0 to 6.16.0 (#9745)
dependabot[bot] May 2, 2025
3271e2a
refactor: Bump eslint from 9.23.0 to 9.25.1 (#9746)
dependabot[bot] May 2, 2025
0db3a6f
fix: `Parse.Query.containedIn` and `matchesQuery` do not work with ne…
RahulLanjewar93 May 3, 2025
560beea
chore(release): 8.2.1-alpha.1 [skip ci]
semantic-release-bot May 3, 2025
06b4f50
refactor: Bump @semantic-release/github from 11.0.1 to 11.0.2 (#9749)
dependabot[bot] May 5, 2025
aba60c2
refactor: Bump @babel/preset-typescript from 7.27.0 to 7.27.1 (#9748)
dependabot[bot] May 5, 2025
f059b9b
refactor: Bump graphql from 16.10.0 to 16.11.0 (#9751)
dependabot[bot] May 6, 2025
b537e5a
refactor: Bump @babel/core from 7.26.10 to 7.27.1 (#9753)
dependabot[bot] May 7, 2025
13c1dff
refactor: Bump @babel/eslint-parser from 7.27.0 to 7.27.1 (#9754)
dependabot[bot] May 10, 2025
505a37a
refactor: Bump globals from 16.0.0 to 16.1.0 (#9755)
dependabot[bot] May 12, 2025
c965786
refactor: Bump semver from 7.7.1 to 7.7.2 (#9756)
dependabot[bot] May 14, 2025
084ac5b
refactor: Bump @babel/preset-env from 7.26.9 to 7.27.2 (#9758)
dependabot[bot] May 14, 2025
e98733c
perf: Remove saving Parse Cloud Job request parameters in internal co…
codeKonami May 14, 2025
4e1f95c
chore(release): 8.2.1-alpha.2 [skip ci]
semantic-release-bot May 14, 2025
349625b
refactor: Bump yaml from 2.7.1 to 2.8.0 (#9759)
dependabot[bot] May 15, 2025
f3f28f8
refactor: Bump flow-bin from 0.266.1 to 0.271.0 (#9760)
dependabot[bot] May 16, 2025
44b42cc
refactor: Bump @apollo/client from 3.13.7 to 3.13.8 (#9762)
dependabot[bot] May 25, 2025
40bad26
refactor: Bump globals from 16.1.0 to 16.2.0 (#9767)
dependabot[bot] May 26, 2025
02188d9
refactor: Bump @babel/core from 7.27.1 to 7.27.3 (#9771)
dependabot[bot] May 27, 2025
1922fe5
refactor: Bump eslint from 9.25.1 to 9.27.0 (#9776)
dependabot[bot] May 29, 2025
14627db
refactor: Bump semantic-release from 24.2.3 to 24.2.5 (#9777)
dependabot[bot] May 29, 2025
864f7cd
refactor: Bump ws from 8.18.1 to 8.18.2 (#9780)
dependabot[bot] May 30, 2025
ab753cf
refactor: Bump typescript-eslint from 8.29.0 to 8.33.0 (#9779)
dependabot[bot] May 30, 2025
4191e85
empty commit to trigger CI
github-actions[bot] Jun 1, 2025
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
14 changes: 14 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [8.2.1-alpha.2](https://github.com/parse-community/parse-server/compare/8.2.1-alpha.1...8.2.1-alpha.2) (2025-05-14)


### Performance Improvements

* 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))

## [8.2.1-alpha.1](https://github.com/parse-community/parse-server/compare/8.2.0...8.2.1-alpha.1) (2025-05-03)


### Bug Fixes

* `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))

# [8.2.0-alpha.1](https://github.com/parse-community/parse-server/compare/8.1.1-alpha.1...8.2.0-alpha.1) (2025-04-15)


Expand Down
Loading
Loading