Skip to content

Update dependency elasticsearch to v8.18.1 #5398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025

Conversation

openverse-bot
Copy link
Collaborator

@openverse-bot openverse-bot commented Apr 1, 2025

This PR contains the following updates:

Package Type Update Change
elasticsearch packages minor ==8.16.0 -> ==8.18.1
elasticsearch project.dependencies minor ==8.16.0 -> ==8.18.1

Release Notes

elastic/elasticsearch-py (elasticsearch)

v8.18.1: 8.18.1

Compare Source

  • Update APIs
    • Add back inference.inference APIs that were removed by mistake
  • Update DSL
    • Add CountedKeyword and Passthrough fields
    • Add rescore_vector to Knn query
    • Add bbq_flat and bbq_hnsw vector index types
    • Add script and on_script_error to Date and DateNanos fields

v8.18.0: 8.18.0

Compare Source

  • Merge Elasticsearch-DSL <https://github.com/elastic/elasticsearch-dsl-py/>_ package (#​2736)
  • Add Python DSL documentation (#​2761)
  • Autogenerate DSL field classes from schema (#​2780)
  • Improve DSL documentation examples with class-based queries and type hints (#​2857)
  • Document the use of param() in Python DSL methods (#​2861)
  • Document use of sub-clients (#​2798)
  • Fix simulate sub-client documentation (#​2749)
  • Update APIs
    • Remove wait_for_active_shards from experimental Get field usage stats API
    • Rename incorrect access_token to token in Logout of OpenID Connect API
    • Add inference APIs: Alibaba Cloud AI Search, Amazon Bedrock, Anthropic, Azure AI Studio, Azure OpenAI, Cohere, Elasticsearch, ELSER, Google AI Studio, Google Vertex AI, Hugging Face, Jina AI, Mistral, OpenAI, and Voyage AI
    • Add Reindex legacy backing indices APIs
    • Add Create an index from a source index API
    • Add include_source_on_error to Create, Index, Update and Bulk APIs
    • Add Stop async ES|QL query API
    • Add timeout to Resolve Cluster API
    • Add adaptive_allocations body field to Start and Update a trained model deployment API
    • Rename index_template_subtitutions to index_template_substitutions in Simulate data ingestion API* Add if_primary_term, if_seq_no, op_type, require_alias and require_data_stream to Create API
    • Add max_concurrent_shard_requests to Open point in time API
    • Add local and flat_settings to Check index templates API
    • Add reopen to Update index settings API
    • Add resource to Reload search analyzer API
    • Add lazy to Roll over to a new index API
    • Add cause and create to Simulate index template APIs
    • Add Elastic Inference Service (EIS) chat completion
    • Add inference APIs: Alibaba Cloud AI Search, Amazon Bedrock, Anthropic, Azure AI Studio, Azure OpenAI, Cohere, Elastic Inference Service (EIS), Elasticsearch, ELSER, Google AI Studio, Google Vertex AI, Hugging Face, Jina AI, Mistral, OpenAI, and Voyage AI
  • Update DSL
    • Add ignore_malformed, script, on_script_error and time_series_dimension to Boolean field
    • Add index to GeoShape field
    • Add search_inference_id to SemanticText field

v8.17.2: 8.17.2

Compare Source

8.17.2 (2025-03-04)
  • Explain how to use sub clients in API docs (#​2798)
  • Render descriptions as Markdown in API docs
  • Update APIs
    • Add keep_alive to Submit async search API
    • Add Run and Delete async ES|QL query APIs
    • Add Get async ES|QL query results API
    • Add include_ccs_metadata to ES|QL query API

v8.17.1: 8.17.1

Compare Source

8.17.1 (2025-01-23)
  • Make pyarrow dependency optional for tests (#​2733, contributed by @​danigm)
  • Update APIs:
    • Add Simulate ingest API
    • Add Get data stream lifecycle stats API
    • Add Update inference API
    • Add Create or update, Get and Delete IP geolocation database configuration APIs
    • Add Bulk update API keys
    • Add Get and Update Security index settings APIs
    • Add OpenID Connect prepare authentication, OpenID Connect authenticate and OpenID Connect logout APIs
    • Add Delegate PKI authentication API
    • Add Repository analysis API
    • Add Render Search Application Query API
    • Add Find field structure and Find messages structure APIs
    • Add Get Watcher index settings and Update Watcher index settings APIs
    • Add experimental Check in and Claim connector sync job APIs
    • Add experimental Set connector sync job errors and Set connector sync job stats APIs
    • Add experimental Update connector features APIs
    • Add experimental Post Event to an Analytics Collection API
    • Add timeout and master_timeout to Snapshot lifecycle management (SLM) APIs
    • Add allow_partial_search_results to SQL search API
    • Add throttle_period_in_millis to Create or update watch API
    • Fix query parameters for CAT APIs

v8.17.0: 8.17.0

Compare Source

8.17.0 (2024-12-13)
  • Allow simsimd again on Python 3.13 (#​2722)
  • Update APIs:
    • Mark all Inference APIs as stable.
    • Add allow_partial_search_results to the Open Point in Time API
    • Add keep_alive to the Get async search status API
    • Remove the keep_alive, pre_filter_shard_size and scroll parameters from the Submit async search API. They were never supported.
    • Add master_timeout and timeout to all autoscaling policy APIs
    • Add master_timeout to the Alias exists and Get alias APIs
    • Add list_executed_pipelines and require_data_stream to Bulk API
    • Add include_model_definition to Get trained models API
    • Add meta to Create data frame analytics API
    • Add aggs to Create datafeeds API
    • Add allow_no_indices, expand_wildcards, ignore_throttled and ignore_unavailable to Create anomaly detection jobs API

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@openverse-bot openverse-bot added the dependencies Pull requests that update a dependency file label Apr 1, 2025
@openverse-bot openverse-bot requested a review from a team as a code owner April 1, 2025 01:39
@openverse-bot openverse-bot added 🐍 tech: python Involves Python 💻 aspect: code Concerns the software code in the repository labels Apr 1, 2025
@openverse-bot openverse-bot requested a review from a team as a code owner April 1, 2025 01:39
@openverse-bot openverse-bot added 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🧱 stack: catalog Related to the catalog and Airflow DAGs 🧱 stack: ingestion server Related to the ingestion/data refresh server labels Apr 1, 2025
@openverse-bot openverse-bot requested review from krysal and dhruvkb and removed request for a team April 1, 2025 01:39
@openverse-bot openverse-bot moved this to 👀 Needs Review in Openverse PRs Apr 1, 2025
@openverse-bot openverse-bot force-pushed the gha-renovateelasticsearch-8.x branch 5 times, most recently from 03b0457 to f9813ce Compare April 15, 2025 12:50
@openverse-bot openverse-bot changed the title Update dependency elasticsearch to v8.17.2 Update dependency elasticsearch to v8.18.0 Apr 15, 2025
@openverse-bot openverse-bot force-pushed the gha-renovateelasticsearch-8.x branch 2 times, most recently from b8f70d9 to e7538e0 Compare April 19, 2025 08:10
@openverse-bot openverse-bot force-pushed the gha-renovateelasticsearch-8.x branch 2 times, most recently from 3b81695 to dd66a23 Compare April 29, 2025 09:40
@openverse-bot openverse-bot changed the title Update dependency elasticsearch to v8.18.0 Update dependency elasticsearch to v8.18.1 Apr 29, 2025
@openverse-bot openverse-bot force-pushed the gha-renovateelasticsearch-8.x branch from dd66a23 to d33484e Compare May 6, 2025 10:10
@dhruvkb dhruvkb merged commit fef8d12 into main May 7, 2025
49 checks passed
@dhruvkb dhruvkb deleted the gha-renovateelasticsearch-8.x branch May 7, 2025 05:24
@github-project-automation github-project-automation bot moved this from 👀 Needs Review to 🤝 Merged in Openverse PRs May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: catalog Related to the catalog and Airflow DAGs 🧱 stack: ingestion server Related to the ingestion/data refresh server 🐍 tech: python Involves Python
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants