Skip to content
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

build: Release #2094

Merged
merged 19 commits into from
Mar 17, 2024
Merged

build: Release #2094

merged 19 commits into from
Mar 17, 2024

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Mar 17, 2024

No description provided.

parseplatformorg and others added 18 commits November 18, 2023 15:42

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
## [4.3.1-alpha.1](parse-community/Parse-SDK-JS@4.3.0...4.3.1-alpha.1) (2023-11-18)

### Bug Fixes

* Connection failure in `Parse.Object.saveEventually` and `Parse.Object.destroyEventually` not handled on custom `Parse.Error.CONNECTION_FAILURE` message ([parse-community#2032](parse-community#2032)) ([4da3ebc](parse-community@4da3ebc))
* Docs fail with `Cannot find module 'taffydb'` ([parse-community#2036](parse-community#2036)) ([dc91d0f](parse-community@dc91d0f))
* Error in web context when `window.indexedDB` API is available but protected ([parse-community#2039](parse-community#2039)) ([360981f](parse-community@360981f))
* Security upgrade browserify-sign from 4.2.1 to 4.2.2 ([parse-community#2043](parse-community#2043)) ([fd50b9d](parse-community@fd50b9d))
* Security upgrade crypto-js from 4.1.1 to 4.2.0 ([parse-community#2042](parse-community#2042)) ([681fbdf](parse-community@681fbdf))

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
… first object (parse-community#2078)
## [4.3.1-alpha.2](parse-community/Parse-SDK-JS@4.3.1-alpha.1...4.3.1-alpha.2) (2024-02-15)

### Bug Fixes

* Calling `Parse.Object.relation.add` multiple times adds only the first object ([parse-community#2078](parse-community#2078)) ([0f98117](parse-community@0f98117))

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…se-community#2063)

BREAKING CHANGE: Removes support for Node 14 and 16.
# [5.0.0-alpha.1](parse-community/Parse-SDK-JS@4.3.1-alpha.2...5.0.0-alpha.1) (2024-03-09)

### Features

* Add support for Node 20, remove support for Node 14 and 16 ([parse-community#2063](parse-community#2063)) ([74eb4d5](parse-community@74eb4d5))

### BREAKING CHANGES

* Removes support for Node 14 and 16. ([74eb4d5](74eb4d5))

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
BREAKING CHANGE: Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6.
# [5.0.0-alpha.2](parse-community/Parse-SDK-JS@5.0.0-alpha.1...5.0.0-alpha.2) (2024-03-10)

### Features

* Add compatibility with Parse Server 7 ([parse-community#2089](parse-community#2089)) ([86600bc](parse-community@86600bc))

### BREAKING CHANGES

* Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6. ([86600bc](86600bc))

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
# [5.0.0-alpha.3](parse-community/Parse-SDK-JS@5.0.0-alpha.2...5.0.0-alpha.3) (2024-03-11)

### Features

* Add comment to MongoDB query via `Parse.Query.comment` ([parse-community#2088](parse-community#2088)) ([a970913](parse-community@a970913))

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
# [5.0.0-beta.1](parse-community/Parse-SDK-JS@4.3.1...5.0.0-beta.1) (2024-03-17)

### Bug Fixes

* Calling `Parse.Object.relation.add` multiple times adds only the first object ([parse-community#2078](parse-community#2078)) ([0f98117](parse-community@0f98117))

### Features

* Add comment to MongoDB query via `Parse.Query.comment` ([parse-community#2088](parse-community#2088)) ([a970913](parse-community@a970913))
* Add compatibility with Parse Server 7 ([parse-community#2089](parse-community#2089)) ([86600bc](parse-community@86600bc))
* Add support for Node 20, remove support for Node 14 and 16 ([parse-community#2063](parse-community#2063)) ([74eb4d5](parse-community@74eb4d5))

### BREAKING CHANGES

* Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6. ([86600bc](86600bc))
* Removes support for Node 14 and 16. ([74eb4d5](74eb4d5))
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title build: release build: Release Mar 17, 2024
Copy link

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

Copy link

codecov bot commented Mar 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d2c7b28) to head (06dc1d8).
Report is 2 commits behind head on release.

Additional details and impacted files
@@            Coverage Diff            @@
##           release     #2094   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           61        61           
  Lines         6178      6186    +8     
  Branches      1496      1499    +3     
=========================================
+ Hits          6178      6186    +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtrezza mtrezza merged commit b50790a into parse-community:release Mar 17, 2024
9 checks passed
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 17, 2024
@mtrezza mtrezza deleted the build-release-2 branch March 17, 2024 14:41
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0-alpha.4

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants