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

private/protocol: add support for UTC offset for IOS datetime formats #3960

Merged
merged 3 commits into from
Jun 17, 2021

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Jun 16, 2021

Updates the SDK's parsing of ISO8601 based date time formats to support UTC offsets.

Related to aws/smithy-go#307

@jasdel jasdel requested review from skmcgrail and skotambkar June 16, 2021 18:11
@jasdel jasdel force-pushed the fixup/ParseDateSupport branch from 804ee54 to e02321d Compare June 16, 2021 21:11
CHANGELOG_PENDING.md Outdated Show resolved Hide resolved
@jasdel jasdel force-pushed the fixup/ParseDateSupport branch from e02321d to 2b63ddd Compare June 17, 2021 16:36
@skmcgrail skmcgrail self-requested a review June 17, 2021 16:41
@jasdel jasdel force-pushed the fixup/ParseDateSupport branch from 2b63ddd to 5cb2bbc Compare June 17, 2021 20:24
@jasdel jasdel merged commit 06c411b into aws:main Jun 17, 2021
@jasdel jasdel deleted the fixup/ParseDateSupport branch June 17, 2021 21:02
aws-sdk-go-automation pushed a commit that referenced this pull request Jun 21, 2021
===

### Service Client Updates
* `service/cloudformation`: Updates service API, documentation, and paginators
  * CloudFormation registry service now supports 3rd party public type sharing

### SDK Bugs
* `aws/signer/v4`: Add X-Amz-Object-Lock-* as unhoisted presign headers
  * Updates the SigV4 signer to exlucde the X-Amz-Object-Lock- group of headers to not be signed as a part of the query string for presigned URLs.
* `private/protocol`: Add support for UTC offset for ISO8601 datetime formats ([#3960](#3960))
  * Updates the SDK's parsing of ISO8601 date time formats to support UTC offsets.
aws-sdk-go-automation added a commit that referenced this pull request Jun 21, 2021
Release v1.38.65 (2021-06-21)
===

### Service Client Updates
* `service/cloudformation`: Updates service API, documentation, and paginators
  * CloudFormation registry service now supports 3rd party public type sharing

### SDK Bugs
* `aws/signer/v4`: Add X-Amz-Object-Lock-* as unhoisted presign headers
  * Updates the SigV4 signer to exlucde the X-Amz-Object-Lock- group of headers to not be signed as a part of the query string for presigned URLs.
* `private/protocol`: Add support for UTC offset for ISO8601 datetime formats ([#3960](#3960))
  * Updates the SDK's parsing of ISO8601 date time formats to support UTC offsets.
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.

2 participants