chore: version packages - #247
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 16, 2026 11:37
6ac6050 to
ef2233a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 18, 2026 07:31
ef2233a to
0d940a9
Compare
momovdg
approved these changes
Sep 18, 2026
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
@elastic/esql-grammar@4.26.0
Minor Changes
#249
18334b7Thanks @momovdg! - AddDENSE_VECTORoutput-naming support, following the latest Elasticsearch grammar.Two new forms now parse, and round-trip through the pretty-printer:
DENSE_VECTOR target = field— an explicit output column name, exposed astargetFieldDENSE_VECTOR suffix = "_dv" ON a, b— a shared output-name suffix, exposed assuffix, with the input fields carried on anonoptionThe grammar also makes the field list optional, which previously caused the CST to AST conversion to throw on queries such as
FROM logs | DENSE_VECTORand discard the whole AST. Those queries now convert to an incomplete command.That same grammar accepts a string literal where a field name is expected, as in
FROM books | DENSE_VECTOR "the quick brown fox". Elasticsearch rejects these queries with aparsing_exception, so the converter builds no command parts for them: the command is markedincompletewith no arguments, fields, target field or named parameters, and any trailingWITHclause is dropped.@elastic/esql-parser@4.26.0
Minor Changes
#249
18334b7Thanks @momovdg! - AddDENSE_VECTORoutput-naming support, following the latest Elasticsearch grammar.Two new forms now parse, and round-trip through the pretty-printer:
DENSE_VECTOR target = field— an explicit output column name, exposed astargetFieldDENSE_VECTOR suffix = "_dv" ON a, b— a shared output-name suffix, exposed assuffix, with the input fields carried on anonoptionThe grammar also makes the field list optional, which previously caused the CST to AST conversion to throw on queries such as
FROM logs | DENSE_VECTORand discard the whole AST. Those queries now convert to an incomplete command.That same grammar accepts a string literal where a field name is expected, as in
FROM books | DENSE_VECTOR "the quick brown fox". Elasticsearch rejects these queries with aparsing_exception, so the converter builds no command parts for them: the command is markedincompletewith no arguments, fields, target field or named parameters, and any trailingWITHclause is dropped.Patch Changes
0df48e7,18334b7]:@elastic/esql-types@4.26.0
Minor Changes
#249
18334b7Thanks @momovdg! - AddDENSE_VECTORoutput-naming support, following the latest Elasticsearch grammar.Two new forms now parse, and round-trip through the pretty-printer:
DENSE_VECTOR target = field— an explicit output column name, exposed astargetFieldDENSE_VECTOR suffix = "_dv" ON a, b— a shared output-name suffix, exposed assuffix, with the input fields carried on anonoptionThe grammar also makes the field list optional, which previously caused the CST to AST conversion to throw on queries such as
FROM logs | DENSE_VECTORand discard the whole AST. Those queries now convert to an incomplete command.That same grammar accepts a string literal where a field name is expected, as in
FROM books | DENSE_VECTOR "the quick brown fox". Elasticsearch rejects these queries with aparsing_exception, so the converter builds no command parts for them: the command is markedincompletewith no arguments, fields, target field or named parameters, and any trailingWITHclause is dropped.@elastic/esql@4.26.0
Patch Changes
#248
960bf20Thanks @awahab07! - Print SET header commands on their own line in multiline and pipe-multiline outputUpdated dependencies [
0df48e7,18334b7]:@elastic/esql-ast@4.26.0
Patch Changes
0df48e7,18334b7]:@elastic/esql-definitions@4.26.0
Patch Changes
0df48e7Thanks @momovdg! - AddDENSE_VECTORtoprocessingCommandNamesso it is highlighted as a command keyword in TextMate, Monaco, Prism.js, and Highlight.js grammars@elastic/elasticsearch-esql-dsl@4.26.0
Patch Changes
@elastic/esql-traversal@4.26.0
Patch Changes
18334b7]:@elastic/highlightjs-esql@4.26.0
Patch Changes
0df48e7]:@elastic/monaco-esql@4.26.0
Patch Changes
0df48e7]:@elastic/prismjs-esql@4.26.0
Patch Changes
0df48e7]:@elastic/textmate-esql@4.26.0
Patch Changes
#246
0df48e7Thanks @momovdg! - AddDENSE_VECTORtoprocessingCommandNamesso it is highlighted as a command keyword in TextMate, Monaco, Prism.js, and Highlight.js grammarsUpdated dependencies [
0df48e7]:@elastic/esql-promql-grammar@4.26.0
@elastic/pretty-printer@4.26.0
@elastic/elasticsearch-query-builder@4.26.0