Skip to content

chore: version packages - #247

Merged
momovdg merged 1 commit into
mainfrom
changeset-release/main
Sep 18, 2026
Merged

momovdg merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

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 18334b7 Thanks @momovdg! - Add DENSE_VECTOR output-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 as targetField
    • DENSE_VECTOR suffix = "_dv" ON a, b — a shared output-name suffix, exposed as suffix, with the input fields carried on an on option

    The grammar also makes the field list optional, which previously caused the CST to AST conversion to throw on queries such as FROM logs | DENSE_VECTOR and 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 a parsing_exception, so the converter builds no command parts for them: the command is marked incomplete with no arguments, fields, target field or named parameters, and any trailing WITH clause is dropped.

@elastic/esql-parser@4.26.0

Minor Changes

  • #249 18334b7 Thanks @momovdg! - Add DENSE_VECTOR output-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 as targetField
    • DENSE_VECTOR suffix = "_dv" ON a, b — a shared output-name suffix, exposed as suffix, with the input fields carried on an on option

    The grammar also makes the field list optional, which previously caused the CST to AST conversion to throw on queries such as FROM logs | DENSE_VECTOR and 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 a parsing_exception, so the converter builds no command parts for them: the command is marked incomplete with no arguments, fields, target field or named parameters, and any trailing WITH clause is dropped.

Patch Changes

  • Updated dependencies [0df48e7, 18334b7]:
    • @elastic/esql-definitions@4.26.0
    • @elastic/esql-types@4.26.0
    • @elastic/esql-promql-grammar@4.26.0
    • @elastic/esql-traversal@4.26.0
    • @elastic/esql-ast@4.26.0

@elastic/esql-types@4.26.0

Minor Changes

  • #249 18334b7 Thanks @momovdg! - Add DENSE_VECTOR output-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 as targetField
    • DENSE_VECTOR suffix = "_dv" ON a, b — a shared output-name suffix, exposed as suffix, with the input fields carried on an on option

    The grammar also makes the field list optional, which previously caused the CST to AST conversion to throw on queries such as FROM logs | DENSE_VECTOR and 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 a parsing_exception, so the converter builds no command parts for them: the command is marked incomplete with no arguments, fields, target field or named parameters, and any trailing WITH clause is dropped.

@elastic/esql@4.26.0

Patch Changes

  • #248 960bf20 Thanks @awahab07! - Print SET header commands on their own line in multiline and pipe-multiline output

  • Updated dependencies [0df48e7, 18334b7]:

    • @elastic/esql-definitions@4.26.0
    • @elastic/esql-grammar@4.26.0
    • @elastic/esql-types@4.26.0
    • @elastic/esql-parser@4.26.0
    • @elastic/esql-promql-grammar@4.26.0
    • @elastic/pretty-printer@4.26.0
    • @elastic/esql-traversal@4.26.0
    • @elastic/esql-ast@4.26.0

@elastic/esql-ast@4.26.0

Patch Changes

  • Updated dependencies [0df48e7, 18334b7]:
    • @elastic/esql-definitions@4.26.0
    • @elastic/esql-grammar@4.26.0
    • @elastic/esql-types@4.26.0
    • @elastic/esql-promql-grammar@4.26.0

@elastic/esql-definitions@4.26.0

Patch Changes

  • #246 0df48e7 Thanks @momovdg! - Add DENSE_VECTOR to processingCommandNames so 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

  • Updated dependencies []:
    • @elastic/elasticsearch-query-builder@4.26.0

@elastic/esql-traversal@4.26.0

Patch Changes

  • Updated dependencies [18334b7]:
    • @elastic/esql-types@4.26.0
    • @elastic/esql-ast@4.26.0

@elastic/highlightjs-esql@4.26.0

Patch Changes

  • Updated dependencies [0df48e7]:
    • @elastic/esql-definitions@4.26.0

@elastic/monaco-esql@4.26.0

Patch Changes

  • Updated dependencies [0df48e7]:
    • @elastic/esql-definitions@4.26.0

@elastic/prismjs-esql@4.26.0

Patch Changes

  • Updated dependencies [0df48e7]:
    • @elastic/esql-definitions@4.26.0

@elastic/textmate-esql@4.26.0

Patch Changes

  • #246 0df48e7 Thanks @momovdg! - Add DENSE_VECTOR to processingCommandNames so it is highlighted as a command keyword in TextMate, Monaco, Prism.js, and Highlight.js grammars

  • Updated dependencies [0df48e7]:

    • @elastic/esql-definitions@4.26.0

@elastic/esql-promql-grammar@4.26.0

@elastic/pretty-printer@4.26.0

@elastic/elasticsearch-query-builder@4.26.0

@github-actions
github-actions Bot requested a review from a team as a code owner September 15, 2026 15:03
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 6ac6050 to ef2233a Compare September 16, 2026 11:37
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from ef2233a to 0d940a9 Compare September 18, 2026 07:31
@momovdg
momovdg merged commit d5b17a0 into main Sep 18, 2026
2 checks passed
@momovdg
momovdg deleted the changeset-release/main branch September 18, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant