From 530c826939a9f57b0db883afeebf96ce553dffc9 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 13 Jan 2026 14:59:29 -0800 Subject: [PATCH 1/5] Add Serverless changelog files --- ...nnection-failure-at-warn-level-for-sn.yaml | 91 +++++++++++++++++++ ...rite-counts-for-copy-in-repo-analysis.yaml | 91 +++++++++++++++++++ ...se-vector-docvalues-add-base64-format.yaml | 91 +++++++++++++++++++ ...tax-support-and-parsing-for-set-appro.yaml | 91 +++++++++++++++++++ ...ity-by-placing-parent---child-centroi.yaml | 91 +++++++++++++++++++ ...ing-hash-from-synthetic-id-for-transl.yaml | 91 +++++++++++++++++++ ...i-reference-links-to-longform-elastic.yaml | 89 ++++++++++++++++++ ...centroids-should-always-be-block-enco.yaml | 91 +++++++++++++++++++ ...5040-[docs]-applies_to-syntax-changes.yaml | 89 ++++++++++++++++++ ...ted-async-search-wont-show-on-any-api.yaml | 89 ++++++++++++++++++ ...i]-include-rerank-in-supported-tasks-.yaml | 91 +++++++++++++++++++ ...te_by_query-and-_update_by_query-for-.yaml | 91 +++++++++++++++++++ ...zone-to-add-and-sub-operators,-and-co.yaml | 91 +++++++++++++++++++ ...lookup-join-performance-with-cacheddi.yaml | 91 +++++++++++++++++++ ...rt-`packedvaluesblockhash.bytes`-to-`.yaml | 91 +++++++++++++++++++ 15 files changed, 1359 insertions(+) create mode 100644 docs/changelog/2025-01-13/1768345036-always-log-connection-failure-at-warn-level-for-sn.yaml create mode 100644 docs/changelog/2025-01-13/1768345036-fix-read-write-counts-for-copy-in-repo-analysis.yaml create mode 100644 docs/changelog/2025-01-13/1768345037-dense-vector-docvalues-add-base64-format.yaml create mode 100644 docs/changelog/2025-01-13/1768345037-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml create mode 100644 docs/changelog/2025-01-13/1768345038-improve-locality-by-placing-parent---child-centroi.yaml create mode 100644 docs/changelog/2025-01-13/1768345038-retrieve-routing-hash-from-synthetic-id-for-transl.yaml create mode 100644 docs/changelog/2025-01-13/1768345039-[docs]-add-api-reference-links-to-longform-elastic.yaml create mode 100644 docs/changelog/2025-01-13/1768345039-diskbbq-tail-centroids-should-always-be-block-enco.yaml create mode 100644 docs/changelog/2025-01-13/1768345040-[docs]-applies_to-syntax-changes.yaml create mode 100644 docs/changelog/2025-01-13/1768345040-bugfix-deleted-async-search-wont-show-on-any-api.yaml create mode 100644 docs/changelog/2025-01-13/1768345041-[inference-api]-include-rerank-in-supported-tasks-.yaml create mode 100644 docs/changelog/2025-01-13/1768345042-disable-_delete_by_query-and-_update_by_query-for-.yaml create mode 100644 docs/changelog/2025-01-13/1768345042-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml create mode 100644 docs/changelog/2025-01-13/1768345043-esql-improve-lookup-join-performance-with-cacheddi.yaml create mode 100644 docs/changelog/2025-01-13/1768345044-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml diff --git a/docs/changelog/2025-01-13/1768345036-always-log-connection-failure-at-warn-level-for-sn.yaml b/docs/changelog/2025-01-13/1768345036-always-log-connection-failure-at-warn-level-for-sn.yaml new file mode 100644 index 0000000000000..c6c56f203dff8 --- /dev/null +++ b/docs/changelog/2025-01-13/1768345036-always-log-connection-failure-at-warn-level-for-sn.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140149 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Network +title: Always log connection failure at WARN level for sniffed node diff --git a/docs/changelog/2025-01-13/1768345036-fix-read-write-counts-for-copy-in-repo-analysis.yaml b/docs/changelog/2025-01-13/1768345036-fix-read-write-counts-for-copy-in-repo-analysis.yaml new file mode 100644 index 0000000000000..f49e69bfc961c --- /dev/null +++ b/docs/changelog/2025-01-13/1768345036-fix-read-write-counts-for-copy-in-repo-analysis.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140086 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Snapshot/Restore +title: Fix read/write counts for copy in repo analysis diff --git a/docs/changelog/2025-01-13/1768345037-dense-vector-docvalues-add-base64-format.yaml b/docs/changelog/2025-01-13/1768345037-dense-vector-docvalues-add-base64-format.yaml new file mode 100644 index 0000000000000..ad4b743235e73 --- /dev/null +++ b/docs/changelog/2025-01-13/1768345037-dense-vector-docvalues-add-base64-format.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140094 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Vector Search +title: 'Dense vector docvalues: add base64 format' diff --git a/docs/changelog/2025-01-13/1768345037-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml b/docs/changelog/2025-01-13/1768345037-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml new file mode 100644 index 0000000000000..c9358e407451b --- /dev/null +++ b/docs/changelog/2025-01-13/1768345037-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/139908 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- ES|QL +title: 'ES|QL: add syntax support and parsing for SET approximate' diff --git a/docs/changelog/2025-01-13/1768345038-improve-locality-by-placing-parent---child-centroi.yaml b/docs/changelog/2025-01-13/1768345038-improve-locality-by-placing-parent---child-centroi.yaml new file mode 100644 index 0000000000000..d45bef49f46ed --- /dev/null +++ b/docs/changelog/2025-01-13/1768345038-improve-locality-by-placing-parent---child-centroi.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140293 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Vector Search +title: Improve locality by placing parent - child centroids next to each other diff --git a/docs/changelog/2025-01-13/1768345038-retrieve-routing-hash-from-synthetic-id-for-transl.yaml b/docs/changelog/2025-01-13/1768345038-retrieve-routing-hash-from-synthetic-id-for-transl.yaml new file mode 100644 index 0000000000000..dcbf23d03de4b --- /dev/null +++ b/docs/changelog/2025-01-13/1768345038-retrieve-routing-hash-from-synthetic-id-for-transl.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140221 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- TSDB +title: Retrieve routing hash from synthetic id for translog operations diff --git a/docs/changelog/2025-01-13/1768345039-[docs]-add-api-reference-links-to-longform-elastic.yaml b/docs/changelog/2025-01-13/1768345039-[docs]-add-api-reference-links-to-longform-elastic.yaml new file mode 100644 index 0000000000000..e66bc61f0083e --- /dev/null +++ b/docs/changelog/2025-01-13/1768345039-[docs]-add-api-reference-links-to-longform-elastic.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/138466 +type: docs +products: +- product: cloud-serverless + target: 2025-01-13 +title: '[DOCS]: Add API reference links to longform Elasticsearch REST examples' diff --git a/docs/changelog/2025-01-13/1768345039-diskbbq-tail-centroids-should-always-be-block-enco.yaml b/docs/changelog/2025-01-13/1768345039-diskbbq-tail-centroids-should-always-be-block-enco.yaml new file mode 100644 index 0000000000000..6d3afd6c7ec87 --- /dev/null +++ b/docs/changelog/2025-01-13/1768345039-diskbbq-tail-centroids-should-always-be-block-enco.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/139835 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Vector Search +title: DiskBBQ tail centroids should always be block encoded too diff --git a/docs/changelog/2025-01-13/1768345040-[docs]-applies_to-syntax-changes.yaml b/docs/changelog/2025-01-13/1768345040-[docs]-applies_to-syntax-changes.yaml new file mode 100644 index 0000000000000..9043cad9c5fbe --- /dev/null +++ b/docs/changelog/2025-01-13/1768345040-[docs]-applies_to-syntax-changes.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140275 +type: docs +products: +- product: cloud-serverless + target: 2025-01-13 +title: '[Docs] Applies_to syntax changes' diff --git a/docs/changelog/2025-01-13/1768345040-bugfix-deleted-async-search-wont-show-on-any-api.yaml b/docs/changelog/2025-01-13/1768345040-bugfix-deleted-async-search-wont-show-on-any-api.yaml new file mode 100644 index 0000000000000..6623eb4378621 --- /dev/null +++ b/docs/changelog/2025-01-13/1768345040-bugfix-deleted-async-search-wont-show-on-any-api.yaml @@ -0,0 +1,89 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140385 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +title: "Bugfix: Deleted async search won't show on any API" diff --git a/docs/changelog/2025-01-13/1768345041-[inference-api]-include-rerank-in-supported-tasks-.yaml b/docs/changelog/2025-01-13/1768345041-[inference-api]-include-rerank-in-supported-tasks-.yaml new file mode 100644 index 0000000000000..3f0c9b44629cf --- /dev/null +++ b/docs/changelog/2025-01-13/1768345041-[inference-api]-include-rerank-in-supported-tasks-.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140331 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Inference +title: '[Inference API] Include rerank in supported tasks for IBM watsonx integration' diff --git a/docs/changelog/2025-01-13/1768345042-disable-_delete_by_query-and-_update_by_query-for-.yaml b/docs/changelog/2025-01-13/1768345042-disable-_delete_by_query-and-_update_by_query-for-.yaml new file mode 100644 index 0000000000000..5a71ee347b726 --- /dev/null +++ b/docs/changelog/2025-01-13/1768345042-disable-_delete_by_query-and-_update_by_query-for-.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140301 +type: bug-fix +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- Reindex +title: Disable _delete_by_query and _update_by_query for CCS/stateful diff --git a/docs/changelog/2025-01-13/1768345042-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml b/docs/changelog/2025-01-13/1768345042-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml new file mode 100644 index 0000000000000..30828391cecf2 --- /dev/null +++ b/docs/changelog/2025-01-13/1768345042-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140101 +type: feature +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- ES|QL +title: 'ESQL: Add timezone to add and sub operators, and ConfigurationAware planning support' diff --git a/docs/changelog/2025-01-13/1768345043-esql-improve-lookup-join-performance-with-cacheddi.yaml b/docs/changelog/2025-01-13/1768345043-esql-improve-lookup-join-performance-with-cacheddi.yaml new file mode 100644 index 0000000000000..b23ab0aa19d25 --- /dev/null +++ b/docs/changelog/2025-01-13/1768345043-esql-improve-lookup-join-performance-with-cacheddi.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/139314 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- ES|QL +title: 'ESQL: Improve Lookup Join performance with CachedDirectoryReader' diff --git a/docs/changelog/2025-01-13/1768345044-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml b/docs/changelog/2025-01-13/1768345044-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml new file mode 100644 index 0000000000000..504ef60094f71 --- /dev/null +++ b/docs/changelog/2025-01-13/1768345044-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml @@ -0,0 +1,91 @@ +##### Required fields ##### + +# title: +# A required string that is a short, user-facing headline. +# (Max 80 characters) + +# type: +# A required string that contains the type of change +# It can be one of: +# - feature +# - enhancement +# - bug-fix +# - known-issue +# - breaking-change +# - deprecation +# - docs +# - regression +# - security +# - other + +# products: +# A required array of objects that denote the affected products +# Each product object contains: +# +# - product: +# A required string with a valid product ID. +# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml +# +# target: +# An optional string with the target version or date. +# +# lifecycle: +# An optional string for new features or enhancements that have a specific availability. +# It can be one of: +# - preview +# - beta +# - ga + +##### Optional fields ##### + +# action: +# An optional string that describes what users must do to mitigate +# the impact of a breaking change or known issue. + +# areas: +# An optional array of strings that denotes the parts/components/services +# of the product that are affected. + +# description: +# An optional string that provides additional information. +# (Max 600 characters). + +# feature-id: +# An optional string to associate a feature or enhanceent with a +# unique feature flag. + +# highlight: +# An optional boolean for items that should be included in release +# highlights or the UI to draw user attention. + +# impact: +# An optional string that describes how the user's environment is +# affected by a breaking change or known issue. + +# issues: +# An optional array of strings that contain the issues that are +# relevant to the PR. + +# pr: +# An optional string that contains the pull request number. + +# subtype: +# An optional string that applies only to breaking changes. +# It can be one of: +# - api +# - behavioral +# - configuration +# - dependency +# - subscription +# - plugin +# - security +# - other + +pr: https://github.com/elastic/elasticsearch/pull/140171 +type: enhancement +products: +- product: cloud-serverless + target: 2025-01-13 +areas: +- ES|QL +title: '[ES|QL] Convert `PackedValuesBlockHash.bytes` to `BreakingBytesRefBuilder` for better memory tracking' From 0d5562631191d910735a05902c841c0c32cf485b Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 13 Jan 2026 15:10:30 -0800 Subject: [PATCH 2/5] Regenerate --- docs/changelog.yml | 14 +++++++------- ...ad-write-counts-for-copy-in-repo-analysis.yaml} | 0 ...g-connection-failure-at-warn-level-for-sn.yaml} | 0 ...-dense-vector-docvalues-add-base64-format.yaml} | 0 ...-syntax-support-and-parsing-for-set-appro.yaml} | 0 ...routing-hash-from-synthetic-id-for-transl.yaml} | 0 ...d-api-reference-links-to-longform-elastic.yaml} | 0 ...ocality-by-placing-parent---child-centroi.yaml} | 0 ...68345777-[docs]-applies_to-syntax-changes.yaml} | 0 ...ail-centroids-should-always-be-block-enco.yaml} | 0 ...e-api]-include-rerank-in-supported-tasks-.yaml} | 0 ...deleted-async-search-wont-show-on-any-api.yaml} | 0 ...delete_by_query-and-_update_by_query-for-.yaml} | 0 ...timezone-to-add-and-sub-operators,-and-co.yaml} | 0 ...ove-lookup-join-performance-with-cacheddi.yaml} | 0 ...onvert-`packedvaluesblockhash.bytes`-to-`.yaml} | 0 16 files changed, 7 insertions(+), 7 deletions(-) rename docs/changelog/{2025-01-13/1768345036-fix-read-write-counts-for-copy-in-repo-analysis.yaml => 2025-01-25/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml} (100%) rename docs/changelog/{2025-01-13/1768345036-always-log-connection-failure-at-warn-level-for-sn.yaml => 2025-01-25/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml} (100%) rename docs/changelog/{2025-01-13/1768345037-dense-vector-docvalues-add-base64-format.yaml => 2025-01-25/1768345774-dense-vector-docvalues-add-base64-format.yaml} (100%) rename docs/changelog/{2025-01-13/1768345037-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml => 2025-01-25/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml} (100%) rename docs/changelog/{2025-01-13/1768345038-retrieve-routing-hash-from-synthetic-id-for-transl.yaml => 2025-01-25/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml} (100%) rename docs/changelog/{2025-01-13/1768345039-[docs]-add-api-reference-links-to-longform-elastic.yaml => 2025-01-25/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml} (100%) rename docs/changelog/{2025-01-13/1768345038-improve-locality-by-placing-parent---child-centroi.yaml => 2025-01-25/1768345776-improve-locality-by-placing-parent---child-centroi.yaml} (100%) rename docs/changelog/{2025-01-13/1768345040-[docs]-applies_to-syntax-changes.yaml => 2025-01-25/1768345777-[docs]-applies_to-syntax-changes.yaml} (100%) rename docs/changelog/{2025-01-13/1768345039-diskbbq-tail-centroids-should-always-be-block-enco.yaml => 2025-01-25/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml} (100%) rename docs/changelog/{2025-01-13/1768345041-[inference-api]-include-rerank-in-supported-tasks-.yaml => 2025-01-25/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml} (100%) rename docs/changelog/{2025-01-13/1768345040-bugfix-deleted-async-search-wont-show-on-any-api.yaml => 2025-01-25/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml} (100%) rename docs/changelog/{2025-01-13/1768345042-disable-_delete_by_query-and-_update_by_query-for-.yaml => 2025-01-25/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml} (100%) rename docs/changelog/{2025-01-13/1768345042-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml => 2025-01-25/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml} (100%) rename docs/changelog/{2025-01-13/1768345043-esql-improve-lookup-join-performance-with-cacheddi.yaml => 2025-01-25/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml} (100%) rename docs/changelog/{2025-01-13/1768345044-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml => 2025-01-25/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml} (100%) diff --git a/docs/changelog.yml b/docs/changelog.yml index e66f5e86a2c77..7cb9bb48be1ff 100644 --- a/docs/changelog.yml +++ b/docs/changelog.yml @@ -235,13 +235,13 @@ label_to_areas: # Product-specific label blockers (optional) # Maps product IDs to lists of labels that prevent changelog creation for that product # If you run the changelog add command with the --prs option and a PR has any of these labels, the changelog is not created -# add_blockers: -# elasticsearch,cloud-serverless: -# - ">non-issue" -# - ">test" -# - ">refactoring" -# - ":Delivery/Build" -# - ":Delivery/Tooling" +add_blockers: + elasticsearch,cloud-serverless: + - ">non-issue" + - ">test" + - ">refactoring" + - ":Delivery/Build" + - ":Delivery/Tooling" # render_blockers: # cloud-serverless: diff --git a/docs/changelog/2025-01-13/1768345036-fix-read-write-counts-for-copy-in-repo-analysis.yaml b/docs/changelog/2025-01-25/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345036-fix-read-write-counts-for-copy-in-repo-analysis.yaml rename to docs/changelog/2025-01-25/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml diff --git a/docs/changelog/2025-01-13/1768345036-always-log-connection-failure-at-warn-level-for-sn.yaml b/docs/changelog/2025-01-25/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345036-always-log-connection-failure-at-warn-level-for-sn.yaml rename to docs/changelog/2025-01-25/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml diff --git a/docs/changelog/2025-01-13/1768345037-dense-vector-docvalues-add-base64-format.yaml b/docs/changelog/2025-01-25/1768345774-dense-vector-docvalues-add-base64-format.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345037-dense-vector-docvalues-add-base64-format.yaml rename to docs/changelog/2025-01-25/1768345774-dense-vector-docvalues-add-base64-format.yaml diff --git a/docs/changelog/2025-01-13/1768345037-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml b/docs/changelog/2025-01-25/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345037-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml rename to docs/changelog/2025-01-25/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml diff --git a/docs/changelog/2025-01-13/1768345038-retrieve-routing-hash-from-synthetic-id-for-transl.yaml b/docs/changelog/2025-01-25/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345038-retrieve-routing-hash-from-synthetic-id-for-transl.yaml rename to docs/changelog/2025-01-25/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml diff --git a/docs/changelog/2025-01-13/1768345039-[docs]-add-api-reference-links-to-longform-elastic.yaml b/docs/changelog/2025-01-25/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345039-[docs]-add-api-reference-links-to-longform-elastic.yaml rename to docs/changelog/2025-01-25/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml diff --git a/docs/changelog/2025-01-13/1768345038-improve-locality-by-placing-parent---child-centroi.yaml b/docs/changelog/2025-01-25/1768345776-improve-locality-by-placing-parent---child-centroi.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345038-improve-locality-by-placing-parent---child-centroi.yaml rename to docs/changelog/2025-01-25/1768345776-improve-locality-by-placing-parent---child-centroi.yaml diff --git a/docs/changelog/2025-01-13/1768345040-[docs]-applies_to-syntax-changes.yaml b/docs/changelog/2025-01-25/1768345777-[docs]-applies_to-syntax-changes.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345040-[docs]-applies_to-syntax-changes.yaml rename to docs/changelog/2025-01-25/1768345777-[docs]-applies_to-syntax-changes.yaml diff --git a/docs/changelog/2025-01-13/1768345039-diskbbq-tail-centroids-should-always-be-block-enco.yaml b/docs/changelog/2025-01-25/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345039-diskbbq-tail-centroids-should-always-be-block-enco.yaml rename to docs/changelog/2025-01-25/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml diff --git a/docs/changelog/2025-01-13/1768345041-[inference-api]-include-rerank-in-supported-tasks-.yaml b/docs/changelog/2025-01-25/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345041-[inference-api]-include-rerank-in-supported-tasks-.yaml rename to docs/changelog/2025-01-25/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml diff --git a/docs/changelog/2025-01-13/1768345040-bugfix-deleted-async-search-wont-show-on-any-api.yaml b/docs/changelog/2025-01-25/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345040-bugfix-deleted-async-search-wont-show-on-any-api.yaml rename to docs/changelog/2025-01-25/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml diff --git a/docs/changelog/2025-01-13/1768345042-disable-_delete_by_query-and-_update_by_query-for-.yaml b/docs/changelog/2025-01-25/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345042-disable-_delete_by_query-and-_update_by_query-for-.yaml rename to docs/changelog/2025-01-25/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml diff --git a/docs/changelog/2025-01-13/1768345042-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml b/docs/changelog/2025-01-25/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345042-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml rename to docs/changelog/2025-01-25/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml diff --git a/docs/changelog/2025-01-13/1768345043-esql-improve-lookup-join-performance-with-cacheddi.yaml b/docs/changelog/2025-01-25/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345043-esql-improve-lookup-join-performance-with-cacheddi.yaml rename to docs/changelog/2025-01-25/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml diff --git a/docs/changelog/2025-01-13/1768345044-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml b/docs/changelog/2025-01-25/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345044-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml rename to docs/changelog/2025-01-25/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml From c039d81b6cda3fe4ed08b03d46492506173719a7 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 13 Jan 2026 17:35:55 -0800 Subject: [PATCH 3/5] Add bundle --- ...rite-counts-for-copy-in-repo-analysis.yaml | 0 ...nnection-failure-at-warn-level-for-sn.yaml | 0 ...se-vector-docvalues-add-base64-format.yaml | 0 ...tax-support-and-parsing-for-set-appro.yaml | 0 ...ing-hash-from-synthetic-id-for-transl.yaml | 0 ...i-reference-links-to-longform-elastic.yaml | 0 ...ity-by-placing-parent---child-centroi.yaml | 0 ...5777-[docs]-applies_to-syntax-changes.yaml | 0 ...centroids-should-always-be-block-enco.yaml | 0 ...i]-include-rerank-in-supported-tasks-.yaml | 0 ...ted-async-search-wont-show-on-any-api.yaml | 0 ...te_by_query-and-_update_by_query-for-.yaml | 0 ...zone-to-add-and-sub-operators,-and-co.yaml | 0 ...lookup-join-performance-with-cacheddi.yaml | 0 ...rt-`packedvaluesblockhash.bytes`-to-`.yaml | 0 .../bundles/cloud-serverless-2025-01-13.yml | 49 +++++++++++++++++++ 16 files changed, 49 insertions(+) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345774-dense-vector-docvalues-add-base64-format.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345776-improve-locality-by-placing-parent---child-centroi.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345777-[docs]-applies_to-syntax-changes.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml (100%) rename docs/changelog/{2025-01-25 => 2025-01-13}/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml (100%) create mode 100644 docs/changelog/bundles/cloud-serverless-2025-01-13.yml diff --git a/docs/changelog/2025-01-25/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml b/docs/changelog/2025-01-13/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml rename to docs/changelog/2025-01-13/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml diff --git a/docs/changelog/2025-01-25/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml b/docs/changelog/2025-01-13/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml rename to docs/changelog/2025-01-13/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml diff --git a/docs/changelog/2025-01-25/1768345774-dense-vector-docvalues-add-base64-format.yaml b/docs/changelog/2025-01-13/1768345774-dense-vector-docvalues-add-base64-format.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345774-dense-vector-docvalues-add-base64-format.yaml rename to docs/changelog/2025-01-13/1768345774-dense-vector-docvalues-add-base64-format.yaml diff --git a/docs/changelog/2025-01-25/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml b/docs/changelog/2025-01-13/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml rename to docs/changelog/2025-01-13/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml diff --git a/docs/changelog/2025-01-25/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml b/docs/changelog/2025-01-13/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml rename to docs/changelog/2025-01-13/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml diff --git a/docs/changelog/2025-01-25/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml b/docs/changelog/2025-01-13/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml rename to docs/changelog/2025-01-13/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml diff --git a/docs/changelog/2025-01-25/1768345776-improve-locality-by-placing-parent---child-centroi.yaml b/docs/changelog/2025-01-13/1768345776-improve-locality-by-placing-parent---child-centroi.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345776-improve-locality-by-placing-parent---child-centroi.yaml rename to docs/changelog/2025-01-13/1768345776-improve-locality-by-placing-parent---child-centroi.yaml diff --git a/docs/changelog/2025-01-25/1768345777-[docs]-applies_to-syntax-changes.yaml b/docs/changelog/2025-01-13/1768345777-[docs]-applies_to-syntax-changes.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345777-[docs]-applies_to-syntax-changes.yaml rename to docs/changelog/2025-01-13/1768345777-[docs]-applies_to-syntax-changes.yaml diff --git a/docs/changelog/2025-01-25/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml b/docs/changelog/2025-01-13/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml rename to docs/changelog/2025-01-13/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml diff --git a/docs/changelog/2025-01-25/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml b/docs/changelog/2025-01-13/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml rename to docs/changelog/2025-01-13/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml diff --git a/docs/changelog/2025-01-25/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml b/docs/changelog/2025-01-13/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml rename to docs/changelog/2025-01-13/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml diff --git a/docs/changelog/2025-01-25/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml b/docs/changelog/2025-01-13/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml rename to docs/changelog/2025-01-13/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml diff --git a/docs/changelog/2025-01-25/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml b/docs/changelog/2025-01-13/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml rename to docs/changelog/2025-01-13/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml diff --git a/docs/changelog/2025-01-25/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml b/docs/changelog/2025-01-13/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml rename to docs/changelog/2025-01-13/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml diff --git a/docs/changelog/2025-01-25/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml b/docs/changelog/2025-01-13/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml similarity index 100% rename from docs/changelog/2025-01-25/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml rename to docs/changelog/2025-01-13/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml diff --git a/docs/changelog/bundles/cloud-serverless-2025-01-13.yml b/docs/changelog/bundles/cloud-serverless-2025-01-13.yml new file mode 100644 index 0000000000000..984059dd67586 --- /dev/null +++ b/docs/changelog/bundles/cloud-serverless-2025-01-13.yml @@ -0,0 +1,49 @@ +products: +- product: cloud-serverless + target: 2025-01-13 +entries: +- file: + name: 1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml + checksum: 7a0c17544455c2934a023bfd23b35d8b6722b678 +- file: + name: 1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml + checksum: 8bb5069b15dd63a1b540d88f35a12776370708ba +- file: + name: 1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml + checksum: 94aac992578b3ea227746a57c186a3bf9cc26ebe +- file: + name: 1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml + checksum: dffba59d4a8def8f63e1ecdaaadd3e5b376cd4d4 +- file: + name: 1768345776-improve-locality-by-placing-parent---child-centroi.yaml + checksum: 0bace95e5efe98f3650e098e209cff02de10f866 +- file: + name: 1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml + checksum: f565cd926e3250e5936e456df7d02d620d27e362 +- file: + name: 1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml + checksum: c7fa74edba48d286e13bc4e456f0f4a6f6a7c2ee +- file: + name: 1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml + checksum: 38d9d0164a207cd3f32a8885a53f6b3c3c8d55a0 +- file: + name: 1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml + checksum: b2a3304cd93d690947c99407f338bd29d687083d +- file: + name: 1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml + checksum: 9aa50aef7201374b379fa0276da94fabc59e7598 +- file: + name: 1768345777-[docs]-applies_to-syntax-changes.yaml + checksum: f922bf446f56c03bb80cc3e4ded44b89a86a5fa6 +- file: + name: 1768345774-dense-vector-docvalues-add-base64-format.yaml + checksum: 7327a304fb866d5b047bd3b15c9df3f7dcfb1906 +- file: + name: 1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml + checksum: ae8fc64039b38d1618baa02f6ba21b1a9ab5e8ba +- file: + name: 1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml + checksum: 4b7f3bef0254c0368a552f4fb4ed70df936ffd00 +- file: + name: 1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml + checksum: c4e9f43cb30ab3bb359c573b6217bfa398a136cc From e16100faa0c809275150a7c10c90d10ff04704af Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 13 Jan 2026 21:48:50 -0800 Subject: [PATCH 4/5] Change filename --- docs/changelog.yml | 90 +++++++++---------- ...3.yml => cloud-serverless-2025-01-13.yaml} | 0 2 files changed, 45 insertions(+), 45 deletions(-) rename docs/changelog/bundles/{cloud-serverless-2025-01-13.yml => cloud-serverless-2025-01-13.yaml} (100%) diff --git a/docs/changelog.yml b/docs/changelog.yml index 7cb9bb48be1ff..9e18ab88119bc 100644 --- a/docs/changelog.yml +++ b/docs/changelog.yml @@ -235,49 +235,49 @@ label_to_areas: # Product-specific label blockers (optional) # Maps product IDs to lists of labels that prevent changelog creation for that product # If you run the changelog add command with the --prs option and a PR has any of these labels, the changelog is not created -add_blockers: - elasticsearch,cloud-serverless: - - ">non-issue" - - ">test" - - ">refactoring" - - ":Delivery/Build" - - ":Delivery/Tooling" +# add_blockers: +# elasticsearch,cloud-serverless: +# - ">non-issue" +# - ">test" +# - ">refactoring" +# - ":Delivery/Build" +# - ":Delivery/Tooling" -# render_blockers: -# cloud-serverless: -# areas: -# - Allocation -# - Audit -# - Authentication -# - Autoscaling -# - CCR -# - CCS -# - "Cluster Coordination" -# - Codec -# - "Discovery-Plugins" -# - Engine -# - FIPS -# - Health -# - "ILM+SLM" -# - "IdentityProvider" -# - "Infra/CLI" -# - "Circuit Breakers" -# - "Infra/Core" -# - "Infra/Entitlements" -# - "Infra/Logging" -# - "Infra/Metrics" -# - "Infra/Node Lifecycle" -# - "Infra/Plugins" -# - "Infra/Transport API" -# - License -# - Monitoring -# - Packaging -# - Searchable Snapshots -# - "Snapshot/Restore" -# - Stats -# - Watcher -# types: -# - docs -# elasticsearch: -# types: -# - docs \ No newline at end of file +render_blockers: + cloud-serverless: + areas: + - Allocation + - Audit + - Authentication + - Autoscaling + - CCR + - CCS + - "Cluster Coordination" + - Codec + - "Discovery-Plugins" + - Engine + - FIPS + - Health + - "ILM+SLM" + - "IdentityProvider" + - "Infra/CLI" + - "Circuit Breakers" + - "Infra/Core" + - "Infra/Entitlements" + - "Infra/Logging" + - "Infra/Metrics" + - "Infra/Node Lifecycle" + - "Infra/Plugins" + - "Infra/Transport API" + - License + - Monitoring + - Packaging + - Searchable Snapshots + - "Snapshot/Restore" + - Stats + - Watcher + types: + - docs + elasticsearch: + types: + - docs \ No newline at end of file diff --git a/docs/changelog/bundles/cloud-serverless-2025-01-13.yml b/docs/changelog/bundles/cloud-serverless-2025-01-13.yaml similarity index 100% rename from docs/changelog/bundles/cloud-serverless-2025-01-13.yml rename to docs/changelog/bundles/cloud-serverless-2025-01-13.yaml From 484467732e8308bc6c23a49b4bac8a59ca456810 Mon Sep 17 00:00:00 2001 From: lcawl Date: Wed, 14 Jan 2026 00:50:19 -0800 Subject: [PATCH 5/5] Refresh --- docs/changelog.yml | 90 +++++++++---------- ...ite-counts-for-copy-in-repo-analysis.yaml} | 0 ...nection-failure-at-warn-level-for-sn.yaml} | 0 ...e-vector-docvalues-add-base64-format.yaml} | 0 ...ax-support-and-parsing-for-set-appro.yaml} | 0 ...ng-hash-from-synthetic-id-for-transl.yaml} | 0 ...ty-by-placing-parent---child-centroi.yaml} | 0 ...-reference-links-to-longform-elastic.yaml} | 0 ...entroids-should-always-be-block-enco.yaml} | 0 ...633-[docs]-applies_to-syntax-changes.yaml} | 0 ...ed-async-search-wont-show-on-any-api.yaml} | 0 ...]-include-rerank-in-supported-tasks-.yaml} | 0 ...e_by_query-and-_update_by_query-for-.yaml} | 0 ...one-to-add-and-sub-operators,-and-co.yaml} | 0 ...ookup-join-performance-with-cacheddi.yaml} | 0 ...t-`packedvaluesblockhash.bytes`-to-`.yaml} | 0 docs/elasticsearch-2025-01-13.txt | 15 ++++ .../cloud-serverless-2025-01-13.yaml | 56 ++++++------ 18 files changed, 88 insertions(+), 73 deletions(-) rename docs/changelog/2025-01-13/{1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml => 1768378626-fix-read-write-counts-for-copy-in-repo-analysis.yaml} (100%) rename docs/changelog/2025-01-13/{1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml => 1768378627-always-log-connection-failure-at-warn-level-for-sn.yaml} (100%) rename docs/changelog/2025-01-13/{1768345774-dense-vector-docvalues-add-base64-format.yaml => 1768378628-dense-vector-docvalues-add-base64-format.yaml} (100%) rename docs/changelog/2025-01-13/{1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml => 1768378628-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml} (100%) rename docs/changelog/2025-01-13/{1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml => 1768378629-retrieve-routing-hash-from-synthetic-id-for-transl.yaml} (100%) rename docs/changelog/2025-01-13/{1768345776-improve-locality-by-placing-parent---child-centroi.yaml => 1768378630-improve-locality-by-placing-parent---child-centroi.yaml} (100%) rename docs/changelog/2025-01-13/{1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml => 1768378631-[docs]-add-api-reference-links-to-longform-elastic.yaml} (100%) rename docs/changelog/2025-01-13/{1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml => 1768378632-diskbbq-tail-centroids-should-always-be-block-enco.yaml} (100%) rename docs/changelog/2025-01-13/{1768345777-[docs]-applies_to-syntax-changes.yaml => 1768378633-[docs]-applies_to-syntax-changes.yaml} (100%) rename docs/changelog/2025-01-13/{1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml => 1768378634-bugfix-deleted-async-search-wont-show-on-any-api.yaml} (100%) rename docs/changelog/2025-01-13/{1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml => 1768378635-[inference-api]-include-rerank-in-supported-tasks-.yaml} (100%) rename docs/changelog/2025-01-13/{1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml => 1768378635-disable-_delete_by_query-and-_update_by_query-for-.yaml} (100%) rename docs/changelog/2025-01-13/{1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml => 1768378636-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml} (100%) rename docs/changelog/2025-01-13/{1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml => 1768378637-esql-improve-lookup-join-performance-with-cacheddi.yaml} (100%) rename docs/changelog/2025-01-13/{1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml => 1768378638-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml} (100%) create mode 100644 docs/elasticsearch-2025-01-13.txt rename docs/{changelog/bundles => release-notes/changelog-bundles}/cloud-serverless-2025-01-13.yaml (55%) diff --git a/docs/changelog.yml b/docs/changelog.yml index 9e18ab88119bc..7cb9bb48be1ff 100644 --- a/docs/changelog.yml +++ b/docs/changelog.yml @@ -235,49 +235,49 @@ label_to_areas: # Product-specific label blockers (optional) # Maps product IDs to lists of labels that prevent changelog creation for that product # If you run the changelog add command with the --prs option and a PR has any of these labels, the changelog is not created -# add_blockers: -# elasticsearch,cloud-serverless: -# - ">non-issue" -# - ">test" -# - ">refactoring" -# - ":Delivery/Build" -# - ":Delivery/Tooling" +add_blockers: + elasticsearch,cloud-serverless: + - ">non-issue" + - ">test" + - ">refactoring" + - ":Delivery/Build" + - ":Delivery/Tooling" -render_blockers: - cloud-serverless: - areas: - - Allocation - - Audit - - Authentication - - Autoscaling - - CCR - - CCS - - "Cluster Coordination" - - Codec - - "Discovery-Plugins" - - Engine - - FIPS - - Health - - "ILM+SLM" - - "IdentityProvider" - - "Infra/CLI" - - "Circuit Breakers" - - "Infra/Core" - - "Infra/Entitlements" - - "Infra/Logging" - - "Infra/Metrics" - - "Infra/Node Lifecycle" - - "Infra/Plugins" - - "Infra/Transport API" - - License - - Monitoring - - Packaging - - Searchable Snapshots - - "Snapshot/Restore" - - Stats - - Watcher - types: - - docs - elasticsearch: - types: - - docs \ No newline at end of file +# render_blockers: +# cloud-serverless: +# areas: +# - Allocation +# - Audit +# - Authentication +# - Autoscaling +# - CCR +# - CCS +# - "Cluster Coordination" +# - Codec +# - "Discovery-Plugins" +# - Engine +# - FIPS +# - Health +# - "ILM+SLM" +# - "IdentityProvider" +# - "Infra/CLI" +# - "Circuit Breakers" +# - "Infra/Core" +# - "Infra/Entitlements" +# - "Infra/Logging" +# - "Infra/Metrics" +# - "Infra/Node Lifecycle" +# - "Infra/Plugins" +# - "Infra/Transport API" +# - License +# - Monitoring +# - Packaging +# - Searchable Snapshots +# - "Snapshot/Restore" +# - Stats +# - Watcher +# types: +# - docs +# elasticsearch: +# types: +# - docs \ No newline at end of file diff --git a/docs/changelog/2025-01-13/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml b/docs/changelog/2025-01-13/1768378626-fix-read-write-counts-for-copy-in-repo-analysis.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml rename to docs/changelog/2025-01-13/1768378626-fix-read-write-counts-for-copy-in-repo-analysis.yaml diff --git a/docs/changelog/2025-01-13/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml b/docs/changelog/2025-01-13/1768378627-always-log-connection-failure-at-warn-level-for-sn.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml rename to docs/changelog/2025-01-13/1768378627-always-log-connection-failure-at-warn-level-for-sn.yaml diff --git a/docs/changelog/2025-01-13/1768345774-dense-vector-docvalues-add-base64-format.yaml b/docs/changelog/2025-01-13/1768378628-dense-vector-docvalues-add-base64-format.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345774-dense-vector-docvalues-add-base64-format.yaml rename to docs/changelog/2025-01-13/1768378628-dense-vector-docvalues-add-base64-format.yaml diff --git a/docs/changelog/2025-01-13/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml b/docs/changelog/2025-01-13/1768378628-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml rename to docs/changelog/2025-01-13/1768378628-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml diff --git a/docs/changelog/2025-01-13/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml b/docs/changelog/2025-01-13/1768378629-retrieve-routing-hash-from-synthetic-id-for-transl.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml rename to docs/changelog/2025-01-13/1768378629-retrieve-routing-hash-from-synthetic-id-for-transl.yaml diff --git a/docs/changelog/2025-01-13/1768345776-improve-locality-by-placing-parent---child-centroi.yaml b/docs/changelog/2025-01-13/1768378630-improve-locality-by-placing-parent---child-centroi.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345776-improve-locality-by-placing-parent---child-centroi.yaml rename to docs/changelog/2025-01-13/1768378630-improve-locality-by-placing-parent---child-centroi.yaml diff --git a/docs/changelog/2025-01-13/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml b/docs/changelog/2025-01-13/1768378631-[docs]-add-api-reference-links-to-longform-elastic.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml rename to docs/changelog/2025-01-13/1768378631-[docs]-add-api-reference-links-to-longform-elastic.yaml diff --git a/docs/changelog/2025-01-13/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml b/docs/changelog/2025-01-13/1768378632-diskbbq-tail-centroids-should-always-be-block-enco.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml rename to docs/changelog/2025-01-13/1768378632-diskbbq-tail-centroids-should-always-be-block-enco.yaml diff --git a/docs/changelog/2025-01-13/1768345777-[docs]-applies_to-syntax-changes.yaml b/docs/changelog/2025-01-13/1768378633-[docs]-applies_to-syntax-changes.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345777-[docs]-applies_to-syntax-changes.yaml rename to docs/changelog/2025-01-13/1768378633-[docs]-applies_to-syntax-changes.yaml diff --git a/docs/changelog/2025-01-13/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml b/docs/changelog/2025-01-13/1768378634-bugfix-deleted-async-search-wont-show-on-any-api.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml rename to docs/changelog/2025-01-13/1768378634-bugfix-deleted-async-search-wont-show-on-any-api.yaml diff --git a/docs/changelog/2025-01-13/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml b/docs/changelog/2025-01-13/1768378635-[inference-api]-include-rerank-in-supported-tasks-.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml rename to docs/changelog/2025-01-13/1768378635-[inference-api]-include-rerank-in-supported-tasks-.yaml diff --git a/docs/changelog/2025-01-13/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml b/docs/changelog/2025-01-13/1768378635-disable-_delete_by_query-and-_update_by_query-for-.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml rename to docs/changelog/2025-01-13/1768378635-disable-_delete_by_query-and-_update_by_query-for-.yaml diff --git a/docs/changelog/2025-01-13/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml b/docs/changelog/2025-01-13/1768378636-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml rename to docs/changelog/2025-01-13/1768378636-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml diff --git a/docs/changelog/2025-01-13/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml b/docs/changelog/2025-01-13/1768378637-esql-improve-lookup-join-performance-with-cacheddi.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml rename to docs/changelog/2025-01-13/1768378637-esql-improve-lookup-join-performance-with-cacheddi.yaml diff --git a/docs/changelog/2025-01-13/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml b/docs/changelog/2025-01-13/1768378638-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml similarity index 100% rename from docs/changelog/2025-01-13/1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml rename to docs/changelog/2025-01-13/1768378638-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml diff --git a/docs/elasticsearch-2025-01-13.txt b/docs/elasticsearch-2025-01-13.txt new file mode 100644 index 0000000000000..9591aedba3522 --- /dev/null +++ b/docs/elasticsearch-2025-01-13.txt @@ -0,0 +1,15 @@ +https://github.com/elastic/elasticsearch/pull/140086 +https://github.com/elastic/elasticsearch/pull/140149 +https://github.com/elastic/elasticsearch/pull/140094 +https://github.com/elastic/elasticsearch/pull/139908 +https://github.com/elastic/elasticsearch/pull/140221 +https://github.com/elastic/elasticsearch/pull/140293 +https://github.com/elastic/elasticsearch/pull/138466 +https://github.com/elastic/elasticsearch/pull/139835 +https://github.com/elastic/elasticsearch/pull/140275 +https://github.com/elastic/elasticsearch/pull/140385 +https://github.com/elastic/elasticsearch/pull/140331 +https://github.com/elastic/elasticsearch/pull/140301 +https://github.com/elastic/elasticsearch/pull/140101 +https://github.com/elastic/elasticsearch/pull/139314 +https://github.com/elastic/elasticsearch/pull/140171 \ No newline at end of file diff --git a/docs/changelog/bundles/cloud-serverless-2025-01-13.yaml b/docs/release-notes/changelog-bundles/cloud-serverless-2025-01-13.yaml similarity index 55% rename from docs/changelog/bundles/cloud-serverless-2025-01-13.yaml rename to docs/release-notes/changelog-bundles/cloud-serverless-2025-01-13.yaml index 984059dd67586..6b7fc02d31c24 100644 --- a/docs/changelog/bundles/cloud-serverless-2025-01-13.yaml +++ b/docs/release-notes/changelog-bundles/cloud-serverless-2025-01-13.yaml @@ -3,47 +3,47 @@ products: target: 2025-01-13 entries: - file: - name: 1768345776-[docs]-add-api-reference-links-to-longform-elastic.yaml - checksum: 7a0c17544455c2934a023bfd23b35d8b6722b678 + name: 1768378635-[inference-api]-include-rerank-in-supported-tasks-.yaml + checksum: 94aac992578b3ea227746a57c186a3bf9cc26ebe - file: - name: 1768345777-diskbbq-tail-centroids-should-always-be-block-enco.yaml - checksum: 8bb5069b15dd63a1b540d88f35a12776370708ba + name: 1768378626-fix-read-write-counts-for-copy-in-repo-analysis.yaml + checksum: c7fa74edba48d286e13bc4e456f0f4a6f6a7c2ee - file: - name: 1768345778-[inference-api]-include-rerank-in-supported-tasks-.yaml - checksum: 94aac992578b3ea227746a57c186a3bf9cc26ebe + name: 1768378638-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml + checksum: 9aa50aef7201374b379fa0276da94fabc59e7598 - file: - name: 1768345778-bugfix-deleted-async-search-wont-show-on-any-api.yaml - checksum: dffba59d4a8def8f63e1ecdaaadd3e5b376cd4d4 + name: 1768378631-[docs]-add-api-reference-links-to-longform-elastic.yaml + checksum: 7a0c17544455c2934a023bfd23b35d8b6722b678 - file: - name: 1768345776-improve-locality-by-placing-parent---child-centroi.yaml - checksum: 0bace95e5efe98f3650e098e209cff02de10f866 + name: 1768378635-disable-_delete_by_query-and-_update_by_query-for-.yaml + checksum: 4b7f3bef0254c0368a552f4fb4ed70df936ffd00 - file: - name: 1768345780-esql-improve-lookup-join-performance-with-cacheddi.yaml - checksum: f565cd926e3250e5936e456df7d02d620d27e362 + name: 1768378632-diskbbq-tail-centroids-should-always-be-block-enco.yaml + checksum: 8bb5069b15dd63a1b540d88f35a12776370708ba - file: - name: 1768345773-fix-read-write-counts-for-copy-in-repo-analysis.yaml - checksum: c7fa74edba48d286e13bc4e456f0f4a6f6a7c2ee + name: 1768378633-[docs]-applies_to-syntax-changes.yaml + checksum: f922bf446f56c03bb80cc3e4ded44b89a86a5fa6 - file: - name: 1768345774-always-log-connection-failure-at-warn-level-for-sn.yaml + name: 1768378627-always-log-connection-failure-at-warn-level-for-sn.yaml checksum: 38d9d0164a207cd3f32a8885a53f6b3c3c8d55a0 - file: - name: 1768345775-retrieve-routing-hash-from-synthetic-id-for-transl.yaml - checksum: b2a3304cd93d690947c99407f338bd29d687083d + name: 1768378634-bugfix-deleted-async-search-wont-show-on-any-api.yaml + checksum: dffba59d4a8def8f63e1ecdaaadd3e5b376cd4d4 - file: - name: 1768345781-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml - checksum: 9aa50aef7201374b379fa0276da94fabc59e7598 + name: 1768378629-retrieve-routing-hash-from-synthetic-id-for-transl.yaml + checksum: b2a3304cd93d690947c99407f338bd29d687083d - file: - name: 1768345777-[docs]-applies_to-syntax-changes.yaml - checksum: f922bf446f56c03bb80cc3e4ded44b89a86a5fa6 + name: 1768378637-esql-improve-lookup-join-performance-with-cacheddi.yaml + checksum: f565cd926e3250e5936e456df7d02d620d27e362 - file: - name: 1768345774-dense-vector-docvalues-add-base64-format.yaml - checksum: 7327a304fb866d5b047bd3b15c9df3f7dcfb1906 + name: 1768378636-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml + checksum: c4e9f43cb30ab3bb359c573b6217bfa398a136cc - file: - name: 1768345775-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml + name: 1768378628-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml checksum: ae8fc64039b38d1618baa02f6ba21b1a9ab5e8ba - file: - name: 1768345779-disable-_delete_by_query-and-_update_by_query-for-.yaml - checksum: 4b7f3bef0254c0368a552f4fb4ed70df936ffd00 + name: 1768378630-improve-locality-by-placing-parent---child-centroi.yaml + checksum: 0bace95e5efe98f3650e098e209cff02de10f866 - file: - name: 1768345780-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml - checksum: c4e9f43cb30ab3bb359c573b6217bfa398a136cc + name: 1768378628-dense-vector-docvalues-add-base64-format.yaml + checksum: 7327a304fb866d5b047bd3b15c9df3f7dcfb1906