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

Storage & Compute release 2024-09-09 #8966

Closed
wants to merge 3 commits into from
Closed

Storage & Compute release 2024-09-09 #8966

wants to merge 3 commits into from

Conversation

vipvap
Copy link

@vipvap vipvap commented Sep 9, 2024

Storage & Compute release 2024-09-09

Please merge this Pull Request using 'Create a merge commit' button

We modified the crate in an incompatible way and upgraded to the new
version in PR #8076. However, it was reverted in #8654. The revert
reverted the Cargo.lock reference to it, but since Cargo.toml still
points to the (tip of the) 'neon' branch, every time you make any other
unrelated changes to Cargo.toml, it also tries to update the
rust-postgres crates to the tip of the 'neon' branch again, which
doesn't work.

To fix, lock the crates to the exact commit SHA that works.
Eliminates a few duplicate versions from the dependency tree.
I wanted to use some features from the newer version. The PR that needed
the new version is not ready yet (and might never be), but seems nice to
stay up in any case.
@vipvap vipvap requested a review from a team as a code owner September 9, 2024 06:05
@vipvap vipvap requested review from jcsp and removed request for a team September 9, 2024 06:05
Copy link

github-actions bot commented Sep 9, 2024

3857 tests run: 3743 passed, 0 failed, 114 skipped (full report)


Code coverage* (full report)

  • functions: 31.7% (7344 of 23155 functions)
  • lines: 49.9% (59468 of 119149 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
2d885ac at 2024-09-09T06:59:23.712Z :recycle:

@problame
Copy link
Contributor

problame commented Sep 9, 2024

Storage is shipping #8959 this week, which I created manually during the weekend.

@problame problame closed this Sep 9, 2024
@problame problame deleted the rc/2024-09-09 branch September 9, 2024 13:22
@danieltprice
Copy link
Contributor

Reviewed for changelog

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.

4 participants