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 beta #2092

Merged
merged 16 commits into from
Mar 17, 2024
Merged

build: Release beta #2092

merged 16 commits into from
Mar 17, 2024

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Mar 17, 2024

No description provided.

parseplatformorg and others added 15 commits November 18, 2023 15:42
## [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))
## [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))
# [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))
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))
# [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))
Copy link

parse-github-assistant bot commented Mar 17, 2024

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.

@mtrezza mtrezza changed the title build: beta build: release beta Mar 17, 2024
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 beta build: Release beta Mar 17, 2024
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 (433251b) to head (4c84f4f).
Report is 30 commits behind head on beta.

Additional details and impacted files
@@            Coverage Diff            @@
##              beta     #2092   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           61        61           
  Lines         6168      6186   +18     
  Branches      1498      1499    +1     
=========================================
+ Hits          6168      6186   +18     

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

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

🎉 This change has been released in version 5.0.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Mar 17, 2024
@mtrezza mtrezza deleted the build-beta branch March 17, 2024 02:47
@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
@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 state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants