Skip to content

build(deps): bump the aws group across 1 directory with 4 updates - #8832

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/aws-f4935e631c
Open

build(deps): bump the aws group across 1 directory with 4 updates#8832
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/aws-f4935e631c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the aws group with 3 updates in the / directory: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config and github.com/aws/aws-sdk-go-v2/service/s3.

Updates github.com/aws/aws-sdk-go-v2 from 1.41.7 to 1.43.3

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.17 to 1.32.34

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.101.0 to 1.106.3

Commits

Updates github.com/aws/smithy-go from 1.25.1 to 1.27.6

Changelog

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

Release (2026-08-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.1
    • Bug Fix: Fix broken AddLogger middleware since its insert point was removed.

Release (2026-08-25.2)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.0
    • Feature: Set Content-Length inline when the request body is set via SetStream. The ComputeContentLength middleware is now deprecated.

Release (2026-08-25)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.10
    • Bug Fix: Fix a data race on the underlying writer when an event stream is closed while an event write is in flight.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.9
    • Bug Fix: Fix a generic event stream exception not carrying the error code and message from its payload.
    • Bug Fix: Fix an event stream not being closed when its connection is lost, which would cause a caller writing to the stream to block indefinitely.
    • Bug Fix: Fix deserialization of an empty list producing a nil slice instead of an empty one.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.8
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-07)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/aws/aws-sdk-go-v2/service/s3 [< 1.28, > 1.27.1]
github.com/aws/aws-sdk-go-v2/config [< 1.18, > 1.17.1]
github.com/aws/aws-sdk-go-v2/service/s3 [< 1.31, > 1.30.5]

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 1, 2026 01:56
@dependabot
dependabot Bot requested a review from aarongable July 1, 2026 01:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 1, 2026
aarongable
aarongable previously approved these changes Jul 6, 2026
@aarongable
aarongable requested review from a team and beautifulentropy and removed request for a team July 6, 2026 23:13
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-f4935e631c branch from 932c082 to f293edf Compare July 8, 2026 01:56
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-f4935e631c branch from f293edf to 693f4df Compare July 15, 2026 01:57
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-f4935e631c branch 2 times, most recently from 2967464 to fc96803 Compare July 29, 2026 01:57
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-f4935e631c branch 2 times, most recently from 9a4e6f6 to 28e3e08 Compare August 12, 2026 01:56
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-f4935e631c branch from 28e3e08 to d0b7022 Compare August 19, 2026 01:56
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-f4935e631c branch from d0b7022 to 5bbd7f8 Compare August 26, 2026 01:56
Bumps the aws group with 3 updates in the / directory: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2).


Updates `github.com/aws/aws-sdk-go-v2` from 1.41.7 to 1.43.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.7...v1.43.3)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.17 to 1.32.34
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.17...config/v1.32.34)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.101.0 to 1.106.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.101.0...service/s3/v1.106.3)

Updates `github.com/aws/smithy-go` from 1.25.1 to 1.27.6
- [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.25.1...v1.27.6)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.102.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-f4935e631c branch from 5bbd7f8 to 0015146 Compare September 2, 2026 01:56
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant