You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the ESQL grammar evolves, we need to establish some guidelines around the grammar and what are the expectations for clients using an old version or a a new version against a cluster that hasn't been fully upgraded.
Description
As the ESQL grammar evolves, we need to establish some guidelines around the grammar and what are the expectations for clients using an old version or a a new version against a cluster that hasn't been fully upgraded.
Break-down of tasks
versionparameter for_queryendpoint ESQL: Introduce language versioning to REST API #106824Update REST specnot necessary since we only change the body of the REST request, which is not covered by the REST spec.elasticsearch-specificationAdd esql version elasticsearch-specification#2512versiona required parameter after some grace period. ESQL: Default ESQL version on old clients #107438 ESQL: Send language version in spec tests #107268 ESQL: Make esql version required in REST requests #107433