Skip to content

Releases: elastic/esql-js

v3.0.0

14 Apr 07:46
a0d3f44

Choose a tag to compare

3.0.0 (2026-04-14)

  • refactor!: clean ESQLMessage interface (#83) (a0d3f44)

BREAKING CHANGES

  • ESQLMessage interface is not exported any more.

v2.0.0

13 Apr 10:00
ef81fa2

Choose a tag to compare

2.0.0 (2026-04-13)

chore

Features

  • Add mutation functions for SETtings (#84) (0aff9db)

BREAKING CHANGES

  • CHANGE POINT command options can not longer be
    written in any order.
    FROM index | CHANGE_POINT value AS type, pvalue ON key is no longer
    syntactically correct.

v1.8.0

08 Apr 09:32
30cdbef

Choose a tag to compare

1.8.0 (2026-04-08)

Features

v1.7.1

08 Apr 05:03
e6be1db

Choose a tag to compare

1.7.1 (2026-04-08)

Bug Fixes

v1.7.0

30 Mar 13:57
404b174

Choose a tag to compare

1.7.0 (2026-03-30)

Features

v1.6.0

23 Mar 07:28
aa264f1

Choose a tag to compare

1.6.0 (2026-03-23)

Features

v1.5.0

19 Mar 09:32
51aa715

Choose a tag to compare

1.5.0 (2026-03-19)

Features

v1.4.1

17 Mar 06:37
1185265

Choose a tag to compare

1.4.1 (2026-03-17)

Bug Fixes

  • calculates remaining space for options to avoid line breaking (#64) (1185265)

v1.4.0

16 Mar 11:25
d6b90c7

Choose a tag to compare

1.4.0 (2026-03-16)

Features

  • Support for BY in the LIMIT command (#63) (d6b90c7)
  • Update grammars (#59) (621d248)
  • Wrapping pretty-printer implementation for PromQL (#47) (6631080)

v1.3.0

10 Mar 13:39
631704f

Choose a tag to compare

1.3.0 (2026-03-10)

Features