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

fix: bump github.com/aws/smithy-go from 1.3.1 to 1.8.0 #9770

Merged
merged 2 commits into from
Sep 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

Bumps github.com/aws/smithy-go from 1.3.1 to 1.8.0.

Release notes

Sourced from github.com/aws/smithy-go's releases.

Release v1.8.0 (2021-08-27)

Smithy Go Module

  • time: Add support for parsing additional DateTime timestamp format (#324)
    • Adds support for parsing DateTime timestamp formatted time similar to RFC 3339, but without the Z character, nor UTC offset.
    • Fixes #1387

Release v1.7.0 (2021-08-04)

Smithy Go Module

  • ptr: Handle error for deferred file close call (#314)
    • Handle error for defer close call
  • middleware: Add Clone to Metadata (#318)
    • Adds a new Clone method to the middleware Metadata type. This provides a shallow clone of the entries in the Metadata.
  • document: Add new package for document shape serialization support (#310)

Codegen

  • Add Smithy Document Shape Support (#310)
    • Adds support for Smithy Document shapes and supporting types for protocols to implement support

Release v1.6.0 (2021-07-15)

Smithy Go Module

  • encoding/httpbinding: Support has been added for encoding float32 and float64 values that are NaN, Infinity, or -Infinity. (#316)

Codegen

  • Adds support for handling float32 and float64 NaN values in HTTP Protocol Unit Tests. (#316)
  • Adds support protocol generator implementations to override the error code string returned by ErrorCode methods on generated error types. (#315)

Release v1.5.0 (2021-06-25)

Smithy Go module

  • time: Update time parsing to not be as strict for HTTPDate and DateTime (#307)
    • Fixes #302 by changing time to UTC before formatting so no local offset time is lost.

Codegen

  • Adds support for integrating client members via plugins (#301)
  • Fix serialization of enum types marked with payload trait (#296)
  • Update generation of API client modules to include a manifest of files generated (#283)
  • Update Group Java group ID for smithy-go generator (#298)
  • Support the delegation of determining the errors that can occur for an operation (#304)
  • Support for marking and documenting deprecated client config fields. (#303)

Release v1.4.0 (2021-05-06)

Smithy Go module

  • encoding/xml: Fix escaping of Next Line and Line Start in XML Encoder (#267)

Codegen

  • Add support for Smithy 1.7 (#289)
  • Add support for httpQueryParams location
  • Add support for model renaming conflict resolution with service closure
Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release v1.8.0

Smithy Go Module

  • time: Add support for parsing additional DateTime timestamp format (#324)
    • Adds support for parsing DateTime timestamp formatted time similar to RFC 3339, but without the Z character, nor UTC offset.
    • Fixes #1387

Release v1.7.0

Smithy Go Module

  • ptr: Handle error for deferred file close call (#314)
    • Handle error for defer close call
  • middleware: Add Clone to Metadata (#318)
    • Adds a new Clone method to the middleware Metadata type. This provides a shallow clone of the entries in the Metadata.
  • document: Add new package for document shape serialization support (#310)

Codegen

  • Add Smithy Document Shape Support (#310)
    • Adds support for Smithy Document shapes and supporting types for protocols to implement support

Release v1.6.0 (2021-07-15)

Smithy Go Module

  • encoding/httpbinding: Support has been added for encoding float32 and float64 values that are NaN, Infinity, or -Infinity. (#316)

Codegen

  • Adds support for handling float32 and float64 NaN values in HTTP Protocol Unit Tests. (#316)
  • Adds support protocol generator implementations to override the error code string returned by ErrorCode methods on generated error types. (#315)

Release v1.5.0 (2021-06-25)

Smithy Go module

  • time: Update time parsing to not be as strict for HTTPDate and DateTime (#307)
    • Fixes #302 by changing time to UTC before formatting so no local offset time is lost.

Codegen

  • Adds support for integrating client members via plugins (#301)
  • Fix serialization of enum types marked with payload trait (#296)
  • Update generation of API client modules to include a manifest of files generated (#283)
  • Update Group Java group ID for smithy-go generator (#298)
  • Support the delegation of determining the errors that can occur for an operation (#304)
  • Support for marking and documenting deprecated client config fields. (#303)

Release v1.4.0 (2021-05-06)

Smithy Go module

  • encoding/xml: Fix escaping of Next Line and Line Start in XML Encoder (#267)

Codegen

... (truncated)

Commits
  • 565695c v1.8.0 Release
  • 237392c v1.8.0 Release Notes
  • b2c2f87 Merge pull request #324 from jasdel/fixup/TimeParse
  • e0cf445 time: Add additional timestamp format for DateTime
  • 8dfe8d8 Updates smithy-go for Go 1.17 (#323)
  • bc23b29 Merge pull request #322 from aws/skmcgrail-patch-1
  • 0dc12d7 Update CHANGELOG.md
  • 4059e71 Merge pull request #320 from jasdel/versionBump
  • 9ae615e Merge pull request #321 from skmcgrail/docUpdate
  • 5a5344d Add Deperecation Notice to Document type
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.3.1 to 1.8.0.
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.3.1...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 16, 2021
@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Sep 16, 2021
@sspaink sspaink added fix pr to fix corresponding bug feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin and removed feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin labels Sep 16, 2021
@sspaink sspaink added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Sep 16, 2021
@powersj powersj merged commit 8014a50 into master Sep 17, 2021
@powersj powersj deleted the dependabot/go_modules/github.com/aws/smithy-go-1.8.0 branch September 17, 2021 22:06
reimda pushed a commit that referenced this pull request Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants