-
Notifications
You must be signed in to change notification settings - Fork 812
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
all: update deps, including a breaking S3 change #3342
Conversation
I would very much appreciate if a patch release could be published. |
Sorry, I am trying, but it appears that a bunch of other things break when I update to this AWS release, not just the compilation errors. For example, they appear to have changed some returned errors so the error codes aren't right. Depending on how deep this goes, it may take a while to figure out. |
For example, I am running into aws/aws-sdk-go-v2#2370 and aws/aws-sdk-go-v2#2348. |
8d5e1c6
to
02848bf
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3342 +/- ##
=======================================
Coverage 77.44% 77.44%
=======================================
Files 104 104
Lines 13935 13935
=======================================
Hits 10792 10792
Misses 2382 2382
Partials 761 761 ☔ View full report in Codecov by Sentry. |
Thank you @vangent |
When is the next release containing this patch? |
I will try to get to it this week, but note that you can use any version you like directly, you don't need to wait for a release. |
Done. |
Fixes #3341.