Skip to content

Commit 0ae58a7

Browse files
committed
[API] Removes 'experimental' notice from esql query and async_query
1 parent 2b70eb7 commit 0ae58a7

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/esql/async_query.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Esql
2424
module Actions
2525
# Executes an ESQL request asynchronously
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
3228
# @option arguments [String] :delimiter The character to use between values within a CSV row. Only valid for the csv format.

elasticsearch-api/lib/elasticsearch/api/actions/esql/query.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Esql
2424
module Actions
2525
# Executes an ESQL request
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
3228
# @option arguments [String] :delimiter The character to use between values within a CSV row. Only valid for the csv format.

0 commit comments

Comments
 (0)