Skip to content

Release 8.11.0

Compare
Choose a tag to compare
@ezimuel ezimuel released this 11 Nov 09:08
· 37 commits to main since this release
v8.11.0
4c16dc6

This release is compatible with the latest Elasticsearch 8.11.0.

It includes the following fix:

  • Fixed path in hosts configuration is ignored #1377

This release introduces 5 new EXPERIMENTAL APIs:

Esql.query (new EXPERIMENTAL API)

API: https://github.com/elastic/elasticsearch/blob/v8.11.0/rest-api-spec/src/main/resources/rest-api-spec/api/esql.query.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-query-api.html

Inference.deleteModel (new EXPERIMENTAL API)

API: https://github.com/elastic/elasticsearch/blob/v8.11.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.delete_model.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-inference-api.html

Inference.getModel (new EXPERIMENTAL API)

API: https://github.com/elastic/elasticsearch/blob/v8.11.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.get_model.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/get-inference-api.html

Inference.inference (new EXPERIMENTAL API)

API: https://github.com/elastic/elasticsearch/blob/v8.11.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.inference.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html

Inference.putModel (new EXPERIMENTAL API)

API: https://github.com/elastic/elasticsearch/blob/v8.11.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_model.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/put-inference-api.html