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

Upgrade to Smithy 1.27.2 #2226

Merged
merged 12 commits into from
Mar 14, 2023
Merged

Upgrade to Smithy 1.27.2 #2226

merged 12 commits into from
Mar 14, 2023

Conversation

rcoh
Copy link
Collaborator

@rcoh rcoh commented Jan 18, 2023

Motivation and Context

Upgrade to smithy 1.27.1

Testing

  • IT/UT

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -405,12 +405,6 @@ pub(crate) mod rfc3339 {
// Timezones not supported:
// Not OK: 1985-04-12T23:20:50-02:00
pub(crate) fn parse(s: &str) -> Result<DateTime, DateTimeParseError> {
if !matches!(s.chars().last(), Some('Z')) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was removing this intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah—Smithy changed their spec and now allows timezones

@rcoh rcoh self-assigned this Jan 19, 2023
@rcoh rcoh marked this pull request as ready for review January 19, 2023 17:48
@rcoh rcoh requested review from a team as code owners January 19, 2023 17:48
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@rcoh rcoh changed the title Upgrade to Smithy 1.27.1 Upgrade to Smithy 1.27.2 Feb 6, 2023
@github-actions
Copy link

github-actions bot commented Feb 6, 2023

A new generated diff is ready to view.

A new doc preview is ready to view.

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

Comment on lines 410 to 411
//
// Timezones not supported:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the comment below, this is outdated?

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@rcoh rcoh added this pull request to the merge queue Mar 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Mar 14, 2023
@rcoh rcoh enabled auto-merge March 14, 2023 20:48
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@rcoh rcoh added this pull request to the merge queue Mar 14, 2023
Merged via the queue into main with commit c3c747a Mar 14, 2023
@rcoh rcoh deleted the smithy-1.27 branch March 14, 2023 21:40
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.

6 participants