Updated versions & CHANGELOG.md for v2.25.1-next.1 release#197
Merged
data-douser merged 2 commits intomainfrom Mar 30, 2026
Merged
Updated versions & CHANGELOG.md for v2.25.1-next.1 release#197data-douser merged 2 commits intomainfrom
CHANGELOG.md for v2.25.1-next.1 release#197data-douser merged 2 commits intomainfrom
Conversation
Contributor
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuespackage-lock.json
OpenSSF Scorecard
Scanned Files
|
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the 2.25.1-next.1 pre-release by updating version strings across the monorepo packages and CodeQL tool packs, and by drafting corresponding notes under [Unreleased] in CHANGELOG.md.
Changes:
- Bump package and extension versions to
2.25.1-next.1(root, server, client, VS Code extension, lockfile). - Bump all language tool-pack versions (
server/ql/**/tools/{src,test}/codeql-pack.yml) to2.25.1-next.1. - Add
[Unreleased]changelog entries summarizing recent features/fixes intended for the upcoming pre-release.
Reviewed changes
Copilot reviewed 26 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
server/src/codeql-development-mcp-server.ts |
Bumps the server’s runtime VERSION constant to 2.25.1-next.1. |
server/ql/swift/tools/test/codeql-pack.yml |
Bumps Swift tool-pack test pack version to 2.25.1-next.1. |
server/ql/swift/tools/src/codeql-pack.yml |
Bumps Swift tool-pack source pack version to 2.25.1-next.1. |
server/ql/rust/tools/test/codeql-pack.yml |
Bumps Rust tool-pack test pack version to 2.25.1-next.1. |
server/ql/rust/tools/src/codeql-pack.yml |
Bumps Rust tool-pack source pack version to 2.25.1-next.1. |
server/ql/ruby/tools/test/codeql-pack.yml |
Bumps Ruby tool-pack test pack version to 2.25.1-next.1. |
server/ql/ruby/tools/src/codeql-pack.yml |
Bumps Ruby tool-pack source pack version to 2.25.1-next.1. |
server/ql/python/tools/test/codeql-pack.yml |
Bumps Python tool-pack test pack version to 2.25.1-next.1. |
server/ql/python/tools/src/codeql-pack.yml |
Bumps Python tool-pack source pack version to 2.25.1-next.1. |
server/ql/javascript/tools/test/codeql-pack.yml |
Bumps JavaScript tool-pack test pack version to 2.25.1-next.1. |
server/ql/javascript/tools/src/codeql-pack.yml |
Bumps JavaScript tool-pack source pack version to 2.25.1-next.1. |
server/ql/java/tools/test/codeql-pack.yml |
Bumps Java tool-pack test pack version to 2.25.1-next.1. |
server/ql/java/tools/src/codeql-pack.yml |
Bumps Java tool-pack source pack version to 2.25.1-next.1. |
server/ql/go/tools/test/codeql-pack.yml |
Bumps Go tool-pack test pack version to 2.25.1-next.1. |
server/ql/go/tools/src/codeql-pack.yml |
Bumps Go tool-pack source pack version to 2.25.1-next.1. |
server/ql/csharp/tools/test/codeql-pack.yml |
Bumps C# tool-pack test pack version to 2.25.1-next.1. |
server/ql/csharp/tools/src/codeql-pack.yml |
Bumps C# tool-pack source pack version to 2.25.1-next.1. |
server/ql/cpp/tools/test/codeql-pack.yml |
Bumps C/C++ tool-pack test pack version to 2.25.1-next.1. |
server/ql/cpp/tools/src/codeql-pack.yml |
Bumps C/C++ tool-pack source pack version to 2.25.1-next.1. |
server/ql/actions/tools/test/codeql-pack.yml |
Bumps Actions tool-pack test pack version to 2.25.1-next.1. |
server/ql/actions/tools/src/codeql-pack.yml |
Bumps Actions tool-pack source pack version to 2.25.1-next.1. |
server/package.json |
Bumps server workspace package version to 2.25.1-next.1. |
server/dist/codeql-development-mcp-server.js |
Updates the bundled/dist server version constant to 2.25.1-next.1. |
package.json |
Bumps root workspace version to 2.25.1-next.1. |
package-lock.json |
Updates lockfile workspace versions to 2.25.1-next.1. |
extensions/vscode/package.json |
Bumps VS Code extension version to 2.25.1-next.1. |
client/package.json |
Bumps client workspace version to 2.25.1-next.1. |
CHANGELOG.md |
Adds [Unreleased] notes describing the set of changes expected for the upcoming pre-release. |
Comments suppressed due to low confidence (2)
CHANGELOG.md:39
- The Unreleased “MCP Server Resources” table uses
| Name | Description |, but elsewhere in the changelog resources are consistently listed as| URI | Description |(e.g.,CHANGELOG.md:191-199). Since the entry value is a URI (codeql://languages/rust/ast), renaming the header toURIwould better match established convention.
| Name | Description |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `codeql://languages/rust/ast` | Rust AST reference resource with verified accessor predicates for CodeQL query development. ([#195](https://github.com/advanced-security/codeql-development-mcp-server/pull/195)) |
CHANGELOG.md:45
- The Unreleased “CodeQL Query Packs” table uses
| Name | Description |, but other pack tables in this changelog usePackas the first column header (e.g.,CHANGELOG.md:139-141). Consider changing the header fromNametoPackfor consistency.
| Name | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Rust tools pack | Added `PrintAST`, `PrintCFG`, `CallGraphFrom`, `CallGraphTo`, and `CallGraphFromTo` support for Rust. ([#195](https://github.com/advanced-security/codeql-development-mcp-server/pull/195)) |
Agent-Logs-Url: https://github.com/advanced-security/codeql-development-mcp-server/sessions/7111cd8d-f783-4b5a-a656-2e04dda2e1f9 Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.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.
Release notes to use for the planned
v2.25.1-next.1release: