release: SkillSpector 2.10.0 - #439
Merged
Merged
Conversation
Signed-off-by: Narendran Raghavan <nraghavan@nvidia.com>
Signed-off-by: Narendran Raghavan <nraghavan@nvidia.com>
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.
SkillSpector 2.10.0
Prepares the public SkillSpector 2.10.0 minor release from current
main.Included
Why a minor release
This release adds multiple backward-compatible user-facing capabilities and report fields, so a patch release would understate the scope. It does not remove an existing CLI command, option, or report field.
The post-v2.9.6 timeout work had also changed the documented
AgentCLICapable.complete()protocol in a way that could break an existing injected CLI provider. This release restores that original protocol and omits the optionaltimeoutkeyword for ordinary scans; providers only need to accept it when participating in a new deadline-bounded path. With that compatibility guard, 2.10.0 is the appropriate SemVer update instead of 3.0.0.Release artifacts
No built artifacts are committed or manually uploaded in this PR. The established
release:publishworkflow builds and validates the wheel and sdist after this labeled PR merges, creates tagv2.10.0, and attaches both artifacts to the GitHub Release.Validation
uv lock --checkruff check src/ tests/ scripts/ruff format --check src/ tests/ scripts/— 196 files already formattedskillspector-2.10.0-py3-none-any.whlandskillspector-2.10.0.tar.gztwine checkpassed for both distributionsskillspector --versionreportedSkillSpector v2.10.0v2.10.0and the matching versioned release notesgit diff --check