Skip to content

build(deps): Bump the gomod group across 1 directory with 3 updates - #99

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-e4cf4b48f8
Open

build(deps): Bump the gomod group across 1 directory with 3 updates#99
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-e4cf4b48f8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 2 updates in the / directory: github.com/modelcontextprotocol/go-sdk and github.com/perses/perses.

Updates github.com/modelcontextprotocol/go-sdk from 1.6.1 to 1.7.0

Release notes

Sourced from github.com/modelcontextprotocol/go-sdk's releases.

v1.7.0

This release brings full support for protocol version 2026-07-28. The wire protocol is largely rewritten: a stateless model with per-request _meta, a new server/discover RPC replacing the initialize handshake, multi-round-trip requests (MRTR) replacing server-initiated calls, a unified subscriptions/listen stream replacing free-floating change notifications, standardised HTTP headers, and the formal deprecation of the roots, sampling, and logging features.

The streamable HTTP transport accepts requests at protocol version 2026-07-28 only when StreamableHTTPOptions.Stateless = true. If you want to expose the new protocol over HTTP, set Stateless = true; if you want to keep stateful sessions, your clients will negotiate down to 2025-11-25.

Backward compatibility with 2025-11-25 and earlier is preserved on every endpoint. The SDK negotiates the highest mutually-supported version at connect time. The new protocol is enabled by default for new clients; existing legacy clients and servers continue to work unchanged.

This release consolidates everything shipped in v1.7.0-pre.1, v1.7.0-pre.2, and v1.7.0-pre.3. Thank you to everyone who exercised the pre-releases and filed feedback.

v1.7.0-pre.3 is already successfully used by GitHub, serving more than half a million users.

Make MCP Stateless (SEP-2575) & Sessionless (SEP-2567)

The initialize/notifications/initialized handshake is removed in 2026-07-28. Each request now carries _meta.io.modelcontextprotocol/{protocolVersion,clientInfo,clientCapabilities} so the server can validate the peer without state. A new server/discover RPC lets clients learn the server's supported versions and capabilities up front; the SDK falls back to legacy initialize if discover fails. Resumability (Last-Event-ID, standalone GET) is removed; ping, logging/setLevel, resources/subscribe, and resources/unsubscribe are also removed on this revision and rejected with MethodNotFound.

Subscriptions listen (SEP-2575)

The legacy tools/list_changed, prompts/list_changed, resources/list_changed, and resources/updated notifications are replaced by a single long-lived subscriptions/listen request whose response stream multiplexes every change notification the client opted into, each tagged with io.modelcontextprotocol/subscriptionId. The SDK opens this stream automatically on Client.Connect when the corresponding list-changed handler is set; servers route notifications only to subscribed sessions.

Multi Round-Trip Requests (SEP-2322)

Server-to-client requests for elicitation, sampling, and roots are no longer issued as fresh JSON-RPC requests. Instead a tool/prompt/resource handler returns an InputRequiredResult whose inputRequests field carries the requests; the client fulfils each and retries the original call with inputResponses populated. The SDK ships client- and server-side middleware that handles this transparently in both directions, including a server-side compatibility shim that lets MRTR handlers also work against legacy clients.

Cacheable list results (SEP-2549)

tools/list, prompts/list, resources/list, resources/templates/list, resources/read, and server/discover results now carry ttlMs and cacheScope fields. Clients honour them as freshness hints to reduce polling; shared intermediaries use cacheScope to decide whether responses may be cached.

HTTP standardization (SEP-2243)

The streamable HTTP transport now mirrors selected fields from the JSON-RPC body into HTTP headers (Mcp-Method, Mcp-Name, Mcp-Protocol-Version, Mcp-Param-*) so network intermediaries can route and observe MCP traffic without deep packet inspection. Tools can declare per-parameter passthrough via x-mcp-header annotations on their input schema. Body↔header mismatches return -32020 HeaderMismatch.

... (truncated)

Commits

Updates github.com/perses/perses from 0.54.0-beta.3 to 0.54.0

Release notes

Sourced from github.com/perses/perses's releases.

0.54.0 / 2026-07-29

Welcome in the v0.54.0 release !

First of all this release includes several security fixes that patches some breach in the permission system included in Perses, so we strongly recommend to upgrade to this version as soon as possible.

Then, you will be happy to know that this release includes new plugins: Jaeger, GreptimeDB, Splunk, LogExplorer, AlertManager and OpenSearch.

As adding more plugins is increasing the size of the container image, likely we will remove some of them in future release. It does not mean we will remove the support for these plugins, it is just we won't include them into the default image. You will have to add them manually. The drop will occur once we are able to provide a good way to add plugins to an existing installation without having to rebuild the image. In the meantime, if you don't want to use these plugins, you can choose to enable or disable them by configuration.

We are also happy to announce it includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

This release is also the last release for the package @perses-dev/core that is now deprecated. For that we are introducing two new packages @perses-dev/spec and @perses-dev/client.

  • @perses-dev/spec contains the dashboard and datasource specifications.
  • @perses-dev/client contains the client to interact with the Perses API.

The code from @perses-dev/core has been dispatched in these these two packages and in others (like @perses-dev/plugin-system and @perses-dev/components) to better separate the concerns and make it easier to maintain.

Finally, thank you to all the contributors who made this release possible, you are more and more, and we are really happy to see the community growing and contributing to make Perses better and better!

Core & UI

  • [SECURITY] Unvalidated project parameter enables filesystem path traversal (CVE-2026-63445) (75e5471040cc)
  • [SECURITY] Missing authorization in datasource proxy allows cross-scope secret disclosure (CVE-2026-63199) (2368c9ef4eb0a)
  • [SECURITY] API: Fix miss-usage of project query param (CVE-2026-63458) 8015fb
  • [FEATURE] Add user preference (#4170) (#4184)
  • [FEATURE] Add annotation support (#4040)
  • [FEATURE] Add tags display with chips in DashboardTreeList (#4115)
  • [FEATURE] Implement NoItems representation in DashboardTreeList and related components (#4116)
  • [FEATURE] Add alert and silence query kinds (#4047)
  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [ENHANCEMENT] Plugin: prevent path injection when extracting the plugins file (#4230)
  • [ENHANCEMENT] Updated migrateQuery to catch ambiguous plugin matches during migration (#4139)
  • [ENHANCEMENT] Improve migrating panel error (#4293)
  • [ENHANCEMENT] Migrate G2P dashboard links (#4173)
  • [ENHANCEMENT] Expose perses_dashboard_render_time_seconds metric as a dual classic + native histogram (#4145)
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)

... (truncated)

Changelog

Sourced from github.com/perses/perses's changelog.

0.54.0 / 2026-07-29

Welcome in the v0.54.0 release !

First of all this release includes several security fixes that patches some breach in the permission system included in Perses, so we strongly recommend to upgrade to this version as soon as possible.

Then, you will be happy to know that this release includes new plugins: Jaeger, GreptimeDB, Splunk, LogExplorer, AlertManager and OpenSearch.

As adding more plugins is increasing the size of the container image, likely we will remove some of them in future release. It does not mean we will remove the support for these plugins, it is just we won't include them into the default image. You will have to add them manually. The drop will occur once we are able to provide a good way to add plugins to an existing installation without having to rebuild the image. In the meantime, if you don't want to use these plugins, you can choose to enable or disable them by configuration.

We are also happy to announce it includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

This release is also the last release for the package @perses-dev/core that is now deprecated. For that we are introducing two new packages @perses-dev/spec and @perses-dev/client.

  • @perses-dev/spec contains the dashboard and datasource specifications.
  • @perses-dev/client contains the client to interact with the Perses API.

The code from @perses-dev/core has been dispatched in these these two packages and in others (like @perses-dev/plugin-system and @perses-dev/components) to better separate the concerns and make it easier to maintain.

Finally, thank you to all the contributor who made this release possible, you are more and more, and we are really happy to see the community growing and contributing to make Perses better and better!

Core & UI

  • [SECURITY] Unvalidated project parameter enables filesystem path traversal (CVE-2026-63445) (75e5471040cc)
  • [SECURITY] Missing authorization in datasource proxy allows cross-scope secret disclosure (CVE-2026-63199) (2368c9ef4eb0a)
  • [SECURITY] API: Fix miss-usage of project query param (CVE-2026-63458) 8015fb
  • [FEATURE] Add user preference (#4170) (#4184)
  • [FEATURE] Add annotation support (#4040)
  • [FEATURE] Add tags display with chips in DashboardTreeList (#4115)
  • [FEATURE] Implement NoItems representation in DashboardTreeList and related components (#4116)
  • [FEATURE] Add alert and silence query kinds (#4047)
  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [ENHANCEMENT] Plugin: prevent path injection when extracting the plugins file (#4230)
  • [ENHANCEMENT] Updated migrateQuery to catch ambiguous plugin matches during migration (#4139)
  • [ENHANCEMENT] Improve migrating panel error (#4293)
  • [ENHANCEMENT] Migrate G2P dashboard links (#4173)
  • [ENHANCEMENT] Expose perses_dashboard_render_time_seconds metric as a dual classic + native histogram (#4145)

... (truncated)

Commits
  • 4c719fc Release v0.54.0 (#4320)
  • 2cd1974 [ENHANCEMENT] Bump Zitadel OIDC library to 3.48.1 (#4322)
  • 50959e9 [IGNORE] fix vulnerable dependencies (#4317)
  • 0925696 [BUGFIX] Downgrade zitadel/oidc to 3.45.4 to keep support with hydra (#4303)
  • 6cd9eca [BUGFIX] lowercase project query parameter when case-senstive is not activate...
  • 79a170f [ENHANCEMENT] Improve migrating panel error (#4293)
  • 3537cf7 Release v0.54.0-rc.1 (#4280)
  • 0e6337b Merge pull request #4278 from perses/nexucis/migration-non-reg
  • cdfd6b1 Revert "[FEATURE] Exposing complete dashboard and plugin CUE schema endpoint ...
  • e834471 [BUGFIX/BREAKINGCHANGE] Fix health error with SQL database (#4274)
  • Additional commits viewable in compare view

Updates github.com/perses/spec from 0.2.0-beta.9 to 0.2.0-rc.0

Release notes

Sourced from github.com/perses/spec's releases.

v0.2.0-rc.0

What's Changed

Full Changelog: perses/spec@v0.2.0-beta.9...v0.2.0-rc.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 2 updates in the / directory: [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) and [github.com/perses/perses](https://github.com/perses/perses).


Updates `github.com/modelcontextprotocol/go-sdk` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases)
- [Commits](modelcontextprotocol/go-sdk@v1.6.1...v1.7.0)

Updates `github.com/perses/perses` from 0.54.0-beta.3 to 0.54.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/main/CHANGELOG.md)
- [Commits](perses/perses@v0.54.0-beta.3...v0.54.0)

Updates `github.com/perses/spec` from 0.2.0-beta.9 to 0.2.0-rc.0
- [Release notes](https://github.com/perses/spec/releases)
- [Changelog](https://github.com/perses/spec/blob/main/RELEASE.md)
- [Commits](perses/spec@v0.2.0-beta.9...v0.2.0-rc.0)

---
updated-dependencies:
- dependency-name: github.com/modelcontextprotocol/go-sdk
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/spec
  dependency-version: 0.2.0-rc.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 30, 2026
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