Skip to content

Commit 4a79ffa

Browse files
authored
build: Release (#9669)
2 parents 81e9a93 + 552a771 commit 4a79ffa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+6307
-2055
lines changed

CONTRIBUTING.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,14 @@ If the commit reverts a previous commit, use the prefix `revert:`, followed by t
500500
501501
Fixes for security vulnerabilities are developed in private forks with a closed audience, inaccessible to the public. A current GitHub limitation does not allow to run CI tests on pull requests in private forks. Whether a pull requests fully passes all CI tests can only be determined by publishing the fix as a public pull request and running the CI. This means the fix and implicitly information about the vulnerability are made accessible to the public. This increases the risk that a vulnerability fix is published, but then cannot be merged immediately due to a CI issue. To mitigate that risk, before publishing a vulnerability fix, the following tests needs to be run locally and pass:
502502
503-
- `npm run test` (MongoDB)
504-
- `npm run test` (Postgres)
505-
- `npm run madge:circular` (circular dependencies)
506-
- `npm run lint` (Lint)
507-
- `npm run definitions` (Parse Server options definitions)
503+
- `npm run test` to test with MongoDB
504+
- `npm run test:postgres:testonly` to test with Postgres
505+
- `npm run madge:circular` to detect circular dependencies
506+
- `npm run lint` to check lint compliance
507+
- `npm run definitions` to update the Parse Server options definitions
508+
509+
> [!CAUTION]
510+
> It is essential to run `npm run build` *after* switching to a different branch or making a commit and *before* running any tests. Otherwise the tests may run on the build from a different branch or on a build that does not reflect the most recent commits.
508511
509512
#### Environment
510513

changelogs/CHANGELOG_alpha.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.0.2-alpha.1](https://github.com/parse-community/parse-server/compare/8.0.1...8.0.2-alpha.1) (2025-03-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Authentication provider credentials are usable across Parse Server apps; fixes security vulnerability [GHSA-837q-jhwx-cmpv](https://github.com/parse-community/parse-server/security/advisories/GHSA-837q-jhwx-cmpv) ([#9667](https://github.com/parse-community/parse-server/issues/9667)) ([5ef0440](https://github.com/parse-community/parse-server/commit/5ef0440c8e763854e62341acaeb6dc4ade3ba82f))
7+
18
## [8.0.1-alpha.2](https://github.com/parse-community/parse-server/compare/8.0.1-alpha.1...8.0.1-alpha.2) (2025-03-16)
29

310

0 commit comments

Comments
 (0)