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

refactor: Upgrade to latest Parse JS SDK dependency #8413

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Jan 31, 2023

Pull Request

Issue

Upgrading Parse JS SDK before Parse Server 6 release as it contains an important performance fix.

Closes: #8412

Approach

Upgrade Parse JS SDK

Tasks

n/a

@parse-github-assistant
Copy link

parse-github-assistant bot commented Jan 31, 2023

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 Jan 31, 2023

Codecov Report

Base: 94.18% // Head: 93.89% // Decreases project coverage by -0.29% ⚠️

Coverage data is based on head (82d68fd) compared to base (9ed42d7).
Patch has no changes to coverable lines.

❗ Current head 82d68fd differs from pull request most recent head ec4d38d. Consider uploading reports for the commit ec4d38d to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #8413      +/-   ##
==========================================
- Coverage   94.18%   93.89%   -0.29%     
==========================================
  Files         181      181              
  Lines       14401    14401              
==========================================
- Hits        13563    13522      -41     
- Misses        838      879      +41     
Impacted Files Coverage Δ
src/Adapters/Cache/RedisCacheAdapter.js 17.39% <0.00%> (-73.92%) ⬇️
src/LiveQuery/ParseCloudCodePublisher.js 84.21% <0.00%> (-15.79%) ⬇️
src/Routers/PushRouter.js 93.33% <0.00%> (-3.34%) ⬇️
src/RestWrite.js 94.46% <0.00%> (-0.45%) ⬇️
src/ParseServer.js 92.17% <0.00%> (-0.44%) ⬇️
src/LiveQuery/ParseLiveQueryServer.js 95.75% <0.00%> (-0.22%) ⬇️
src/Adapters/Files/GridFSBucketAdapter.js 94.20% <0.00%> (+0.72%) ⬆️
src/batch.js 94.73% <0.00%> (+1.75%) ⬆️

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 ab181ad into parse-community:alpha Jan 31, 2023
@parseplatformorg
Copy link
Contributor

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

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Jan 31, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Jan 31, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0-alpha.31

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jan 31, 2023
dblythy pushed a commit to dblythy/parse-server that referenced this pull request Feb 15, 2023
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.

Upgrade to latest JS SDK
2 participants