Skip to content

deps(go): bump github.com/aws/smithy-go from 1.26.0 to 1.27.3 - #1362

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/aws/smithy-go-1.27.3
Closed

deps(go): bump github.com/aws/smithy-go from 1.26.0 to 1.27.3#1362
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/aws/smithy-go-1.27.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/aws/smithy-go from 1.26.0 to 1.27.3.

Changelog

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

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)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.1
    • Bug Fix: Fixed a deserialization failure in all protocols when encountering a union with explicit null members.
    • Bug Fix: Fixed a panic when deserializing nested unions in JSON- and CBOR-based protocols.

Release (2026-06-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.0
    • Feature: Add APIs for schema-based serialization.
    • Feature: Add support for all current AWS and Smithy protocols.
    • Bug Fix: Enforce max nesting depth of 128 on CBOR payloads.
  • github.com/aws/smithy-go/aws-http-auth: v1.2.0
    • Feature: Add event stream signer.

Release (2026-05-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.26.0
    • Feature: Add StringSlice to endpoint rulesfn.

... (truncated)

Commits
  • 9445927 Release 2026-06-26
  • 7617c7e add prefix/suffix hyphen rejection for host label validation based on rfc1123...
  • 49402bd Fix document.Number serialization and BigDecimal negative zero sign loss (#681)
  • 648e8ad feat: move common middlewares to shared addCommonMiddlewares (#674)
  • bff4b8c Release 2026-06-05
  • 6b71b3a fix broken cbor union serialization (#676)
  • 3c67717 serialize value types if @​required (#675)
  • 6a1dd2f Release 2026-06-04
  • ec26415 fix nested union json ctx break/smithy.ReadUnion contract issue (#673)
  • 3f6ece2 Release 2026-06-02
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.26.0 to 1.27.3.
- [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.26.0...v1.27.3)

---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies go Pull requests that update Go code labels Jun 29, 2026
@dependabot
dependabot Bot requested a review from hairyhenderson as a code owner June 29, 2026 20:22
@dependabot dependabot Bot added dependencies go Pull requests that update Go code labels Jun 29, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Details
Benchmark suite Current: 774c5da Previous: 31afc18 Ratio
BenchmarkPathForDirFS (github.com/hairyhenderson/go-fsimpl/filefs) 47.33 ns/op 0 B/op 0 allocs/op 47.67 ns/op 0 B/op 0 allocs/op 0.99
BenchmarkPathForDirFS (github.com/hairyhenderson/go-fsimpl/filefs) - ns/op 47.33 ns/op 47.67 ns/op 0.99
BenchmarkPathForDirFS (github.com/hairyhenderson/go-fsimpl/filefs) - B/op 0 B/op 0 B/op 1
BenchmarkPathForDirFS (github.com/hairyhenderson/go-fsimpl/filefs) - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkSplitRepoPath/0 (github.com/hairyhenderson/go-fsimpl/gitfs) 12.23 ns/op 0 B/op 0 allocs/op 11.65 ns/op 0 B/op 0 allocs/op 1.05
BenchmarkSplitRepoPath/0 (github.com/hairyhenderson/go-fsimpl/gitfs) - ns/op 12.23 ns/op 11.65 ns/op 1.05
BenchmarkSplitRepoPath/0 (github.com/hairyhenderson/go-fsimpl/gitfs) - B/op 0 B/op 0 B/op 1
BenchmarkSplitRepoPath/0 (github.com/hairyhenderson/go-fsimpl/gitfs) - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkSplitRepoPath/1 (github.com/hairyhenderson/go-fsimpl/gitfs) 16.86 ns/op 0 B/op 0 allocs/op 16.87 ns/op 0 B/op 0 allocs/op 1.00
BenchmarkSplitRepoPath/1 (github.com/hairyhenderson/go-fsimpl/gitfs) - ns/op 16.86 ns/op 16.87 ns/op 1.00
BenchmarkSplitRepoPath/1 (github.com/hairyhenderson/go-fsimpl/gitfs) - B/op 0 B/op 0 B/op 1
BenchmarkSplitRepoPath/1 (github.com/hairyhenderson/go-fsimpl/gitfs) - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkSplitRepoPath/2 (github.com/hairyhenderson/go-fsimpl/gitfs) 35.26 ns/op 4 B/op 1 allocs/op 32.66 ns/op 4 B/op 1 allocs/op 1.08
BenchmarkSplitRepoPath/2 (github.com/hairyhenderson/go-fsimpl/gitfs) - ns/op 35.26 ns/op 32.66 ns/op 1.08
BenchmarkSplitRepoPath/2 (github.com/hairyhenderson/go-fsimpl/gitfs) - B/op 4 B/op 4 B/op 1
BenchmarkSplitRepoPath/2 (github.com/hairyhenderson/go-fsimpl/gitfs) - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkSplitRepoPath/3 (github.com/hairyhenderson/go-fsimpl/gitfs) 37.75 ns/op 8 B/op 1 allocs/op 34.81 ns/op 8 B/op 1 allocs/op 1.08
BenchmarkSplitRepoPath/3 (github.com/hairyhenderson/go-fsimpl/gitfs) - ns/op 37.75 ns/op 34.81 ns/op 1.08
BenchmarkSplitRepoPath/3 (github.com/hairyhenderson/go-fsimpl/gitfs) - B/op 8 B/op 8 B/op 1
BenchmarkSplitRepoPath/3 (github.com/hairyhenderson/go-fsimpl/gitfs) - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkSplitRepoPath/4 (github.com/hairyhenderson/go-fsimpl/gitfs) 35.71 ns/op 8 B/op 1 allocs/op 34.5 ns/op 8 B/op 1 allocs/op 1.04
BenchmarkSplitRepoPath/4 (github.com/hairyhenderson/go-fsimpl/gitfs) - ns/op 35.71 ns/op 34.5 ns/op 1.04
BenchmarkSplitRepoPath/4 (github.com/hairyhenderson/go-fsimpl/gitfs) - B/op 8 B/op 8 B/op 1
BenchmarkSplitRepoPath/4 (github.com/hairyhenderson/go-fsimpl/gitfs) - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkSplitRepoPath/5 (github.com/hairyhenderson/go-fsimpl/gitfs) 40.21 ns/op 4 B/op 1 allocs/op 35.87 ns/op 4 B/op 1 allocs/op 1.12
BenchmarkSplitRepoPath/5 (github.com/hairyhenderson/go-fsimpl/gitfs) - ns/op 40.21 ns/op 35.87 ns/op 1.12
BenchmarkSplitRepoPath/5 (github.com/hairyhenderson/go-fsimpl/gitfs) - B/op 4 B/op 4 B/op 1
BenchmarkSplitRepoPath/5 (github.com/hairyhenderson/go-fsimpl/gitfs) - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkSplitRepoPath/6 (github.com/hairyhenderson/go-fsimpl/gitfs) 17.29 ns/op 0 B/op 0 allocs/op 16.88 ns/op 0 B/op 0 allocs/op 1.02
BenchmarkSplitRepoPath/6 (github.com/hairyhenderson/go-fsimpl/gitfs) - ns/op 17.29 ns/op 16.88 ns/op 1.02
BenchmarkSplitRepoPath/6 (github.com/hairyhenderson/go-fsimpl/gitfs) - B/op 0 B/op 0 B/op 1
BenchmarkSplitRepoPath/6 (github.com/hairyhenderson/go-fsimpl/gitfs) - allocs/op 0 allocs/op 0 allocs/op 1

This comment was automatically generated by workflow using github-action-benchmark.

@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like github.com/aws/smithy-go is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 14, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/aws/smithy-go-1.27.3 branch July 14, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants