[ci] release - #39
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 12, 2026 20:53
56aafa0 to
f5badde
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
August 6, 2026 10:00
d74cf2d to
0a7e610
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2026 10:05
0a7e610 to
2fed1cd
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
jsoniq-language-server@2.8.0
Minor Changes
#40
face347- Remove uselessisTypeReferenceRulecheck because the rules it is checking are not part of the preferred antlr4-C3 rules. Therefore, they will never pass the check.#45
4772a5e- Introduce full query execution support for JSONiq and XQuery files powered by RumbleDB, allowing users to run queries directly within VS Code and view formatted results in a side-by-side webview panel.The Java LSP wrapper now includes a dedicated
RunQueryhandler that executes JSONiq/XQuery scripts against the RumbleDB query engine and serializes execution results as structured JSON arrays.The Language Server protocol layer adds custom
runQueryrequest handlers, protocol interfaces, and client execution helpers to bridge query execution requests between the editor client and the underlying Java wrapper process.The VS Code extension registers the
jsoniq.runQuerycommand in editor context menus and title bars. It creates a new webview panel to display query results in a structured table format, powered by the new@jsoniq/results-uiwebview package built with SolidJS and TanStack Table.#43
98207ed- Synced the JSONiq and XQuery grammars with RumbleDB, changing declaration sites to usevarBindingso it's easier to distinguish between variable declaration and reference.Unified analysis variable definitions under a single variable kind, removing
declaration-kindbranching.Moved the definition of
visibleFrominto the parser AST for more precise definition visibility.#44
0a67f42- Replace the legacy static type index, which is carried with thestatic-typecheckrequest, with on-demand type queries viatype-at-position. In the language server (packages/language-server), the full-document type table caching and indexing files (index.ts, key.ts, and format.ts) were removed and the hover.ts file was simplified to dynamically fetch types per position.In the Java wrapper (packages/rumble-lsp-wrapper),
StaticTypeChecker.javawas modified to focus strictly on error diagnostics rather than building whole-document type maps. Meanwhile,TypeAtPosition.javawas modified to resolve types and AST ranges dynamically. It has also been refactored to use aAbstractNodeVisitorfor cleaner traversal of the AST and allow for future extensibility.#41
dcd685f- RumbleDB has been updated to latest commit innextbranch: 7b462acAlso, the following Node.js dependencies have been updated:
@changesets/cli^2.31.0^2.31.1@types/node^26.0.0^26.1.2fast-xml-parser^5.9.3^5.10.1lint-staged^17.0.7^17.3.0npm-run-all2^9.0.2^9.0.3oxfmt^0.55.0^0.61.0oxlint^1.70.0^1.76.0rolldown1.1.21.2.1tsc-alias^1.8.17^1.9.1tsdown^0.22.3^0.22.14tsx^4.22.4^4.23.1typescript^6.0.3^7.0.2vitest^4.1.9^4.1.10vscode-languageclient^10.0.0^10.1.0vscode-languageserver^10.0.0^10.1.0And Maven dependencies have been updated:
com.esotericsoftware:kryo5.6.05.6.2org.apache.hadoop:hadoop-common3.3.63.5.0org.apache.spark:spark-sql_2.134.0.14.2.0-preview5com.fasterxml.jackson.core:jackson-databind2.20.02.22.1org.junit.jupiter:junit-jupiter5.12.26.1.2Patch Changes
#46
6daad42- Use pidusage to get memory usage informationBecause ps is not available on Windows machine and will cause the server to crash.
rumble-lsp-wrapper@0.6.0
Minor Changes
#45
4772a5e- Introduce full query execution support for JSONiq and XQuery files powered by RumbleDB, allowing users to run queries directly within VS Code and view formatted results in a side-by-side webview panel.The Java LSP wrapper now includes a dedicated
RunQueryhandler that executes JSONiq/XQuery scripts against the RumbleDB query engine and serializes execution results as structured JSON arrays.The Language Server protocol layer adds custom
runQueryrequest handlers, protocol interfaces, and client execution helpers to bridge query execution requests between the editor client and the underlying Java wrapper process.The VS Code extension registers the
jsoniq.runQuerycommand in editor context menus and title bars. It creates a new webview panel to display query results in a structured table format, powered by the new@jsoniq/results-uiwebview package built with SolidJS and TanStack Table.1882dcc- Switch RumbleDB to the next branch and update the commit to the latest commit on that branch (RumbleDB/rumble@d08d74d).#44
0a67f42- Replace the legacy static type index, which is carried with thestatic-typecheckrequest, with on-demand type queries viatype-at-position. In the language server (packages/language-server), the full-document type table caching and indexing files (index.ts, key.ts, and format.ts) were removed and the hover.ts file was simplified to dynamically fetch types per position.In the Java wrapper (packages/rumble-lsp-wrapper),
StaticTypeChecker.javawas modified to focus strictly on error diagnostics rather than building whole-document type maps. Meanwhile,TypeAtPosition.javawas modified to resolve types and AST ranges dynamically. It has also been refactored to use aAbstractNodeVisitorfor cleaner traversal of the AST and allow for future extensibility.#41
dcd685f- RumbleDB has been updated to latest commit innextbranch: 7b462acAlso, the following Node.js dependencies have been updated:
@changesets/cli^2.31.0^2.31.1@types/node^26.0.0^26.1.2fast-xml-parser^5.9.3^5.10.1lint-staged^17.0.7^17.3.0npm-run-all2^9.0.2^9.0.3oxfmt^0.55.0^0.61.0oxlint^1.70.0^1.76.0rolldown1.1.21.2.1tsc-alias^1.8.17^1.9.1tsdown^0.22.3^0.22.14tsx^4.22.4^4.23.1typescript^6.0.3^7.0.2vitest^4.1.9^4.1.10vscode-languageclient^10.0.0^10.1.0vscode-languageserver^10.0.0^10.1.0And Maven dependencies have been updated:
com.esotericsoftware:kryo5.6.05.6.2org.apache.hadoop:hadoop-common3.3.63.5.0org.apache.spark:spark-sql_2.134.0.14.2.0-preview5com.fasterxml.jackson.core:jackson-databind2.20.02.22.1org.junit.jupiter:junit-jupiter5.12.26.1.2c421fb1- Switch the LSP wrapper to use the new RumbleConfiguration API.jsoniq-vscode@1.5.0
Minor Changes
#45
4772a5e- Introduce full query execution support for JSONiq and XQuery files powered by RumbleDB, allowing users to run queries directly within VS Code and view formatted results in a side-by-side webview panel.The Java LSP wrapper now includes a dedicated
RunQueryhandler that executes JSONiq/XQuery scripts against the RumbleDB query engine and serializes execution results as structured JSON arrays.The Language Server protocol layer adds custom
runQueryrequest handlers, protocol interfaces, and client execution helpers to bridge query execution requests between the editor client and the underlying Java wrapper process.The VS Code extension registers the
jsoniq.runQuerycommand in editor context menus and title bars. It creates a new webview panel to display query results in a structured table format, powered by the new@jsoniq/results-uiwebview package built with SolidJS and TanStack Table.#42
4afa8c7- Switch output format to ESM because it's now supported in VSCode#41
dcd685f- RumbleDB has been updated to latest commit innextbranch: 7b462acAlso, the following Node.js dependencies have been updated:
@changesets/cli^2.31.0^2.31.1@types/node^26.0.0^26.1.2fast-xml-parser^5.9.3^5.10.1lint-staged^17.0.7^17.3.0npm-run-all2^9.0.2^9.0.3oxfmt^0.55.0^0.61.0oxlint^1.70.0^1.76.0rolldown1.1.21.2.1tsc-alias^1.8.17^1.9.1tsdown^0.22.3^0.22.14tsx^4.22.4^4.23.1typescript^6.0.3^7.0.2vitest^4.1.9^4.1.10vscode-languageclient^10.0.0^10.1.0vscode-languageserver^10.0.0^10.1.0And Maven dependencies have been updated:
com.esotericsoftware:kryo5.6.05.6.2org.apache.hadoop:hadoop-common3.3.63.5.0org.apache.spark:spark-sql_2.134.0.14.2.0-preview5com.fasterxml.jackson.core:jackson-databind2.20.02.22.1org.junit.jupiter:junit-jupiter5.12.26.1.2Patch Changes
face347,6daad42,4772a5e,98207ed,0a67f42,dcd685f]: