Skip to content

Commit c4f9dae

Browse files
authored
Merge branch 'alpha' into replace-crypto-js
2 parents dcf12df + 63076e8 commit c4f9dae

23 files changed

+2022
-1239
lines changed

.github/workflows/release-automated.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
- name: Determine trigger branch name
1313
id: branch
1414
run: echo "::set-output name=trigger_branch::${GITHUB_REF#refs/*/}"
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
with:
1717
persist-credentials: false
18-
- uses: actions/setup-node@v2
18+
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
21-
registry-url: https://registry.npmjs.org/
20+
node-version: latest
2221
cache: npm
2322
- run: npm ci
2423
- run: npx semantic-release
2524
env:
2625
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2726
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2827
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2929
- name: Determine tag on current commit
3030
id: tag
3131
run: echo "::set-output name=current_tag::$(git describe --tags --abbrev=0 --exact-match || echo '')"
@@ -36,13 +36,13 @@ jobs:
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 15
3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v4
4040
with:
4141
ref: ${{ github.ref }}
4242
- name: Use Node.js
43-
uses: actions/setup-node@v1
43+
uses: actions/setup-node@v4
4444
with:
45-
node-version: 18
45+
node-version: latest
4646
cache: npm
4747
- name: Generate Docs
4848
run: |

.github/workflows/release-manual-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
ref: ${{ github.event.inputs.tag }}
1717
- name: Use Node.js
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: latest
2121
cache: npm
2222
- name: Generate Docs
2323
run: |

changelogs/CHANGELOG_alpha.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [7.0.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.0.1...7.0.2-alpha.1) (2025-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* `Parse.Query` throws error when no response header ([#2754](https://github.com/parse-community/Parse-SDK-JS/issues/2754)) ([492de3e](https://github.com/parse-community/Parse-SDK-JS/commit/492de3e2da705bf1845e1ef68181689fd3a378a5))
7+
8+
## [7.0.1-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.0.0...7.0.1-alpha.1) (2025-10-15)
9+
10+
11+
### Bug Fixes
12+
13+
* Returned error for 5xx server response has incorrect format ([#2755](https://github.com/parse-community/Parse-SDK-JS/issues/2755)) ([16a34d9](https://github.com/parse-community/Parse-SDK-JS/commit/16a34d9adaa83c8b019e1d02b695f099383915c6))
14+
15+
# [7.0.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/6.2.0-alpha.3...7.0.0-alpha.1) (2025-10-14)
16+
17+
18+
### Bug Fixes
19+
20+
* Prototype Pollution vulnerability in `SingleInstanceStateController`; fixes security vulnerability [GHSA-9g8m-v378-pcg3](https://github.com/advisories/GHSA-9g8m-v378-pcg3) ([#2745](https://github.com/parse-community/Parse-SDK-JS/issues/2745)) ([9e7c1ba](https://github.com/parse-community/Parse-SDK-JS/commit/9e7c1bad472b1ed2463cbac567b8ec752ae5b4c9))
21+
* HTTP status code 3XX redirection for Parse Server URL not handled properly ([#2608](https://github.com/parse-community/Parse-SDK-JS/issues/2608)) ([58e7f58](https://github.com/parse-community/Parse-SDK-JS/commit/58e7f585dead19899239bdba13b7f2386ea1090c))
22+
* Incorrect type in `ParseObject.fetch` parameter `options` ([#2726](https://github.com/parse-community/Parse-SDK-JS/issues/2726)) ([dc78419](https://github.com/parse-community/Parse-SDK-JS/commit/dc78419893cb58c65a899769bf60ff2455b25425))
23+
* Prototype pollution in `Parse.Object` and internal APIs; fixes security vulnerability [GHSA-9f2h-7v79-mxw](https://github.com/parse-community/Parse-SDK-JS/security/advisories/GHSA-9f2h-7v79-mxw3) ([#2749](https://github.com/parse-community/Parse-SDK-JS/issues/2749)) ([0097398](https://github.com/parse-community/Parse-SDK-JS/commit/00973987f361368659c0c4dbf669f3897520b132))
24+
* Unhandled exception when calling `Parse.Cloud.run` with option value `null` ([#2622](https://github.com/parse-community/Parse-SDK-JS/issues/2622)) ([#2623](https://github.com/parse-community/Parse-SDK-JS/issues/2623)) ([2818ed9](https://github.com/parse-community/Parse-SDK-JS/commit/2818ed9b58d1992b0f1441d5a4d301687a763302))
25+
26+
### Features
27+
28+
* Add `Parse.File` upload and download progress in browser and Node environments ([#2503](https://github.com/parse-community/Parse-SDK-JS/issues/2503)) ([d3ca465](https://github.com/parse-community/Parse-SDK-JS/commit/d3ca465ccb5f226a1dd3f8f8e6cd934b957a21ab))
29+
* Add option `Parse.nodeLogging` to fully log `Parse.Object` in Node.js environments ([#1594](https://github.com/parse-community/Parse-SDK-JS/issues/1594)) ([de9d057](https://github.com/parse-community/Parse-SDK-JS/commit/de9d057a7f67a694564d740b7446a46e19ff73e2))
30+
* Remove `Parse.serverAuthType`, `Parse.serverAuthToken` infavor of CoreManager `REQUEST_HEADERS` config ([#2639](https://github.com/parse-community/Parse-SDK-JS/issues/2639)) ([ddc66a1](https://github.com/parse-community/Parse-SDK-JS/commit/ddc66a1a97f582f020ef399945d8cd401b0e96a2))
31+
32+
33+
### BREAKING CHANGES
34+
35+
* The methods `Parse.serverAuthType()` and `Parse.serverAuthToken()` have been removed; use the CoreManager `REQUEST_HEADER` config to set authorization headers instead. ([ddc66a1](ddc66a1))
36+
137
# [6.2.0-alpha.3](https://github.com/parse-community/Parse-SDK-JS/compare/6.2.0-alpha.2...6.2.0-alpha.3) (2025-04-15)
238

339

changelogs/CHANGELOG_release.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [7.0.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.0.0...7.0.1) (2025-10-15)
2+
3+
4+
### Bug Fixes
5+
6+
* Returned error for 5xx server response has incorrect format ([#2755](https://github.com/parse-community/Parse-SDK-JS/issues/2755)) ([16a34d9](https://github.com/parse-community/Parse-SDK-JS/commit/16a34d9adaa83c8b019e1d02b695f099383915c6))
7+
8+
# [7.0.0](https://github.com/parse-community/Parse-SDK-JS/compare/6.1.1...7.0.0) (2025-10-14)
9+
10+
11+
### Bug Fixes
12+
13+
* Prototype Pollution vulnerability in `SingleInstanceStateController`; fixes security vulnerability [GHSA-9g8m-v378-pcg3](https://github.com/advisories/GHSA-9g8m-v378-pcg3) ([#2745](https://github.com/parse-community/Parse-SDK-JS/issues/2745)) ([9e7c1ba](https://github.com/parse-community/Parse-SDK-JS/commit/9e7c1bad472b1ed2463cbac567b8ec752ae5b4c9))
14+
* HTTP status code 3XX redirection for Parse Server URL not handled properly ([#2608](https://github.com/parse-community/Parse-SDK-JS/issues/2608)) ([58e7f58](https://github.com/parse-community/Parse-SDK-JS/commit/58e7f585dead19899239bdba13b7f2386ea1090c))
15+
* Incorrect type in `ParseObject.fetch` parameter `options` ([#2726](https://github.com/parse-community/Parse-SDK-JS/issues/2726)) ([dc78419](https://github.com/parse-community/Parse-SDK-JS/commit/dc78419893cb58c65a899769bf60ff2455b25425))
16+
* Missing error message when returning an internal server error ([#2543](https://github.com/parse-community/Parse-SDK-JS/issues/2543)) ([f91f3f1](https://github.com/parse-community/Parse-SDK-JS/commit/f91f3f10f645acf22d6e54379ad21a1701b5ccba))
17+
* Prototype pollution in `Parse.Object` and internal APIs; fixes security vulnerability [GHSA-9f2h-7v79-mxw](https://github.com/parse-community/Parse-SDK-JS/security/advisories/GHSA-9f2h-7v79-mxw3) ([#2749](https://github.com/parse-community/Parse-SDK-JS/issues/2749)) ([0097398](https://github.com/parse-community/Parse-SDK-JS/commit/00973987f361368659c0c4dbf669f3897520b132))
18+
* Unhandled exception when calling `Parse.Cloud.run` with option value `null` ([#2622](https://github.com/parse-community/Parse-SDK-JS/issues/2622)) ([#2623](https://github.com/parse-community/Parse-SDK-JS/issues/2623)) ([2818ed9](https://github.com/parse-community/Parse-SDK-JS/commit/2818ed9b58d1992b0f1441d5a4d301687a763302))
19+
20+
### Features
21+
22+
* Add `Parse.File` upload and download progress in browser and Node environments ([#2503](https://github.com/parse-community/Parse-SDK-JS/issues/2503)) ([d3ca465](https://github.com/parse-community/Parse-SDK-JS/commit/d3ca465ccb5f226a1dd3f8f8e6cd934b957a21ab))
23+
* Add `Uint8Array` support for `Parse.File` data ([#2548](https://github.com/parse-community/Parse-SDK-JS/issues/2548)) ([6f6bb66](https://github.com/parse-community/Parse-SDK-JS/commit/6f6bb660204f3b102f8e4167297327bf12e2e2be))
24+
* Add option `Parse.nodeLogging` to fully log `Parse.Object` in Node.js environments ([#1594](https://github.com/parse-community/Parse-SDK-JS/issues/1594)) ([de9d057](https://github.com/parse-community/Parse-SDK-JS/commit/de9d057a7f67a694564d740b7446a46e19ff73e2))
25+
* Remove `Parse.serverAuthType`, `Parse.serverAuthToken` infavor of CoreManager `REQUEST_HEADERS` config ([#2639](https://github.com/parse-community/Parse-SDK-JS/issues/2639)) ([ddc66a1](https://github.com/parse-community/Parse-SDK-JS/commit/ddc66a1a97f582f020ef399945d8cd401b0e96a2))
26+
27+
### Performance Improvements
28+
29+
* Optimize bundle packaging with Vite ([#2553](https://github.com/parse-community/Parse-SDK-JS/issues/2553)) ([a4b19e5](https://github.com/parse-community/Parse-SDK-JS/commit/a4b19e532ce97fd61632335ca5b8158f756d6fe6))
30+
31+
32+
### BREAKING CHANGES
33+
34+
* The methods `Parse.serverAuthType()` and `Parse.serverAuthToken()` have been removed; use the CoreManager `REQUEST_HEADER` config to set authorization headers instead. ([ddc66a1](ddc66a1))
35+
136
## [6.1.1](https://github.com/parse-community/Parse-SDK-JS/compare/6.1.0...6.1.1) (2025-04-04)
237

338

0 commit comments

Comments
 (0)