Skip to content

chore: Update minor and patch Golang dependencies#905

Merged
renovate[bot] merged 1 commit intomainfrom
renovate_minor-and-patch-golang-dependencies
Apr 16, 2026
Merged

chore: Update minor and patch Golang dependencies#905
renovate[bot] merged 1 commit intomainfrom
renovate_minor-and-patch-golang-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 8, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/modelcontextprotocol/go-sdk v1.4.1v1.5.0 age adoption passing confidence
github.com/nobl9/nobl9-go v0.126.0v0.126.1 age adoption passing confidence
golang.org/x/text v0.35.0v0.36.0 age adoption passing confidence
golang.org/x/tools v0.43.0v0.44.0 age adoption passing confidence

Release Notes

modelcontextprotocol/go-sdk (github.com/modelcontextprotocol/go-sdk)

v1.5.0

Compare 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 the mcp_go_client_oauth build 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 from func(context.Context, *auth.AuthorizationArgs) (*auth.AuthorizationResult, error) to auth.AuthorizationCodeFetcher which is a reusable definition carrying the same underlying function type.
  • auth.AuthorizationCodeHandlerConfig.PreregisteredClientConfig was removed and replaced with auth.AuthorizationCodeHandlerConfig.PreregisteredClient which uses a newly introduced oauthex.ClientCredentials type. The type used previously (auth.PreregisteredClientConfig) has been removed.
  • Deprecated functionality has been removed from both auth and oauthex packages.

Enterprise Managed Authorization support added

Support for Enterprise Managed Authorization has been added to auth/extauth package. 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

nobl9/nobl9-go (github.com/nobl9/nobl9-go)

v0.126.1

Compare Source

What's Changed

🧰 Maintenance

4 changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 8, 2026

ℹ️ Artifact update notice

File name: docs/mock_example/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.25.9
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/mod v0.34.0 -> v0.35.0
golang.org/x/oauth2 v0.34.0 -> v0.35.0
golang.org/x/sys v0.42.0 -> v0.43.0

@renovate renovate Bot enabled auto-merge (squash) April 8, 2026 23:17
@renovate renovate Bot added the dependencies label Apr 8, 2026
@renovate renovate Bot requested a review from nieomylnieja as a code owner April 8, 2026 23:17
@renovate renovate Bot added the renovate label Apr 8, 2026
@renovate renovate Bot added the golang label Apr 8, 2026
@renovate renovate Bot changed the title chore: Update module github.com/modelcontextprotocol/go-sdk to v1.5.0 chore: Update minor and patch Golang dependencies Apr 9, 2026
@renovate renovate Bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 4 times, most recently from 18a5998 to 778a201 Compare April 13, 2026 14:13
@renovate renovate Bot force-pushed the renovate_minor-and-patch-golang-dependencies branch from 778a201 to 0046b7a Compare April 16, 2026 19:17
@renovate renovate Bot merged commit 2587e70 into main Apr 16, 2026
13 checks passed
@renovate renovate Bot deleted the renovate_minor-and-patch-golang-dependencies branch April 16, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant