deps(actions): Bump release-drafter/release-drafter from 6 to 7#4
Closed
dependabot[bot] wants to merge 2 commits into
Closed
deps(actions): Bump release-drafter/release-drafter from 6 to 7#4dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
…ugin authoring Mirrors the dryade-plugins-sdk/ subtree from DryadeAI/dryade-internal at phase 339 completion. Ships: - Plugin / Agent / Tool / Route / Config / HealthCheck / ManageableComponent Protocols (typing.Protocol + @runtime_checkable, zero core.* imports) - Supporting Protocols: KV, Leash, IsolationLevel, Auth, DB, Channels, Hooks, Logging - compute_plugin_hash_pair (CONTRACT_VERSION = 4, SHA-256 + SHA3-256, byte-identical to Dryade core's _compute_plugin_hash_pair) - ManifestV2 dataclass + bundled v2 JSON Schema (importlib.resources) - testing/ subpackage — FakeHost, MockKV, MockConfig, MockLLM, factories for hermetic plugin pytest without Dryade core - 177 tests (54 protocol + 44 security-disclosure + 31 brand-leak + 26 examples-build + 22 docs-links/examples) - 5 runnable example plugins (hello_world, with_tool, with_llm, with_ui, multi_agent) - mkdocs-material documentation site (deploys to sdk.dryade.ai) - 10 GitHub Actions workflows: CI matrix py3.11/3.12/3.13, OIDC PyPI publish on v* tag, docs, OpenSSF Scorecard, CodeQL, dependency-review, labeler, welcome, release-drafter, all-contributors - README v2 with hero, badges, Star History, demo embed - SECURITY.md (GitHub Security Advisories + security@dryade.ai) - CHANGELOG.md (Keep-a-Changelog) - CONTRIBUTING.md with server-enforced branch policy - CODE_OF_CONDUCT.md (Contributor Covenant 2.1 by reference) - LICENSE (DSUL — Dryade Source-Usable License) - Issue templates + PR template + label set + .all-contributorsrc - llms.txt manifest for AI crawler discovery License: LicenseRef-DSUL (PEP 639). Python 3.11+. Built with Hatchling. Hash contract: v4 (SHA-256 + SHA3-256). Branch policy: server-enforced PR-gated (mirrors DryadeAI/Dryade:main). Co-Authored-By: Dammerzone <dammerzone@users.noreply.github.com>
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6 to 7. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v6...v7) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
DryadeCore
added a commit
that referenced
this pull request
May 20, 2026
…depkg (#6) Two author-surface gaps from sdk_proof e2e: Gap #4 — @route was a no-op decorator. The decorator now stamps a canonical _dryade_route_meta dict on the wrapped callable (keeping the legacy `spec` attribute for backwards compatibility), and the SDK ships two new helpers in dryade_plugins_sdk.plugin: - collect_routes(plugin) — walks dir(plugin), returns [(meta, callable), ...] ordered by __qualname__. - build_router(plugin) -> fastapi.APIRouter — produces a FastAPI router from every decorated method; lazy-imports FastAPI so plugins without routes don't pull it in; returns plugin.router unchanged when present so the legacy pattern keeps working. with_tool example now uses @route + build_router as the canonical reference pattern. Gap #6 — dryade plugin package emitted no SBOM. The packager now embeds a CycloneDX 1.5 SBOM as sbom.cdx.json in every .dryadepkg. Full SBOM via cyclonedx-py when available, minimal shim otherwise. The manifest's `sbom` field records the source (minimal-shim | cyclonedx-py) so consumers can read the source without unpacking the SBOM file. Tests: - tests/test_route_decorator.py: 8 cases covering decorator metadata, collect_routes ordering + legacy-spec fallback, build_router output via FastAPI TestClient, plugin.router passthrough, empty-router path. - tests/test_package_sbom.py: asserts every .dryadepkg contains a valid CycloneDX 1.5 SBOM and the manifest carries the sbom-source flag. Co-authored-by: Dryade <contact@dryade.ai> Co-authored-by: Dammerzone <dammerzone@users.noreply.github.com>
DryadeCore
pushed a commit
that referenced
this pull request
May 26, 2026
…depkg (#6) Two author-surface gaps from end-to-end author testing: Gap #4 — @route was a no-op decorator. The decorator now stamps a canonical _dryade_route_meta dict on the wrapped callable (keeping the legacy `spec` attribute for backwards compatibility), and the SDK ships two new helpers in dryade_plugins_sdk.plugin: - collect_routes(plugin) — walks dir(plugin), returns [(meta, callable), ...] ordered by __qualname__. - build_router(plugin) -> fastapi.APIRouter — produces a FastAPI router from every decorated method; lazy-imports FastAPI so plugins without routes don't pull it in; returns plugin.router unchanged when present so the legacy pattern keeps working. with_tool example now uses @route + build_router as the canonical reference pattern. Gap #6 — dryade plugin package emitted no SBOM. The packager now embeds a CycloneDX 1.5 SBOM as sbom.cdx.json in every .dryadepkg. Full SBOM via cyclonedx-py when available, minimal shim otherwise. The manifest's `sbom` field records the source (minimal-shim | cyclonedx-py) so consumers can read the source without unpacking the SBOM file. Tests: - tests/test_route_decorator.py: 8 cases covering decorator metadata, collect_routes ordering + legacy-spec fallback, build_router output via FastAPI TestClient, plugin.router passthrough, empty-router path. - tests/test_package_sbom.py: asserts every .dryadepkg contains a valid CycloneDX 1.5 SBOM and the manifest carries the sbom-source flag. Co-authored-by: Dryade <contact@dryade.ai> Co-authored-by: Dammerzone <dammerzone@users.noreply.github.com>
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps release-drafter/release-drafter from 6 to 7.
Release notes
Sourced from release-drafter/release-drafter's releases.
... (truncated)
Commits
c2e2804chore: release v7.3.00c28acdfeat: recover recently merged PRs missed by associated PRs lag (#1604)3052ee0fix: restore prerelease-identifier on first run when no prior releases exist ...0503d11ci: rebuild dist after codegen so generated PRs include bundle updates (#1605)a553731chore: update generated GraphQL types (#1600)c5dd361ci: add warning on automatic codegen PRs705c5afci: add maintenance label to automated codegen updatesacfaf4fchore: clarify base repository pr filtering (#1599)d181a5afix: prevent using commitish like refs/pull (#1598)f188d08feat: switch release discovery to ref comparison and explicit missing-baselin...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)