Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
github.com/aws/aws-sdk-go-v2 1.42.1 1.43.2
github.com/aws/aws-sdk-go-v2/config 1.32.27 1.32.33
github.com/aws/aws-sdk-go-v2/service/sns 1.40.3 1.42.2
github.com/go-openapi/analysis 0.25.3 0.25.5
github.com/go-openapi/loads 0.24.0 0.25.0
github.com/go-openapi/runtime 0.32.4 0.33.0
github.com/go-openapi/runtime/server-middleware 0.32.4 0.33.0
github.com/go-openapi/swag 0.27.0 0.28.0

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Changelog

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

Release (2026-07-31)

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.

Release (2026-07-27)

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.

Release (2026-07-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.2.1
    • Bug Fix: Use r.URL.Host when r.Host is unset.
  • github.com/aws/smithy-go/aws-http-auth-schemes: v1.0.0
    • Release: Module github.com/aws/smithy-go/aws-http-auth-schemes adds generic smithy-go client support for AWS Sigv4 and Sigv4a.

Release (2026-06-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.3
    • Bug Fix: Fix bug in JSON doc encoder and endpoint host label format validation

Release (2026-06-05)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.2
    • Bug Fix: Fix incorrect serialization of unions in CBOR-based protocols.

Release (2026-06-04)

... (truncated)

Commits

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

Release notes

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

v0.25.5

0.25.5 - 2026-07-20

Full Changelog: go-openapi/analysis@v0.25.4...v0.25.5

1 commits in this release.


Code quality

  • fix(flatten): in options, guarded against possible json serialization of by @​fredbi in #221 ...

People who contributed to this release


analysis license terms

License

v0.25.4

0.25.4 - 2026-07-20

Full Changelog: go-openapi/analysis@v0.25.3...v0.25.4

8 commits in this release.


Implemented enhancements

  • feat: inject a confined document loader into flatten and schema analysis by @​fredbi in #220 ...

Documentation

Updates

  • chore(deps): Bump actions/setup-go from 6.5.0 to 7.0.0 in the development-dependencies group across 1 directory by @​dependabot[bot] in #219 ...

... (truncated)

Commits
  • f65b576 fix(flatten): in options, guarded against possible json serialization of (#221)
  • 70fd025 feat: inject a confined document loader into flatten and schema analysis (#220)
  • dfeb1a3 chore(deps): Bump actions/setup-go
  • 9785c10 chore(deps): Bump github.com/go-openapi/strfmt
  • c194275 Potential fixes for 4 code quality findings (#217)
  • 49c06eb chore(deps): Bump github.com/go-openapi/jsonpointer (#216)
  • 79d637a chore(deps): Bump golang.org/x/text in the golang-org-dependencies group
  • 7e6c5ac chore(deps): Bump the go-openapi-dependencies group with 5 updates
  • 446da07 doc: updated contributors file
  • See full diff in compare view

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

Release notes

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

v0.25.0

0.25.0 - 2026-07-20

Full Changelog: go-openapi/loads@v0.24.2...v0.25.0

1 commits in this release.


Implemented enhancements

  • feat(loaders): exposed loader chaining and builder with options by @​fredbi in #157 ...

People who contributed to this release


loads license terms

License

v0.24.2

0.24.2 - 2026-07-20

Full Changelog: go-openapi/loads@v0.24.1...v0.24.2

1 commits in this release.


Miscellaneous tasks


People who contributed to this release

... (truncated)

Commits
  • 8538331 feat(loaders): exposed loader chaining and builder with options (#157)
  • cf229f0 chore: updated go-openapi dependencies (#156)
  • 32e167a build(deps): bump spec to v0.22.7 and swag to v0.27.3 (#155)
  • a963081 build(deps): bump the go-openapi-dependencies group with 3 updates
  • 5fc073c doc: updated contributors file
  • 47f67d4 build(deps): bump the go-openapi-dependencies group with 2 updates
  • d0a7a9b ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#151)
  • fce62f8 chore(ci): run contributors workflow monthly instead of weekly (#150)
  • 7978690 build(deps): bump github.com/go-openapi/spec
  • 7bf5c45 build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml
  • Additional commits viewable in compare view

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

Release notes

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

v0.33.0

0.33.0 - 2026-07-27

Support for server-side streaming of multipart form

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

3 commits in this release.


Implemented enhancements

Miscellaneous tasks

Updates


People who contributed to this release


New Contributors


runtime license terms

License

Per-module changes

... (truncated)

Commits
  • accfcf5 chore: prepare release v0.33.0
  • f44e673 feat: add lazy multipart form streaming (#507)
  • cdd6e6b build(deps): bump the development-dependencies group with 11 updates
  • 4f030d6 chore: prepare release v0.32.6
  • d801284 chore: updated dependencies (go-openapi updates) (#504)
  • 7c0acc4 build(deps): bump the go-openapi-dependencies group across 3 directories with...
  • a1e4169 build(deps): bump actions/setup-go in the development-dependencies group
  • 9804a2d chore: prepare release v0.32.5
  • b04efcc middleware: set http.Request.Pattern to the matched route (#500)
  • 0af5ca0 build(deps): bump golang.org/x/sync
  • Additional commits viewable in compare view

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

Release notes

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

v0.33.0

0.33.0 - 2026-07-27

Support for server-side streaming of multipart form

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

3 commits in this release.


Implemented enhancements

Miscellaneous tasks

Updates


People who contributed to this release


New Contributors


runtime license terms

License

Per-module changes

... (truncated)

Commits
  • accfcf5 chore: prepare release v0.33.0
  • f44e673 feat: add lazy multipart form streaming (#507)
  • cdd6e6b build(deps): bump the development-dependencies group with 11 updates
  • 4f030d6 chore: prepare release v0.32.6
  • d801284 chore: updated dependencies (go-openapi updates) (#504)
  • 7c0acc4 build(deps): bump the go-openapi-dependencies group across 3 directories with...
  • a1e4169 build(deps): bump actions/setup-go in the development-dependencies group
  • 9804a2d chore: prepare release v0.32.5
  • b04efcc middleware: set http.Request.Pattern to the matched route (#500)
  • 0af5ca0 build(deps): bump golang.org/x/sync
  • Additional commits viewable in compare view

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

Release notes

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

v0.22.9

0.22.9 - 2026-07-20

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

1 commits in this release.


Implemented enhancements

  • feat(expander): add ExpandParameterWithOptions and ExpandResponseWithOptions by @​fredbi in #292 ...

People who contributed to this release


spec license terms

License

v0.22.8

0.22.8 - 2026-07-20

Full Changelog: go-openapi/spec@v0.22.7...v0.22.8

1 commits in this release.


Implemented enhancements

  • feat(expander): add ExpandSchemaWithOptions for confined schema expansion by @​fredbi in #291 ...

People who contributed to this release

... (truncated)

Commits
  • e682f66 feat(expander): add ExpandParameterWithOptions and ExpandResponseWithOptions ...
  • 9bfe732 feat(expander): add ExpandSchemaWithOptions for confined schema expansion (#291)
  • 5173965 Merge pull request #290 from fredbi/fix/vuln-reports
  • 497d583 build(deps): bump swag modules to v0.27.3
  • fe9f8bd test(expander): validate the SSRF posture of an injected loader
  • 75e4859 build(deps): bump swag/loading to v0.27.2 for confined $ref loading
  • 7229152 docs(security): warn that the default $ref loader is not sandboxed
  • 4e073e1 fix(ref): stop performing a network request in IsValidURI
  • 64655f3 feat(expander): accept an option-aware document loader
  • 5ae1e0d chore: upgrade dependencies ; fix deprecated jsonname
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.26.4 to 0.27.0

Release notes

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

v0.27.0

0.27.0 - 2026-07-16

Full Changelog: go-openapi/strfmt@v0.26.4...v0.27.0

11 commits in this release.


Implemented enhancements

  • feat: new formats for currencies (ISO-4217 alpha-3) and countries (ISO-3166 alpha-3 & alpha-2) by @​fredbi in #285 ...
  • feat(duration): add ISO 8601 / RFC 3339 duration format (duration-iso8601) by @​fredbi in #284 ...

Fixed bugs

Documentation

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the other-dependencies group across 3 directories with 1 update by @​dependabot[bot] in #277 ...
  • build(deps): bump golang.org/x/net from 0.56.0 to 0.57.0 in the golang-org-dependencies group across 1 directory by @​dependabot[bot] in #276 ...

Other (technical)

  • Add comments for ISO 3166 countries source data by @​fredbi ...

People who contributed to this release

... (truncated)

Commits
  • 8364821 chore: prepare release v0.27.0
  • a98cfd0 Add comments for ISO 3166 countries source data
  • 09c6110 Doc: typo in Readme
  • 12fcdc1 feat: new formats for currencies (ISO-4217 alpha-3) and countries (ISO-3166 a...
  • a9ba012 feat(duration): add ISO 8601 / RFC 3339 duration format (duration-iso8601) (#...
  • 4de561f fix(base64): use standard RFC 4648 alphabet on the text path (#87) (#283)
  • 7f8ff38 test(fuzz): added systematic fuzzing of formats (#282)
  • f33c701 fix(duration): fix panic with trailing space, added fuzz (#281)
  • 9f0fa2d build(deps): bump the other-dependencies group across 3 directories with 1 up...
  • 5be05e6 build(deps): bump golang.org/x/net
  • Additional commits viewable in compare view

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

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • Additional commits viewable in compare view

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

Release notes

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

v0.26.1

0.26.1 - 2026-07-21

Full Changelog: go-openapi/validate@v0.26.0...v0.26.1

12 commits in this release.


Implemented enhancements

  • feat: inject a custom document loader into schema/spec validation by @​fredbi in #272 ...

Documentation

Miscellaneous tasks

  • chore(ci): run contributors workflow monthly instead of weekly by @​fredbi in #265 ...

Updates


People who contributed to this release


validate license terms

[License][license-url]

... (truncated)

Commits
  • 9b81767 feat: inject a custom document loader into schema/spec validation (#272)
  • 6614383 chore(deps): bump github.com/go-openapi/strfmt
  • cbf963a chore(deps): bump github.com/go-openapi/jsonpointer (#270)
  • e528532 chore(deps): bump the go-openapi-dependencies group with 7 updates
  • a92dcc6 doc: updated contributors file
  • e3a1a32 chore(deps): bump github.com/go-openapi/testify/v2
  • 91feb17 ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#266)
  • 07c4535 chore(ci): run contributors workflow monthly instead of weekly (#265)
  • 25f8d57 chore(deps): bump github.com/go-openapi/spec
  • 2a22b28 chore(deps): bump the development-dependencies group across 1 directory with ...
  • 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 Aug 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 1, 2026 15:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 1, 2026
@dependabot dependabot Bot changed the title build(deps): bump the aws group with 14 updates build(deps): bump the aws group across 1 directory with 14 updates Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-2463c63903 branch from c40454c to 28f8fe5 Compare August 3, 2026 06:14
Bumps the aws group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.27` | `1.32.33` |
| [github.com/aws/aws-sdk-go-v2/service/sns](https://github.com/aws/aws-sdk-go-v2) | `1.40.3` | `1.42.2` |
| [github.com/go-openapi/analysis](https://github.com/go-openapi/analysis) | `0.25.3` | `0.25.5` |
| [github.com/go-openapi/loads](https://github.com/go-openapi/loads) | `0.24.0` | `0.25.0` |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.32.4` | `0.33.0` |
| [github.com/go-openapi/runtime/server-middleware](https://github.com/go-openapi/runtime) | `0.32.4` | `0.33.0` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.27.0` | `0.28.0` |



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

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

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

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

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

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

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

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

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

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

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

Updates `github.com/go-openapi/strfmt` from 0.26.4 to 0.27.0
- [Release notes](https://github.com/go-openapi/strfmt/releases)
- [Commits](go-openapi/strfmt@v0.26.4...v0.27.0)

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

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

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.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.32.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sns
  dependency-version: 1.42.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.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/analysis
  dependency-version: 0.25.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/loads
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/runtime/server-middleware
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/validate
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-2463c63903 branch from 28f8fe5 to 0b96e3c Compare August 3, 2026 06:23
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