Skip to content

Bump github.com/aws/smithy-go from 1.3.1 to 1.10.0#8

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

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

Conversation

@dependabot
Copy link

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

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

Release notes

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

Release v1.10.0 (2022-01-14)

Module Highlights

  • github.com/aws/smithy-go: v1.10.0
    • Feature: Add ptr.Duration, ptr.ToDuration, ptr.DurationSlice, ptr.ToDurationSlice, ptr.DurationMap, and ptr.ToDurationMap functions for the time.Duration type.

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)

... (truncated)

Changelog

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

Release (v1.10.0)

Module Highlights

  • github.com/aws/smithy-go: v1.10.0
    • Feature: Add ptr.Duration, ptr.ToDuration, ptr.DurationSlice, ptr.ToDurationSlice, ptr.DurationMap, and ptr.ToDurationMap functions for the time.Duration type.

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)

... (truncated)

Commits
  • 7d70c9b Release v1.10.0
  • 2360b66 Merge pull request #350 from aws/defaults
  • ab0119d Add ptr package support for time.Duration
  • 29f7bd7 Add support for tracking original client initialized option values
  • ea0e57b Add smithy-cli dependency to prevent auto use of smithy-cli 1.16 (#348)
  • 200cb8e Release v1.9.1
  • 0db7a01 gofmt for release
  • a5c72da Merge pull request #347 from skmcgrail/bumpVersion
  • 6be7fee Add Changelog Annotation
  • fdab998 Merge pull request #344 from grafana/chore/fix-typos
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.3.1 to 1.10.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.10.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 force-pushed the dependabot/go_modules/github.com/aws/smithy-go-1.10.0 branch from 5c21715 to 5916da3 Compare February 7, 2022 13:37
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 28, 2022

Superseded by #16.

@dependabot dependabot bot closed this Feb 28, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/aws/smithy-go-1.10.0 branch February 28, 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