Skip to content

Bump github.com/aws/smithy-go from 1.3.1 to 1.9.1#7

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/aws/smithy-go-1.9.1
Closed

Bump github.com/aws/smithy-go from 1.3.1 to 1.9.1#7
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/aws/smithy-go-1.9.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

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

Release notes

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

Release (v1.9.1)

Module Highlights

  • github.com/aws/smithy-go: v1.9.1
    • Documentation: Fixes various typos in Go package documentation.

Release (v1.9.0)

Module Highlights

  • github.com/aws/smithy-go: v1.9.0
    • Feature: sync: OnceErr, can be used to concurrently record a signal when an error has occurred.
    • Bug Fix: transport/http: CloseResponseBody and ErrorCloseResponseBody middleware have been updated to ensure that the body is fully drained before closing.

Release v1.8.1 (2021-10-21)

Release v1.8.1

Smithy Go Module

  • Bug Fix: Fixed an issue that would cause the HTTP Content-Length to be set to 0 if the stream body was not set.

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)

... (truncated)

Changelog

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

Release (v1.9.1)

Module Highlights

  • github.com/aws/smithy-go: v1.9.1
    • Documentation: Fixes various typos in Go package documentation.

Release (v1.9.0)

Module Highlights

  • github.com/aws/smithy-go: v1.9.0
    • Feature: sync: OnceErr, can be used to concurrently record a signal when an error has occurred.
    • Bug Fix: transport/http: CloseResponseBody and ErrorCloseResponseBody middleware have been updated to ensure that the body is fully drained before closing.

Release v1.8.1

Smithy Go Module

  • Bug Fix: Fixed an issue that would cause the HTTP Content-Length to be set to 0 if the stream body was not set.

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)

... (truncated)

Commits

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.9.1.
- [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.9.1)

---
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 Jan 10, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2022

Superseded by #8.

@dependabot dependabot bot closed this Jan 17, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/aws/smithy-go-1.9.1 branch January 17, 2022 23:12
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants