Skip to content

build: Release #2050

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 20 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
64e6653
refactor: Upgrade @babel/runtime-corejs3 from 7.22.11 to 7.22.15 (#2030)
parseplatformorg Sep 26, 2023
e0b713e
chore(release): 4.3.0-alpha.1 [skip ci]
semantic-release-bot Sep 26, 2023
74ff091
refactor: Return headers in RESTController requests (#2033)
dplewis Oct 3, 2023
c6a3966
docs: Generate API documentation for release branch (#2035)
dplewis Oct 3, 2023
dc91d0f
fix: Docs fail with `Cannot find module 'taffydb'` (#2036)
dplewis Oct 3, 2023
e36ddaf
chore(release): 4.3.0-alpha.2 [skip ci]
semantic-release-bot Oct 3, 2023
4da3ebc
fix: Connection failure in `Parse.Object.saveEventually` and `Parse.O…
dplewis Oct 4, 2023
43f6218
chore(release): 4.3.0-alpha.3 [skip ci]
semantic-release-bot Oct 4, 2023
3bf55f6
refactor: Upgrade uuid from 9.0.0 to 9.0.1 (#2037)
parseplatformorg Oct 5, 2023
360981f
fix: Error in web context when `window.indexedDB` API is available bu…
dplewis Oct 7, 2023
4cbe6d1
chore(release): 4.3.0-alpha.4 [skip ci]
semantic-release-bot Oct 7, 2023
28fb115
refactor: Upgrade @babel/runtime-corejs3 from 7.22.15 to 7.23.1 (#2040)
parseplatformorg Oct 16, 2023
2ce2158
refactor: Bump @babel/traverse from 7.22.0 to 7.23.2 (#2041)
dependabot[bot] Oct 16, 2023
681fbdf
fix: Security upgrade crypto-js from 4.1.1 to 4.2.0 (#2042)
dependabot[bot] Oct 26, 2023
c0309b8
chore(release): 4.3.0-alpha.5 [skip ci]
semantic-release-bot Oct 26, 2023
fd50b9d
fix: Security upgrade browserify-sign from 4.2.1 to 4.2.2 (#2043)
dependabot[bot] Oct 28, 2023
c7aacd2
chore(release): 4.3.0-alpha.6 [skip ci]
semantic-release-bot Oct 28, 2023
96b676f
refactor: Upgrade @babel/runtime-corejs3 from 7.23.1 to 7.23.2 (#2046)
parseplatformorg Nov 2, 2023
e73c4f9
Merge branch 'release' into build-release
mtrezza Nov 16, 2023
660ac6a
release
mtrezza Nov 16, 2023
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
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
- run: npm ci
- name: Check types
run: npm run test:types
check-docs:
name: Check Docs
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- name: Check Docs
run: npm run docs
build:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down
53 changes: 53 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
# [4.3.0-alpha.6](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.5...4.3.0-alpha.6) (2023-10-28)


### Bug Fixes

* Security upgrade browserify-sign from 4.2.1 to 4.2.2 ([#2043](https://github.com/parse-community/Parse-SDK-JS/issues/2043)) ([fd50b9d](https://github.com/parse-community/Parse-SDK-JS/commit/fd50b9dbc9feb8b51eedfcdddce37ea1882ac438))

# [4.3.0-alpha.5](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.4...4.3.0-alpha.5) (2023-10-26)


### Bug Fixes

* Security upgrade crypto-js from 4.1.1 to 4.2.0 ([#2042](https://github.com/parse-community/Parse-SDK-JS/issues/2042)) ([681fbdf](https://github.com/parse-community/Parse-SDK-JS/commit/681fbdfcdd2e6d351e00400eccf41fe732b053ba))

# [4.3.0-alpha.4](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.3...4.3.0-alpha.4) (2023-10-07)


### Bug Fixes

* Error in web context when `window.indexedDB` API is available but protected ([#2039](https://github.com/parse-community/Parse-SDK-JS/issues/2039)) ([360981f](https://github.com/parse-community/Parse-SDK-JS/commit/360981f8a529f3e10243413c8114373271bb6f43))

# [4.3.0-alpha.3](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.2...4.3.0-alpha.3) (2023-10-04)


### Bug Fixes

* Connection failure in `Parse.Object.saveEventually` and `Parse.Object.destroyEventually` not handled on custom `Parse.Error.CONNECTION_FAILURE` message ([#2032](https://github.com/parse-community/Parse-SDK-JS/issues/2032)) ([4da3ebc](https://github.com/parse-community/Parse-SDK-JS/commit/4da3ebcc28b903a499c07bb194baae738de21d6f))

# [4.3.0-alpha.2](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.1...4.3.0-alpha.2) (2023-10-03)


### Bug Fixes

* Docs fail with `Cannot find module 'taffydb'` ([#2036](https://github.com/parse-community/Parse-SDK-JS/issues/2036)) ([dc91d0f](https://github.com/parse-community/Parse-SDK-JS/commit/dc91d0fc4f69639ba762f5af841477e8836c6927))

# [4.3.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/4.2.0...4.3.0-alpha.1) (2023-09-26)


### Bug Fixes

* `ParseUser.linkWith` doesn't remove anonymous auth data ([#2007](https://github.com/parse-community/Parse-SDK-JS/issues/2007)) ([7e2585c](https://github.com/parse-community/Parse-SDK-JS/commit/7e2585c5eb84a396900553d55d6a919de4d9a2c0))
* Hard-coding of `react-native` path does not work for workspace builds ([#1930](https://github.com/parse-community/Parse-SDK-JS/issues/1930)) ([8222f3c](https://github.com/parse-community/Parse-SDK-JS/commit/8222f3cc2a4a4ee0cdcaf30dd0f9a17e46de7d88))

### Features

* Add Bytes type to `Parse.Schema` ([#2001](https://github.com/parse-community/Parse-SDK-JS/issues/2001)) ([343d0d7](https://github.com/parse-community/Parse-SDK-JS/commit/343d0d729a57acdd3c9ba5c1dbe5738b3916ea04))
* Add Cloud Code context accessibility to `ParseUser.logIn` ([#2010](https://github.com/parse-community/Parse-SDK-JS/issues/2010)) ([2446007](https://github.com/parse-community/Parse-SDK-JS/commit/2446007ede4cc5af79e34f27dc1fbcc574d5f717))
* Add support for custom EventEmitter ([#1999](https://github.com/parse-community/Parse-SDK-JS/issues/1999)) ([ca568a6](https://github.com/parse-community/Parse-SDK-JS/commit/ca568a61771e15afe67c9001f2a728205059f2ae))
* Add support for excluding keys in `ParseQuery.findAll` ([#2000](https://github.com/parse-community/Parse-SDK-JS/issues/2000)) ([012ba4c](https://github.com/parse-community/Parse-SDK-JS/commit/012ba4cdab1e3f853625f507c713cef2264a40dd))
* Add support to invoke a Cloud Function with a custom `installationId` via `Parse.Cloud.run` ([#1939](https://github.com/parse-community/Parse-SDK-JS/issues/1939)) ([eb70b93](https://github.com/parse-community/Parse-SDK-JS/commit/eb70b934b798cb37722c1ac36796596f5373f67d))
* Allow overriding `Parse.Error` message with custom message via new Core Manager option `PARSE_ERRORS` ([#2014](https://github.com/parse-community/Parse-SDK-JS/issues/2014)) ([be0c8a6](https://github.com/parse-community/Parse-SDK-JS/commit/be0c8a6ff90a7714487ae793e2b68ae04d0c8d0c))
* Login with username, password and additional authentication data via `ParseUser.logInWithAdditionalAuth` ([#1955](https://github.com/parse-community/Parse-SDK-JS/issues/1955)) ([2bad411](https://github.com/parse-community/Parse-SDK-JS/commit/2bad4119c23372d1b38c811c4b4bb3d06b1b62f0))

# [4.2.0-alpha.10](https://github.com/parse-community/Parse-SDK-JS/compare/4.2.0-alpha.9...4.2.0-alpha.10) (2023-09-03)


Expand Down
1 change: 1 addition & 0 deletions integration/test/ParseCloudTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ describe('Parse Cloud', () => {
it('run job', async () => {
const params = { startedBy: 'Monty Python' };
const jobStatusId = await Parse.Cloud.startJob('CloudJob1', params);
expect(jobStatusId).toBeDefined();
await waitForJobStatus(jobStatusId, 'succeeded');

const jobStatus = await Parse.Cloud.getJobStatus(jobStatusId);
Expand Down
1 change: 1 addition & 0 deletions integration/test/ParsePushTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('Parse Push', () => {
where: { deviceType: { $eq: 'random' } },
};
const pushStatusId = await Parse.Push.send(payload, { useMasterKey: true });
expect(pushStatusId).toBeDefined();
const pushStatus = await Parse.Push.getPushStatus(pushStatusId, { useMasterKey: true });
expect(pushStatus.id).toBe(pushStatusId);
});
Expand Down
Loading