Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elasticsearch-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elastic/elasticsearch-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.1
Choose a head ref
  • 11 commits
  • 58 files changed
  • 1 contributor

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    13763ae View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    c7e4568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5fa9b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9e8733 View commit details
    Browse the repository at this point in the history
  4. [API] Updates API to specification commit 119eb27ee25a0be53121ed59eda…

    …dbc5acb55462e
    
    * cluster.get_component_template - Adds [String] `:settings_filter` Filter out results, for example to filter out sensitive information. Supports wildcards or full settings keys.
    * cluster.put_component_template - Adds [String] `:cause` User defined reason for create the component template. Server default: api.
    * index - Adds [Boolean] `:require_data_stream` If `true`, the request's actions must target a data stream (existing or to be created).
    * license.post_start_trial - [String] `type_query_string` parameter renamed to `type`, The type of trial license to generate (default: "trial")
    * search - Adds [Boolean] `:ccs_minimize_roundtrips` Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution Server default: true.
    * reindex - adds :max_docs parameter, the maximum number of documents to reindex
    * search_mvt - adds :track_total_hits the number of hits matching the query to count accurately
    * security.grant_api_key - adds :refresh, if 'true', Elasticsearch refreshes the affected shards to make this operation visible to search.
    * snapshot.delete - adds :wait_for_completion, if `true`, the request returns a response when the matching snapshots are all deleted.
    picandocodigo committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    9302d5a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    ab918fd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. [API] Updates source code docs to 76cd5c918a1c3aeb4d26f76a6683bba7a9e…

    …79289
    
    create
    * Removes parameters :if_primary_term, :if_seq_no, :op_type.
    
    indices.recovery: new parameters:
    * [Boolean] :allow_no_indices If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.
    * [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
    * [Boolean] :ignore_unavailable If `false`, the request returns an error if it targets a missing or closed index.
    picandocodigo committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    031484a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9431c9a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    dec668e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8be55d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Configuration menu
    Copy the full SHA
    76c09b4 View commit details
    Browse the repository at this point in the history
Loading