Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the aws group with 7 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.43.2 1.45.1
github.com/aws/aws-sdk-go-v2/config 1.32.33 1.33.1
github.com/aws/aws-sdk-go-v2/service/sns 1.42.2 1.44.1
github.com/go-openapi/analysis 0.25.5 0.26.2
github.com/go-openapi/loads 0.25.0 0.25.2
github.com/go-openapi/runtime 0.33.0 0.33.1
github.com/go-openapi/swag 0.28.0 0.29.1

Updates github.com/aws/aws-sdk-go-v2 from 1.43.2 to 1.45.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.33 to 1.33.1

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.32 to 1.20.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sns from 1.42.2 to 1.44.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.45.2 to 1.47.1

Commits

Updates github.com/aws/smithy-go from 1.27.5 to 1.28.1

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

Updates github.com/go-openapi/analysis from 0.25.5 to 0.26.2

Release notes

Sourced from github.com/go-openapi/analysis's releases.

v0.26.2

0.26.2 - 2026-08-25

Full Changelog: go-openapi/analysis@v0.26.1...v0.26.2

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


analysis license terms

License

Per-module changes


internal/testintegration (0.26.2)

Fixed bugs

Miscellaneous tasks

... (truncated)

Commits
  • d9134d0 chore: prepare release v0.26.2
  • 22e34e9 fix: onboard spec fix when normalizing url's (#240)
  • fd7602c chore: prepare release v0.26.1
  • 75424e4 Merge pull request #238 from fredbi/fix/flatten-spec-bugs
  • b7a8777 fix: upgraded spec to onboard expand fixes
  • 1204c7e fix(flatten): import the target of a $ref held by an unmapped keyword
  • 765b296 doc: technical writing rules for agents
  • 465c8c5 chore(deps): Bump the go-openapi-dependencies group across 2 directories with...
  • 7b3c465 chore(dependabot): fix invalid timezone
  • 6a6a5b3 chore: dependabot schedule is now twice a week (#236)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/loads from 0.25.0 to 0.25.2

Release notes

Sourced from github.com/go-openapi/loads's releases.

v0.25.2

0.25.2 - 2026-08-25

Full Changelog: go-openapi/loads@v0.25.1...v0.25.2

11 commits in this release.


Fixed bugs

Documentation

  • doc: add technical writing instructions for agents by @​fredbi ...

Testing

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release


... (truncated)

Commits
  • a8de01b fix: onboards spec fixes (#173)
  • 6d3a812 Merge pull request #172 from fredbi/fix/clone-spec-through-json
  • 862dc2b doc: add technical writing instructions for agents
  • ccc5505 fix: clone a specification through JSON, not gob
  • 7138543 build(deps): bump the go-openapi-dependencies group with 2 updates
  • 4432d5f chore(dependabot): fix invalid timezone
  • 93b49a7 chore: dependabot schedule is now twice a week (#170)
  • e433900 build(deps): bump the go-openapi-dependencies group across 1 directory with 2...
  • 4c2a468 build(deps): bump the development-dependencies group with 9 updates
  • 65cb02c chore: updated go dependencies (#167)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime from 0.33.0 to 0.33.1

Release notes

Sourced from github.com/go-openapi/runtime's releases.

v0.33.1

0.33.1 - 2026-08-21

Full Changelog: go-openapi/runtime@v0.33.0...v0.33.1

15 commits in this release.


Fixed bugs

  • fix: adapt multipart stream to support go1.27 io.EOF change by @​fredbi in #521 ...

Documentation

Code quality

Testing

Miscellaneous tasks

Updates


People who contributed to this release

... (truncated)

Commits
  • cbfaad3 chore: prepare release v0.33.1
  • fdb0bb5 chore: dependabot frequency to twice a week (#523)
  • d22f886 doc: fix doc style (#522)
  • e7be759 build(deps): bump the development-dependencies group across 1 directory with ...
  • 4fb7297 fix: adapt multipart stream to support go1.27 io.EOF change (#521)
  • d7ec5a2 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 3b96ca8 chore: updated go dependencies (#518)
  • a4a97e0 test: rename the fixtures directory to testdata (#517)
  • fb0e040 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 5143565 build(deps): bump the development-dependencies group with 10 updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime/server-middleware from 0.33.0 to 0.33.1

Release notes

Sourced from github.com/go-openapi/runtime/server-middleware's releases.

v0.33.1

0.33.1 - 2026-08-21

Full Changelog: go-openapi/runtime@v0.33.0...v0.33.1

15 commits in this release.


Fixed bugs

  • fix: adapt multipart stream to support go1.27 io.EOF change by @​fredbi in #521 ...

Documentation

Code quality

Testing

Miscellaneous tasks

Updates


People who contributed to this release

... (truncated)

Commits
  • cbfaad3 chore: prepare release v0.33.1
  • fdb0bb5 chore: dependabot frequency to twice a week (#523)
  • d22f886 doc: fix doc style (#522)
  • e7be759 build(deps): bump the development-dependencies group across 1 directory with ...
  • 4fb7297 fix: adapt multipart stream to support go1.27 io.EOF change (#521)
  • d7ec5a2 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 3b96ca8 chore: updated go dependencies (#518)
  • a4a97e0 test: rename the fixtures directory to testdata (#517)
  • fb0e040 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 5143565 build(deps): bump the development-dependencies group with 10 updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/spec from 0.22.9 to 0.22.11

Release notes

Sourced from github.com/go-openapi/spec's releases.

v0.22.11

0.22.11 - 2026-08-25

Full Changelog: go-openapi/spec@v0.22.10...v0.22.11

4 commits in this release.


Code quality

  • fix(normalizer): align $ref and base canonicalization with jsonreference by @​fredbi ...

Testing

  • test(normalizer): fix the escaped-path base case failing on windows by @​fredbi in #309 ...

Miscellaneous tasks

  • chore(deps): bump jsonreference to v1.0.1 and swag to v0.29.1 by @​fredbi ...

Other (technical)


People who contributed to this release


spec license terms

License

v0.22.10

0.22.10 - 2026-08-24

Full Changelog: go-openapi/spec@v0.22.9...v0.22.10

... (truncated)

Commits
  • 69a6c4c test(normalizer): fix the escaped-path base case failing on windows (#309)
  • 34af4e1 Merge pull request #308 from fredbi/fix/align-url-normalization
  • 18354e0 fix(normalizer): align $ref and base canonicalization with jsonreference
  • d9388db chore(deps): bump jsonreference to v1.0.1 and swag to v0.29.1
  • 310c04e Merge pull request #307 from fredbi/fix/deterministic-expansion
  • 663f784 fix(expander): walk maps in sorted order so expansion is reproducible
  • ee01904 fix(expander): rebase a $ref found under an unmapped keyword
  • af1d328 chore(normalizer): correct the build constraint of normalizer_windows.go
  • ba4dd04 test(expander): serve the remote circular id fixture on a free port
  • 1252d8c build(deps): bump the go-openapi-dependencies group with 4 updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.28.0 to 0.29.1

Release notes

Sourced from github.com/go-openapi/swag's releases.

v0.29.1

0.29.1 - 2026-08-21

Full Changelog: go-openapi/swag@v0.29.0...v0.29.1

4 commits in this release.


Testing

  • test(adapters): fix the nesting-depth test under encoding/json v2 by @​fredbi in #240 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.29.1)

... (truncated)

Commits
  • e56ec4c chore: prepare release v0.29.1
  • f03b072 chore: update dependabot frequency and pr limit (#241)
  • 1098db4 build(deps): bump the development-dependencies group across 1 directory with ...
  • 95025ef test(adapters): fix the nesting-depth test under encoding/json v2 (#240)
  • 805afa3 chore: prepare release v0.29.0
  • 3fd99ce feat(fsutils): new utilities on top of io/fs.FS (#237)
  • 606af28 chore: updated go dependencies (#236)
  • 60116a7 Merge pull request #235 from fredbi/test/move-fixtures-to-testdata
  • 47a8f7b chore: tuned quality reporting tools
  • 299a7ef test: rename the fixtures directories to testdata
  • Additional commits viewable in compare view

Updates github.com/go-openapi/validate from 0.26.1 to 0.26.3

Release notes

Sourced from github.com/go-openapi/validate's releases.

v0.26.3

0.26.3 - 2026-08-09

Full Changelog: go-openapi/validate@v0.26.2...v0.26.3

8 commits in this release.


Implemented enhancements

  • feat: check required entries of nested schemas, not only of a definition by @​fredbi ...

Fixed bugs

  • fix: report the same findings, in the same order, on every run by @​fredbi ...
  • refact: recycle objects through swag/pools by @​fredbi ...

Miscellaneous tasks

  • ci: enable poolsdebug on separate test lane by @​fredbi ...
  • fix: point every finding at a node the document contains by @​fredbi ...
  • ci: disabled the parallel pool testing on windows and darwin by @​fredbi ...

Other (technical)


People who contributed to this release


validate license terms

License

v0.26.2

... (truncated)

Commits
  • 39098ef Merge pull request #281 from fredbi/fix/pointer-gaps
  • 2bf3c27 ci: enable poolsdebug on separate test lane
  • 7cdf3d9 feat: check required entries of nested schemas, not only of a definition
  • 62ecb2e fix: point every finding at a node the document contains
  • 78c71e9 fix: report the same findings, in the same order, on every run
  • 02b8f94 Merge pull request #280 from fredbi/refact/use-swag-pools
  • 5540162 ci: disabled the parallel pool testing on windows and darwin
  • 65f13f3 refact: recycle objects through swag/pools
  • 83d7d4e Merge pull request #279 from fredbi/fix/error-location-as-jsonpointer
  • db68410 fix: point at nodes a document actually contains
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 15:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 1, 2026
Bumps the aws group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.2` | `1.45.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.33` | `1.33.1` |
| [github.com/aws/aws-sdk-go-v2/service/sns](https://github.com/aws/aws-sdk-go-v2) | `1.42.2` | `1.44.1` |
| [github.com/go-openapi/analysis](https://github.com/go-openapi/analysis) | `0.25.5` | `0.26.2` |
| [github.com/go-openapi/loads](https://github.com/go-openapi/loads) | `0.25.0` | `0.25.2` |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.33.0` | `0.33.1` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.28.0` | `0.29.1` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.43.2 to 1.45.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.2...v1.45.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.33 to 1.33.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.33...config/v1.33.1)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.32 to 1.20.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.32...v1.20.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sns` from 1.42.2 to 1.44.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.42.2...service/ecs/v1.44.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.45.2 to 1.47.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecr/v1.45.2...service/s3/v1.47.1)

Updates `github.com/aws/smithy-go` from 1.27.5 to 1.28.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.27.5...v1.28.1)

Updates `github.com/go-openapi/analysis` from 0.25.5 to 0.26.2
- [Release notes](https://github.com/go-openapi/analysis/releases)
- [Commits](go-openapi/analysis@v0.25.5...v0.26.2)

Updates `github.com/go-openapi/loads` from 0.25.0 to 0.25.2
- [Release notes](https://github.com/go-openapi/loads/releases)
- [Commits](go-openapi/loads@v0.25.0...v0.25.2)

Updates `github.com/go-openapi/runtime` from 0.33.0 to 0.33.1
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.33.0...v0.33.1)

Updates `github.com/go-openapi/runtime/server-middleware` from 0.33.0 to 0.33.1
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.33.0...v0.33.1)

Updates `github.com/go-openapi/spec` from 0.22.9 to 0.22.11
- [Release notes](https://github.com/go-openapi/spec/releases)
- [Commits](go-openapi/spec@v0.22.9...v0.22.11)

Updates `github.com/go-openapi/swag` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/validate` from 0.26.1 to 0.26.3
- [Release notes](https://github.com/go-openapi/validate/releases)
- [Commits](go-openapi/validate@v0.26.1...v0.26.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sns
  dependency-version: 1.44.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.47.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/analysis
  dependency-version: 0.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/loads
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/runtime/server-middleware
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/validate
  dependency-version: 0.26.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the aws group with 13 updates build(deps): bump the aws group across 1 directory with 13 updates Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-3986acb603 branch from 7940af1 to 98f08e5 Compare September 1, 2026 20:37
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.

0 participants