Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
774cc54
refactor: Bump @semantic-release/github from 11.0.2 to 11.0.3 (#9789)
dependabot[bot] Dec 25, 2025
69da472
docs: Add frozen LTS branch info to CONTRIBUTING guide (#10008)
mtrezza Jan 16, 2026
82e0d3a
refactor: Bump commander from 13.1.0 to 14.0.2 (#9992)
dependabot[bot] Jan 17, 2026
ba3e760
refactor: Bump redis from 4.7.0 to 5.10.0 (#9994)
dependabot[bot] Jan 17, 2026
756c204
feat: Add option `databaseOptions.clientMetadata` to send custom meta…
Copilot Jan 24, 2026
1b5bd2f
chore(release): 9.2.0-alpha.1 [skip ci]
semantic-release-bot Jan 24, 2026
1d3336d
fix: MongoDB timeout errors unhandled and potentially revealing inter…
mtrezza Jan 24, 2026
db3cbb2
chore(release): 9.2.0-alpha.2 [skip ci]
semantic-release-bot Jan 24, 2026
5d28fcb
refactor: Bump @babel/core from 7.27.4 to 7.28.6 (#10012)
dependabot[bot] Jan 25, 2026
5c00a6a
refactor: Bump typescript-eslint from 8.33.1 to 8.53.0 (#10011)
dependabot[bot] Jan 25, 2026
906ccc3
refactor: Bump lodash-es from 4.17.21 to 4.17.23 (#10015)
dependabot[bot] Jan 25, 2026
dc866be
refactor: Bump lodash from 4.17.21 to 4.17.23 (#10016)
dependabot[bot] Jan 25, 2026
9833fdb
feat: Upgrade to parse 8.0.3 and @parse/push-adapter 8.2.0 (#10021)
mtrezza Jan 27, 2026
f2babb2
chore(release): 9.2.0-alpha.3 [skip ci]
semantic-release-bot Jan 27, 2026
c015864
docs: Simplify PR template (#10026)
mtrezza Jan 27, 2026
73e21e7
refactor: Bump bcryptjs from 3.0.2 to 3.0.3 (#10022)
dependabot[bot] Jan 27, 2026
14b3fce
feat: Upgrade mongodb from 6.20.0 to 7.0.0 (#10027)
dependabot[bot] Jan 29, 2026
2457da9
chore(release): 9.2.0-alpha.4 [skip ci]
semantic-release-bot Jan 29, 2026
b42a0ee
refactor: Bump winston from 3.17.0 to 3.19.0 (#10023)
dependabot[bot] Jan 29, 2026
f6d7800
refactor: Bump @babel/eslint-parser from 7.28.0 to 7.28.6 (#10028)
dependabot[bot] Jan 30, 2026
c21e895
refactor: Bump m from 1.9.1 to 1.10.0 (#10029)
dependabot[bot] Jan 31, 2026
e0bd50b
empty commit to trigger CI
github-actions[bot] Feb 1, 2026
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
5 changes: 2 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

- Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy).
- Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE).
- Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue).

## Issue
<!-- Add the link to the issue that this PR closes. -->
<!-- Describe the issue. -->

Closes: FILL_THIS_OUT

## Approach
<!-- Describe the changes in this PR. -->

## Tasks
<!-- Delete tasks that don't apply. -->
<!-- Check completed tasks and delete tasks that don't apply. -->

- [ ] Add tests
- [ ] Add changes to documentation (guides, repository pages, code comments)
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,8 @@ This creates a risk that a vulnerability is indirectly disclosed by publishing a

While the current major version is published on branch `release`, a Long-Term-Support (LTS) version is published on branch `release-#.x.x`, for example `release-4.x.x` for the Parse Server 4.x LTS branch.

Only the previous major version is under LTS. Older major versions are no longer maintained and their `release-#.x.x` branches are frozen; no further changes will be made. If you need features or fixes on an older branch, fork it and backport changes in your own branch.

### Preparing Release

The following changes are done in the `alpha` branch, before publishing the last `beta` version that will eventually become the major release. This way the changes trickle naturally through all branches and code consistency is ensured among branches.
Expand Down
28 changes: 28 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [9.2.0-alpha.4](https://github.com/parse-community/parse-server/compare/9.2.0-alpha.3...9.2.0-alpha.4) (2026-01-29)


### Features

* Upgrade mongodb from 6.20.0 to 7.0.0 ([#10027](https://github.com/parse-community/parse-server/issues/10027)) ([14b3fce](https://github.com/parse-community/parse-server/commit/14b3fce203be0abaf29c27c123cba47f35d09c68))

# [9.2.0-alpha.3](https://github.com/parse-community/parse-server/compare/9.2.0-alpha.2...9.2.0-alpha.3) (2026-01-27)


### Features

* Upgrade to parse 8.0.3 and @parse/push-adapter 8.2.0 ([#10021](https://github.com/parse-community/parse-server/issues/10021)) ([9833fdb](https://github.com/parse-community/parse-server/commit/9833fdb111c373dc75fc74ea5f9209408186a475))

# [9.2.0-alpha.2](https://github.com/parse-community/parse-server/compare/9.2.0-alpha.1...9.2.0-alpha.2) (2026-01-24)


### Bug Fixes

* MongoDB timeout errors unhandled and potentially revealing internal data ([#10020](https://github.com/parse-community/parse-server/issues/10020)) ([1d3336d](https://github.com/parse-community/parse-server/commit/1d3336d128671c974b419b9b34db35ada7d1a44d))

# [9.2.0-alpha.1](https://github.com/parse-community/parse-server/compare/9.1.1...9.2.0-alpha.1) (2026-01-24)


### Features

* Add option `databaseOptions.clientMetadata` to send custom metadata to database server for logging and debugging ([#10017](https://github.com/parse-community/parse-server/issues/10017)) ([756c204](https://github.com/parse-community/parse-server/commit/756c204220a2c7be3770b7d4a49f11e8903323db))

## [9.1.1-alpha.1](https://github.com/parse-community/parse-server/compare/9.1.0...9.1.1-alpha.1) (2025-12-16)


Expand Down
Loading
Loading