Skip to content

build: Release #1799

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

Closed
wants to merge 10 commits into from
Closed

build: Release #1799

wants to merge 10 commits into from

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Mar 1, 2023

No description provided.

mtrezza and others added 10 commits January 23, 2023 20:20
# [4.0.0](parse-community/Parse-SDK-JS@3.5.1...4.0.0) (2023-01-23)

### Bug Fixes

* `Parse.Query.subscribe()` does not return a rejected promise on error in Cloud Code Triggers `beforeConnect` or `beforeSubscribe` ([parse-community#1490](parse-community#1490)) ([96d7174](parse-community@96d7174))
* Remove support for Node <14 ([parse-community#1603](parse-community#1603)) ([bc04b4b](parse-community@bc04b4b))

### Features

* Add Node 16 and 18 support ([parse-community#1598](parse-community#1598)) ([2c79a31](parse-community@2c79a31))
* Add node 19 support ([8ed0fab](parse-community@8ed0fab))
* Add Node 19 support ([parse-community#1643](parse-community#1643)) ([dfb5196](parse-community@dfb5196))

### Performance Improvements

* Avoid CORS preflight request by removing upload listener when not used ([parse-community#1610](parse-community#1610)) ([6125419](parse-community@6125419))

### BREAKING CHANGES

* Calling `Parse.Query.subscribe()` will now return a rejected promise if an error is thrown in Cloud Code Triggers `beforeConnect` or `beforeSubscribe`; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create an `error.on` listener to handle these errors (parse-community#1490) ([96d7174](96d7174))
* This release removes support for Node versions <14 ([bc04b4b](bc04b4b))
## [4.0.1-beta.1](parse-community/Parse-SDK-JS@4.0.0...4.0.1-beta.1) (2023-01-31)

### Bug Fixes

* Local datastore query with `containedIn` not working when field is an array ([parse-community#1666](parse-community#1666)) ([2391bff](parse-community@2391bff))
* Request execution time keeps increasing over time when using `Parse.Object.extend` ([parse-community#1682](parse-community#1682)) ([f555c43](parse-community@f555c43))
## [4.0.1](parse-community/Parse-SDK-JS@4.0.0...4.0.1) (2023-01-31)

### Bug Fixes

* Local datastore query with `containedIn` not working when field is an array ([parse-community#1666](parse-community#1666)) ([2391bff](parse-community@2391bff))
* Request execution time keeps increasing over time when using `Parse.Object.extend` ([parse-community#1682](parse-community#1682)) ([f555c43](parse-community@f555c43))
@parse-github-assistant
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 1, 2023
@parse-github-assistant
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.

@mtrezza
Copy link
Member Author

mtrezza commented Mar 1, 2023

Incorrect PR

@mtrezza mtrezza closed this Mar 1, 2023
@mtrezza mtrezza deleted the build branch March 1, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants