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

Add MongoDB 5.0 support + bump CI env #7469

Merged
merged 8 commits into from
Jul 23, 2021

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Jul 23, 2021

Added support for MongoDB 5.0:

  • According to new MongoDB support policy since v5.x, LTS will end 30 months after major release date; this will be reflected in the Parse Server compatibility table.
  • No code changes were necessary for MongoDB 5.0 to pass CI tests, it was merely added to the CI.

Bump existing CI versions:

  • Node 14.17.2 to 14.17.3
  • Node 12.22.2 to 12.22.3
  • MongoDB 4.0.25 to 4.0.26 skipped because 4.0.26 is not available yet for download via mongo module
  • MongoDB 4.2.14 to 4.2.15
  • MongoDB 4.4.6 to 4.4.7

This makes the CI fully pass again.

@mtrezza mtrezza changed the title bump CI env Bump CI env; add MongoDB 5.0 Jul 23, 2021
@mtrezza
Copy link
Member Author

mtrezza commented Jul 23, 2021

This currently fails apparently due to a Twitter API issue; this was observed in the past, so it may self-resolve after some hours.

Edit: resolved

@mtrezza mtrezza changed the title Bump CI env; add MongoDB 5.0 Add MongoDB 5.0 + bump CI env Jul 23, 2021
@codecov
Copy link

codecov bot commented Jul 23, 2021

Codecov Report

Merging #7469 (ac3a8e6) into master (250008d) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Current head ac3a8e6 differs from pull request most recent head dae76ca. Consider uploading reports for the commit dae76ca to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7469   +/-   ##
=======================================
  Coverage   93.91%   93.92%           
=======================================
  Files         181      181           
  Lines       13251    13251           
=======================================
+ Hits        12445    12446    +1     
+ Misses        806      805    -1     
Impacted Files Coverage Δ
src/RestWrite.js 94.08% <0.00%> (+0.15%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 250008d...dae76ca. Read the comment docs.

@mtrezza mtrezza changed the title Add MongoDB 5.0 + bump CI env Add MongoDB 5.0 support + bump CI env Jul 23, 2021
@mtrezza mtrezza requested a review from davimacedo July 23, 2021 11:02
@mtrezza mtrezza requested review from dplewis and removed request for davimacedo and dplewis July 23, 2021 11:11
@mtrezza mtrezza merged commit 4703822 into parse-community:master Jul 23, 2021
SebC99 added a commit to hulab/parse-server that referenced this pull request Jul 26, 2021
* master: (55 commits)
  Accept context via header X-Parse-Cloud-Context (parse-community#7437)
  [Snyk] Upgrade ws from 7.4.6 to 7.5.3 (parse-community#7457)
  fix: upgrade @apollographql/graphql-playground-html from 1.6.28 to 1.6.29 (parse-community#7473)
  fix: upgrade @apollographql/graphql-playground-html from 1.6.27 to 1.6.28 (parse-community#7411)
  fix: upgrade graphql from 15.5.0 to 15.5.1 (parse-community#7462)
  [Snyk] Security upgrade parse from 3.2.0 to 3.3.0 (parse-community#7464)
  fix: upgrade apollo-server-express from 2.25.1 to 2.25.2 (parse-community#7465)
  fix: upgrade graphql-tag from 2.12.4 to 2.12.5 (parse-community#7466)
  fix: upgrade graphql-relay from 0.7.0 to 0.8.0 (parse-community#7467)
  Add MongoDB 5.0 support + bump CI env (parse-community#7469)
  changed twitter API endpoint for oauth test (parse-community#7472)
  add runtime deprecation warning (parse-community#7451)
  bumped node (parse-community#7452)
  fix: upgrade apollo-server-express from 2.25.0 to 2.25.1 (parse-community#7449)
  fix: upgrade subscriptions-transport-ws from 0.9.19 to 0.10.0 (parse-community#7450)
  fix: upgrade mongodb from 3.6.8 to 3.6.9 (parse-community#7445)
  fix: upgrade mongodb from 3.6.7 to 3.6.8 (parse-community#7430)
  fix: upgrade apollo-server-express from 2.24.1 to 2.25.0 (parse-community#7435)
  fix: upgrade ldapjs from 2.2.4 to 2.3.0 (parse-community#7436)
  fix: upgrade graphql-relay from 0.6.0 to 0.7.0 (parse-community#7443)
  ...
@mtrezza mtrezza deleted the bump-ci-env branch August 20, 2021 23:52
@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 Nov 1, 2021
@mtrezza mtrezza mentioned this pull request Mar 12, 2022
@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 14, 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-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants