Skip to content

build: release beta #1584

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 32 commits into from
Oct 25, 2022
Merged

build: release beta #1584

merged 32 commits into from
Oct 25, 2022

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Oct 25, 2022

No description provided.

justinlettau and others added 30 commits July 28, 2022 18:41
## [3.4.4-alpha.1](parse-community/Parse-SDK-JS@3.4.3...3.4.4-alpha.1) (2022-07-28)

### Bug Fixes

* creating a Parse.File with base64 string fails for some encodings ([parse-community#1517](parse-community#1517)) ([0439862](parse-community@0439862))
* subscription to a LiveQuery containing `ParseQuery.select` overrides properties ([parse-community#1488](parse-community#1488)) ([b80eee4](parse-community@b80eee4))
## [3.4.4-alpha.2](parse-community/Parse-SDK-JS@3.4.4-alpha.1...3.4.4-alpha.2) (2022-08-16)

### Bug Fixes

* `Parse.User.signUp()` does not pass context to Cloud Code  ([parse-community#1527](parse-community#1527)) ([53edcfd](parse-community@53edcfd))
# [3.5.0-alpha.1](parse-community/Parse-SDK-JS@3.4.4-alpha.2...3.5.0-alpha.1) (2022-09-08)

### Features

* add `json` option to `Parse.Query.each()` ([parse-community#1539](parse-community#1539)) ([89fd5ec](parse-community@89fd5ec))
* add json option to query.each ([299fb0d](parse-community@299fb0d))
# [3.5.0-alpha.2](parse-community/Parse-SDK-JS@3.5.0-alpha.1...3.5.0-alpha.2) (2022-09-12)

### Bug Fixes

* remove base64 validation due to validation inefficiency ([parse-community#1543](parse-community#1543)) ([473949d](parse-community@473949d))
# [3.5.0-alpha.3](parse-community/Parse-SDK-JS@3.5.0-alpha.2...3.5.0-alpha.3) (2022-09-14)

### Bug Fixes

* `Schema.addField` does not correctly add value of type `Date` ([parse-community#1544](parse-community#1544)) ([15111f7](parse-community@15111f7))
# [3.5.0-alpha.4](parse-community/Parse-SDK-JS@3.5.0-alpha.3...3.5.0-alpha.4) (2022-09-21)

### Features

* generate `Parse.Object.objectId` automatically when `allowCustomObjectId` is enabled and no `objectId` is passed ([parse-community#1540](parse-community#1540)) ([68f3ff5](parse-community@68f3ff5))
# [3.5.0-alpha.5](parse-community/Parse-SDK-JS@3.5.0-alpha.4...3.5.0-alpha.5) (2022-10-11)

### Features

* localDatastore support for unsorted distance queries ([parse-community#1570](parse-community#1570)) ([ea3e75f](parse-community@ea3e75f))
# [3.5.0-alpha.6](parse-community/Parse-SDK-JS@3.5.0-alpha.5...3.5.0-alpha.6) (2022-10-13)

### Bug Fixes

* initialization fails in non-browser environment that doesn't support `indexedDB` ([parse-community#1569](parse-community#1569)) ([3560a5e](parse-community@3560a5e))
@parse-github-assistant
Copy link

Thanks for opening this pull request!

  • ❌ Please edit your post and use the provided template when creating a new pull request. This helps everyone to understand your post better and asks for essential information to quicker review the pull request.

@codecov
Copy link

codecov bot commented Oct 25, 2022

Codecov Report

Base: 99.94% // Head: 99.93% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (bc96cf8) compared to base (459c388).
Patch coverage: 96.55% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             beta    #1584      +/-   ##
==========================================
- Coverage   99.94%   99.93%   -0.02%     
==========================================
  Files          61       61              
  Lines        5955     5965      +10     
  Branches     1358     1364       +6     
==========================================
+ Hits         5952     5961       +9     
- Misses          3        4       +1     
Impacted Files Coverage Δ
src/OfflineQuery.js 99.68% <90.90%> (-0.32%) ⬇️
src/IndexedDBStorageController.js 100.00% <100.00%> (ø)
src/Parse.js 100.00% <100.00%> (ø)
src/ParseFile.js 100.00% <100.00%> (ø)
src/ParseObject.js 99.89% <100.00%> (ø)
src/ParseQuery.js 100.00% <100.00%> (ø)
src/ParseSchema.js 100.00% <100.00%> (ø)
src/ParseUser.js 99.58% <100.00%> (+<0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mtrezza mtrezza merged commit 0172b6f into parse-community:beta Oct 25, 2022
@parseplatformorg
Copy link
Contributor

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

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Oct 25, 2022
@mtrezza mtrezza deleted the build-alpha branch October 25, 2022 22:23
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 3.5.0-alpha.7

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Nov 1, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 3.5.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 1, 2022
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.

7 participants