Skip to content

Releases: elastic/elasticsearch-ruby

v9.4.3

17 Jun 15:38

Choose a tag to compare

  • Fixes header conflict when using Elasticsearch Serverless. Pull Request

v9.3.4

17 Jun 15:35

Choose a tag to compare

  • Fixes header conflict when using Elasticsearch Serverless. Pull Request

v9.4.2

16 Jun 16:25

Choose a tag to compare

  • Fixes NoMethodError when Content-Type lacks compatible-with parameter. Pull Request
  • Updates elasticsearch-api, source code documentation for beta/experimental APIs.

v9.3.3

16 Jun 16:07

Choose a tag to compare

  • Fixes NoMethodError when Content-Type lacks compatible-with parameter. Pull Request

v9.2.3

16 Jun 16:06

Choose a tag to compare

  • Fixes NoMethodError when Content-Type lacks compatible-with parameter. Pull Request

v9.4.1

04 Jun 16:13

Choose a tag to compare

  • Updates elasticsearch-api to the latest Elasticsearch 9.4 specification.
  • Better handling of content-type headers when using Manticore and JRuby to avoid duplication.

v9.3.2

04 Jun 16:12

Choose a tag to compare

  • Updates elasticsearch-api to the latest Elasticsearch 9.3 specification.
  • Better handling of content-type headers when using Manticore and JRuby to avoid duplication.

v9.2.2

04 Jun 16:10

Choose a tag to compare

  • Updates elasticsearch-api to the latest Elasticsearch 9.2 specification.
  • Better handling of content-type headers when using Manticore and JRuby to avoid duplication.

v9.4.0

06 May 07:26

Choose a tag to compare

Gem

  • Tested versions of Ruby for 9.4.0:
    • Ruby MRI: 3.3, 3.4, 4.0
    • JRuby 9.3, 9.4, 10.0

ES|QL Query Builder

The Ruby ES|QL Query Builder version 0.6.0 has been released. The version adds support for INLINE_STATS, METRICS_INFO, PROMQL, REGISTERED_DOMAIN, SET, URI_PARTS, and USER_AGENT.

Elasticsearch API

API Updates

  • async_search.get: New Parameter :return_intermediate_results. Specifies whether the response should contain intermediate results if the query is still running when the wait_for_completion_timeout.
  • project.tags: Parameter removed :project_routing. Added :body parameter.
  • reindex_rethrottle: New Parameter :group_by.
  • search_mvt: Parameter removed :project_routing. Specifies a subset of projects to target for the search using project.
  • streams.logs_disable: New Parameter :name. The stream type to disable. (Required)
  • streams.logs_enable: New Parameter :name. The stream type to enable. (Required)
  • text_structure.find_field_structure, text_structure.find_message_structure, text_structure.find_structure: New Parameter :should_parse_recursively. If the format is ndjson, you can specify whether to parse nested JSON objects recursively.
  • The APIs in the streams namespace were behind a feature flag and now they're not. They are still available in Technical Preview.
  • indices.downsample has been promoted from Technical Preview to stable.

New APIs

  • inference.put_fireworksai - Create a Fireworks AI inference endpoint.

In Technical Preview, available behind the feature flag reindex_management_api.

  • cancel_reindex - Cancel an ongoing reindex task.
  • get_reindex - Get the status and progress of a specific reindex task.
  • list_reindex - Get information about all currently running reindex tasks.

In Technical Preview:

  • inference.embedding - Perform dense embedding inference on the service.
  • security.clone_api_key - Create a copy of an existing API key with a new ID. This is intended for applications (such as Kibana) that need to create API keys on behalf of a user using an existing API key credential.

Available only in Serverless, in Technical Preview:

  • project.create_many_routing - Create or update project routing expressions.
  • project.create_routing - Create or update a project routing expression.
  • project.delete_routing - Delete a project routing expression.
  • project.get_many_routing - Get project routing expressions.
  • project.get_routing - Get a project routing expression.

Deleted APIs

The following APIs were in technical preview behind a feature flag and have been removed:

  • indices.delete_sample_configuration
  • indices.get_all_sample_configuration
  • indices.get_sample
  • indices.get_sample_configuration
  • indices.get_sample_stats
  • indices.put_sample_configuration

v9.3.1

06 Apr 13:47

Choose a tag to compare

Gem

Elasticsearch API

  • Elasticsearch API code and source code documentation updated to the latest Elasticsearch 9.3 specification.