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: 61149f7
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: 08c2101
Choose a head ref

Commits on Sep 16, 2024

  1. Copy the full SHA
    99a605d View commit details
  2. Copy the full SHA
    93608d2 View commit details
  3. Copy the full SHA
    afb9947 View commit details

Commits on Oct 2, 2024

  1. Copy the full SHA
    4aa55a6 View commit details
  2. Bumps version to 8.16

    picandocodigo committed Oct 2, 2024
    Copy the full SHA
    a855331 View commit details
  3. [API] Adds include_remotes parameter in cluster.stats and removes fla…

    …t_settings
    
    Updates source code docs version.
    picandocodigo committed Oct 2, 2024
    Copy the full SHA
    e28a659 View commit details

Commits on Oct 8, 2024

  1. Copy the full SHA
    55651b5 View commit details
  2. Copy the full SHA
    1aa34ed View commit details

Commits on Oct 14, 2024

  1. [API] Adds ingest ip_location APIs

    - delete_ip_location_database
    - get_ip_location_database
    - put_ip_location_database
    picandocodigo committed Oct 14, 2024
    Copy the full SHA
    29df615 View commit details
  2. Copy the full SHA
    cdec425 View commit details

Commits on Oct 15, 2024

  1. Copy the full SHA
    1cf25c0 View commit details
  2. Copy the full SHA
    04b8450 View commit details
  3. Copy the full SHA
    c6709b9 View commit details

Commits on Oct 16, 2024

  1. Copy the full SHA
    eaadd15 View commit details
  2. Copy the full SHA
    0074671 View commit details

Commits on Oct 21, 2024

  1. Copy the full SHA
    6d2a252 View commit details
  2. Copy the full SHA
    c12ed9c View commit details

Commits on Nov 11, 2024

  1. Copy the full SHA
    f22947f View commit details

Commits on Nov 12, 2024

  1. Copy the full SHA
    2acbce7 View commit details

Commits on Dec 23, 2024

  1. Copy the full SHA
    a60ef8c View commit details
  2. Copy the full SHA
    ce90838 View commit details
  3. Revert "[CI] Bumps matrix to 8.18-SNAPSHOT"

    This reverts commit ce90838.
    picandocodigo committed Dec 23, 2024
    Copy the full SHA
    97e2f71 View commit details
  4. Copy the full SHA
    5d53876 View commit details

Commits on Dec 30, 2024

  1. Adds timeout, master_timeout parameters to several APIs:

    * index_lifecycle_management.delete_lifecycle - both
    * index_lifecycle_management.explain_lifecycle - `master_timeout` only.
    * index_lifecycle_management.get_lifecycle - both
    * index_lifecycle_management.put_lifecycle - both
    * index_lifecycle_management.start - both
    * index_lifecycle_management.stop - both
    * ingest.delete_geoip_database - both
    * ingest.delete_ip_location_database - both
    * ingest.put_geoip_database - both
    * ingest.put_ip_location_database - both
    * snapshot_lifecycle_management.delete_lifecycle - both
    * snapshot_lifecycle_management.execute_lifecycle - both
    * snapshot_lifecycle_management.execute_retention - both
    * snapshot_lifecycle_management.get_lifecycle - both
    * snapshot_lifecycle_management.get_stats - both
    * snapshot_lifecycle_management.get_status - both
    * snapshot_lifecycle_management.put_lifecycle - both
    
    [Time] :master_timeout Explicit operation timeout for connection to master node.
    [Time] :timeout Explicit operation timeout.
    
    * open_point_in_time - adds allow_partial_search_results
    picandocodigo committed Dec 30, 2024
    Copy the full SHA
    803d6c4 View commit details
  2. Fixes specs

    picandocodigo committed Dec 30, 2024
    Copy the full SHA
    0e73dfd View commit details

Commits on Jan 15, 2025

  1. [Gem] Fixes ScrollHelper

    Fixes #2556
    
    The iteration implementation has been fixed. There was a bug where an
    additional search (with scroll) request was made to Elasticsearch for
    each resulting hit. It was rewritten so that the docs are retrieved as
    needed and the Helper instance doesn't store documents internally,
    with big savings in memory and requests to Elasticsearch.
    picandocodigo committed Jan 15, 2025
    Copy the full SHA
    c5d3f89 View commit details
  2. Copy the full SHA
    197887d View commit details
  3. Copy the full SHA
    2a16442 View commit details

Commits on Feb 27, 2025

  1. Copy the full SHA
    93fe24c View commit details
  2. Copy the full SHA
    08c2101 View commit details
Loading