-
Notifications
You must be signed in to change notification settings - Fork 190
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
aws-smithy-query: bump to urlencoding v2.1 #1301
Conversation
The test failures look like permissions errors that are unrelated to the contents of this PR! |
do you mind adding a changelog entry on the off chance it helps debug some future issue? LGTM otherwise, thanks for doing this! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Happy to add the changelog, but don't want to overwrite your merge! Ok to just push up the new commit, or are you already on it? |
oh you can just pull it down—I just clicked the merge button on Github (or
feel free to overwrite)
…On Mon, Apr 4, 2022 at 1:33 PM Nikhil Benesch ***@***.***> wrote:
Happy to add the changelog, but don't want to overwrite your merge! Ok to
just push up the new commit, or are you already on it?
—
Reply to this email directly, view it on GitHub
<#1301 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYKZ3QZFJNMY2PS3VO2KLVDNGZ5ANCNFSM5SPZBPDQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Perfect, pushed up the changelog entry! |
Well, I added an entry for smithy-rs. Do I also need to add an entry for aws-sdk-rust? It's not clear to me whether "aws-smithy-query" counts as an AWS SDK runtime crate or not. |
Motivation and Context
urlencoding v2.1 is a SemVer-breaking change. We use
urlencoding
in our own crates downstream, and we want to have only one copy ofurlencoding
, so we needaws-smithy-query
to upgrade to.Description
Bumps
aws-smithy-query
from urlencoding v1.3 to urlencoding v2.1.Testing
CI coverage should be enough!
Checklist
CHANGELOG.next.toml
if I made changes to the smithy-rs codegen or runtime cratesCHANGELOG.next.toml
if I made changes to the AWS SDK, generated SDK code, or SDK runtime cratesBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.