fix(deps): update module github.com/aws/smithy-go to v1.27.10 #15

Merged
botaniker merged 1 commit from renovate/github.com-aws-smithy-go-1.27.x into main 2026-09-03 06:15:52 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/smithy-go v1.27.3v1.27.10 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aws/smithy-go (github.com/aws/smithy-go)

v1.27.10

Compare Source

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.

v1.27.9

Compare Source

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.

v1.27.8

Compare Source

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.

v1.27.7

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.7
    • Bug Fix: Don't serialize unset JSON documents as nil in structure members.
    • Bug Fix: Fix a deserialization panic around collection members in recursive shape configs.

v1.27.6

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.6
    • Bug Fix: Fix failure to deserialize any @httpPayload struct with a non-string member.
    • Bug Fix: Fix failure to serialize any @httpPayload struct with a nested struct.

v1.27.5

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.5
    • Bug Fix: Fix a performance issue in awsQuery with large response payloads.

v1.27.4

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `v1.27.3` → `v1.27.10` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2fsmithy-go/v1.27.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2fsmithy-go/v1.27.3/v1.27.10?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>aws/smithy-go (github.com/aws/smithy-go)</summary> ### [`v1.27.10`](https://github.com/aws/smithy-go/blob/HEAD/CHANGELOG.md#Release-2026-08-25) [Compare Source](https://github.com/aws/smithy-go/compare/v1.27.9...v1.27.10) #### 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. ### [`v1.27.9`](https://github.com/aws/smithy-go/blob/HEAD/CHANGELOG.md#Release-2026-08-21) [Compare Source](https://github.com/aws/smithy-go/compare/v1.27.8...v1.27.9) #### 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. ### [`v1.27.8`](https://github.com/aws/smithy-go/blob/HEAD/CHANGELOG.md#Release-2026-08-14) [Compare Source](https://github.com/aws/smithy-go/compare/v1.27.7...v1.27.8) #### 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. ### [`v1.27.7`](https://github.com/aws/smithy-go/blob/HEAD/CHANGELOG.md#Release-2026-08-07) [Compare Source](https://github.com/aws/smithy-go/compare/v1.27.6...v1.27.7) #### General Highlights - **Dependency Update**: Updated to the latest SDK module versions #### Module Highlights - `github.com/aws/smithy-go`: v1.27.7 - **Bug Fix**: Don't serialize unset JSON documents as `nil` in structure members. - **Bug Fix**: Fix a deserialization panic around collection members in recursive shape configs. ### [`v1.27.6`](https://github.com/aws/smithy-go/blob/HEAD/CHANGELOG.md#Release-2026-07-31) [Compare Source](https://github.com/aws/smithy-go/compare/v1.27.5...v1.27.6) #### General Highlights - **Dependency Update**: Updated to the latest SDK module versions #### Module Highlights - `github.com/aws/smithy-go`: v1.27.6 - **Bug Fix**: Fix failure to deserialize any `@httpPayload` struct with a non-string member. - **Bug Fix**: Fix failure to serialize any `@httpPayload` struct with a nested struct. ### [`v1.27.5`](https://github.com/aws/smithy-go/blob/HEAD/CHANGELOG.md#Release-2026-07-27) [Compare Source](https://github.com/aws/smithy-go/compare/v1.27.4...v1.27.5) #### General Highlights - **Dependency Update**: Updated to the latest SDK module versions #### Module Highlights - `github.com/aws/smithy-go`: v1.27.5 - **Bug Fix**: Fix a performance issue in awsQuery with large response payloads. ### [`v1.27.4`](https://github.com/aws/smithy-go/compare/v1.27.3...v1.27.4) [Compare Source](https://github.com/aws/smithy-go/compare/v1.27.3...v1.27.4) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). The local configuration can be found in the [SI Renovate Bot repository](https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/src/branch/main/apps/k8s01/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41MC4yIiwidXBkYXRlZEluVmVyIjoiNDQuNTAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
botaniker scheduled this pull request to auto merge when all checks succeed 2026-09-02 07:39:28 +00:00
botaniker deleted branch renovate/github.com-aws-smithy-go-1.27.x 2026-09-03 06:15:52 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
shivering-isles/s3-controller!15
No description provided.