Update go deps#675
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
cfe5463 to
1d00451
Compare
3a3cde4 to
454732b
Compare
7414232 to
9d84f67
Compare
d203676 to
2a00a77
Compare
73f7ae5 to
a28c63b
Compare
a2927db to
2a88f28
Compare
8b855dd to
839e1a0
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ea032b5 to
1e8f609
Compare
b02c775 to
48f2fa8
Compare
48f2fa8 to
7b45b9d
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
350aeb8 to
3af717d
Compare
34294f2 to
f28d9eb
Compare
5e18c33 to
1c89754
Compare
7feeab4 to
8ec32e9
Compare
Generated by renovateBot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.5.0→v1.6.0v3.4.0→v3.5.0v1.9.0→v1.10.1v3.49.1→v3.51.1v0.20.6→v0.21.5v0.0.21→v0.0.22v1.4.1→v1.6.0v3.4.1→v3.9.0v0.34.1→v0.36.1Release Notes
BurntSushi/toml (github.com/BurntSushi/toml)
v1.6.0Compare Source
TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md
Also two small fixes:
Encode large floats as exponent syntax so that round-tripping things like
5e+22is correct.Using duplicate array keys would not give an error:
This will now correctly give a "Key 'arr' has already been defined" error.
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.5.0Compare Source
What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.4.0...v3.5.0
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.10.1Compare Source
Changes and fixes
inotify: don't remove sibling watches sharing a path prefix (#754)
inotify, windows: don't rename sibling watches sharing a path prefix
(#755)
v1.10.0Compare Source
This version of fsnotify needs Go 1.23.
Changes and fixes
inotify: improve initialization error message (#731)
inotify: send Rename event if recursive watch is renamed (#696)
inotify: avoid copying event buffers when reading names (#741)
kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)
kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)
windows: fix nil pointer dereference in remWatch (#736)
windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)
go-task/task (github.com/go-task/task/v3)
v3.51.1by skipping templating altogether when the string is static (#2820 by @romnn).
absPathtemplate function that resolves a path to its absolute form,cleaning
..and.components (#2681, #2788 by @mateenanjum).joinEnvfunction to join paths based on your oprating system:;forWindows and
:elsewhere, andjoinUrlto join URL paths. Also, added twonew special variables:
FILE_PATH_SEPARATORwhich returns\on Windowsand
/elsewhere, andPATH_LIST_SEPARATORwhich returns;on Windows and:elsewhere (#2406, #2408 by @solvingj).@andreynering).
v3.50.0Compare Source
enum.refsupport inrequires: enum constraints can now referencevariables or template pipelines (e.g.,
ref: .ALLOWED_ENVS) instead ofduplicating static lists. Combined with
sh:variables, this enables fullydynamic enum validation (#2678 by @vmaerten).
taskbinary name instead of$GO_TASK_PROGNAMEfor experiments cache (#2730, #2727 by @SergioChan).of restarting (#2764, #2642).
method: timestampand the files listed ongenerates:were deleted.This makes
method: timestampbehaves the same asmethod: checksum(#1230, #2716 by @drichardson).
google/go-containerregistry (github.com/google/go-containerregistry)
v0.21.5Compare Source
What's Changed
Full Changelog: google/go-containerregistry@v0.21.4...v0.21.5
v0.21.4Compare Source
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.21.3...v0.21.4
v0.21.3Compare Source
What's Changed
crane indexsubcommand by @edwardthiele in #2223New Contributors
Full Changelog: google/go-containerregistry@v0.21.2...v0.21.3
v0.21.2Compare Source
What's Changed
Full Changelog: google/go-containerregistry@v0.21.1...v0.21.2
v0.21.1Compare Source
This release fixes a regression in
craneintroduced in the previous release.What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.21.0...v0.21.1
v0.21.0Compare Source
This release updates the minimum Go version to
1.25.6.What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.20.7...v0.21.0
v0.20.8Compare Source
v0.20.7Compare Source
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.20.6...v0.20.7
mattn/go-isatty (github.com/mattn/go-isatty)
v0.0.22Compare Source
modelcontextprotocol/go-sdk (github.com/modelcontextprotocol/go-sdk)
v1.6.0Compare Source
This release is equivalent to v1.6.0-pre.1. Thank you to those who tested the pre-release.
In this release we introduce several smaller fixes and improvements, and we started working for release 2026-06-30. The main new feature is the introduction of
ClientCredentialsHandlerfor OAuth client credentials grant.Add
ClientCredentialsHandlerfor OAuth client credentials grantAdded
ClientCredentialsHandlerimplementingauth.OAuthHandlerusing the OAuth 2.0 Client Credentials grant (RFC 6749 Section 4.4) for service-to-service authentication with pre-registered credentials.2026-06-30 Release related PRs
feat: add automatic application_type inference by @guglielmo-san in #904
New
application_typefield is added to theClientRegistrationMetadatafor DynamicClientRegistration. If not specified, theapplication_typewill be inferred from the RedirectURIs. This implements SEP-837.feat: HTTP Header Standardization for method and name by @guglielmo-san in #907
By mirroring key fields from the JSON-RPC payload into HTTP headers, network intermediaries such as load balancers, proxies, and observability tools can route and process MCP traffic without deep packet inspection, reducing latency and computational overhead. This partially implements SEP-2243.
Behavior Changes
SetErrorBehavior ChangePreviously the
SetErrormethod onCallToolResultalways overwrote theContentfield with the error text. NowSetErrorpreserves the existing value if it has already been populated. You can restore the previous behavior by setting the environment variableseterroroverwrite=1.Cross-Origin Protection Default Change
Previously (v1.4.1-v1.5.0) default (zero-value) cross-origin protection was applied when
CrossOriginProtectioninStreamableHTTPOptionswasnil. Now cross-origin protection is not enabled by default whenCrossOriginProtectionis nil.You can restore the previous behavior (enable by default) by setting
enableoriginverification=1.disablecrossoriginprotectionwas replaced byenableoriginverificationafter the default was changed to not enable cross-origin protection.jsonescapingoption was removed, according to plan.Other Changes to the SDK
ServerSession.startKeepaliveby @begelundmuller in #856New Contributors
Full Changelog: modelcontextprotocol/go-sdk@v1.5.0...v1.6.0-pre.1
v1.5.0Compare Source
This release is equivalent to v1.5.0-pre.1. Thank you to those who tested the pre-release.
In this release we introduce important enhancements to the client-side OAuth flows. We also introduce several smaller fixes and improvements.
Stabilization of client-side OAuth APIs
As previously communicated, we're stabilizing the client-side OAuth APIs in
v1.5.0. This means that themcp_go_client_oauthbuild tag will no longer be required to compile the functionality and standard backward compatibility guarantees apply from now on.Compared to the experimental support published in
v1.4.0, we made some backwards incompatible changes:auth.AuthorizationCodeHandlerConfig.AuthorizationCodeFetcher's type was changed fromfunc(context.Context, *auth.AuthorizationArgs) (*auth.AuthorizationResult, error)toauth.AuthorizationCodeFetcherwhich is a reusable definition carrying the same underlying function type.auth.AuthorizationCodeHandlerConfig.PreregisteredClientConfigwas removed and replaced withauth.AuthorizationCodeHandlerConfig.PreregisteredClientwhich uses a newly introducedoauthex.ClientCredentialstype. The type used previously (auth.PreregisteredClientConfig) has been removed.authandoauthexpackages.Enterprise Managed Authorization support added
Support for Enterprise Managed Authorization has been added to
auth/extauthpackage. Huge thanks to @radar07 for the implementation!Note: this support is part of an official MCP extension and is not part of the core protocol. The support of this functionality is not covered by the principles defined in SDK tiers.
Other changes to the SDK
New Contributors
Full Changelog: modelcontextprotocol/go-sdk@v1.4.1...v1.5.0
urfave/cli (github.com/urfave/cli/v3)
v3.9.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.8.0...v3.9.0
v3.8.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.7.0...v3.8.0
v3.7.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.6.2...v3.7.0
v3.6.2Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.6.1...v3.6.2
v3.6.1Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.