Skip to content

chore(deps): bump github.com/plexusone/omniskill from 0.11.0 to 0.12.0 - #17

Merged
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omniskill-0.12.0
Aug 17, 2026
Merged

chore(deps): bump github.com/plexusone/omniskill from 0.11.0 to 0.12.0#17
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omniskill-0.12.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/plexusone/omniskill from 0.11.0 to 0.12.0.

Release notes

Sourced from github.com/plexusone/omniskill's releases.

v0.12.0

Release Notes: v0.12.0

Full Changelog: plexusone/omniskill@v0.11.0...v0.12.0

Changelog

Sourced from github.com/plexusone/omniskill's changelog.

[v0.12.0] - 2026-08-09

Highlights

  • mcp/oauth2: external TokenVerifier seam lets a server run as a pure OAuth resource server against externally-issued tokens (enterprise IdP / ID-JAG), instead of the built-in authorization server
  • TokenInfo carries an RFC 8693 actor delegation chain and raw claims from external tokens into request context

Added

  • mcp/oauth2: TokenVerifier interface and TokenVerifierFunc adapter for pluggable external token verification (947d8c1)
  • mcp/oauth2: ExternalBearerMiddleware validates bearer tokens via an injected TokenVerifier and stores TokenInfo in context, with RFC 9728-compliant WWW-Authenticate challenges (947d8c1)
  • mcp/oauth2: ExternalProtectedResourceMetadataHandler serves RFC 9728 protected resource metadata for externally-governed resources (947d8c1)
  • mcp/oauth2: TokenInfo.Actor (RFC 8693 delegation chain) and TokenInfo.Claims (raw external claims); GetActorFromContext reads the chain from a request (947d8c1)
  • mcp/server: HTTPServerOptions.ExternalAuth (ExternalAuthOptions) runs ServeHTTP as a pure resource server, mutually exclusive with OAuth/OAuth2 (0d16c82)

Documentation

  • Document external resource-server mode in the OAuth 2.1 and MCP server guides; add v0.12.0 release notes

Tests

  • Cover the external token verifier, bearer middleware, protected resource metadata handler, and ServeHTTP ExternalAuth wiring (including mutual-exclusion and required-field validation) (8d8a849)
Commits
  • ad5a3d2 docs: add v0.12.0 changelog entry and regenerate CHANGELOG.md
  • cbbb475 docs(mcp): document external resource-server auth mode
  • 2689c15 docs: add v0.12.0 release notes and update mkdocs nav
  • 8d8a849 test: add external resource-server auth tests
  • 0d16c82 feat(mcp/server): wire external resource-server auth into ServeHTTP
  • 947d8c1 feat(oauth2): add external token verifier and resource metadata
  • See full diff 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/plexusone/omniskill](https://github.com/plexusone/omniskill) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/plexusone/omniskill/releases)
- [Changelog](https://github.com/plexusone/omniskill/blob/main/CHANGELOG.md)
- [Commits](plexusone/omniskill@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omniskill
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 12, 2026
@grokify
grokify merged commit e9753dc into main Aug 17, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/plexusone/omniskill-0.12.0 branch August 17, 2026 10:10
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.

1 participant