Skip to content

Commit

Permalink
ESQL is now stable (GA)
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Jul 1, 2024
1 parent 54a8b37 commit 19b5c54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
10 changes: 3 additions & 7 deletions output/schema/schema-serverless.json
Original file line number Diff line number Diff line change
Expand Up @@ -2638,13 +2638,9 @@
},
{
"availability": {
"serverless": {
"stability": "experimental",
"visibility": "public"
},
"serverless": {},
"stack": {
"since": "8.11.0",
"stability": "experimental"
"since": "8.11.0"
}
},
"description": "Executes an ES|QL request",
Expand All @@ -2667,7 +2663,7 @@
"application/json"
],
"since": "8.11.0",
"stability": "experimental",
"stability": "stable",
"urls": [
{
"methods": [
Expand Down
10 changes: 3 additions & 7 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions specification/esql/query/QueryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import { ScalarValue } from '@_types/common'
/**
* Executes an ES|QL request
* @rest_spec_name esql.query
* @availability stack since=8.11.0 stability=experimental
* @availability serverless stability=experimental visibility=public
* @availability stack since=8.11.0
* @availability serverless
* @doc_id esql-query
*/
export interface Request extends RequestBase {
Expand Down

0 comments on commit 19b5c54

Please sign in to comment.