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/1768378626-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 new file mode 100644 index 0000000000000..f49e69bfc961c --- /dev/null +++ b/docs/changelog/2025-01-13/1768378626-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/1768378627-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 new file mode 100644 index 0000000000000..c6c56f203dff8 --- /dev/null +++ b/docs/changelog/2025-01-13/1768378627-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/1768378628-dense-vector-docvalues-add-base64-format.yaml b/docs/changelog/2025-01-13/1768378628-dense-vector-docvalues-add-base64-format.yaml new file mode 100644 index 0000000000000..ad4b743235e73 --- /dev/null +++ b/docs/changelog/2025-01-13/1768378628-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/1768378628-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 new file mode 100644 index 0000000000000..c9358e407451b --- /dev/null +++ b/docs/changelog/2025-01-13/1768378628-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/1768378629-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 new file mode 100644 index 0000000000000..dcbf23d03de4b --- /dev/null +++ b/docs/changelog/2025-01-13/1768378629-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/1768378630-improve-locality-by-placing-parent---child-centroi.yaml b/docs/changelog/2025-01-13/1768378630-improve-locality-by-placing-parent---child-centroi.yaml new file mode 100644 index 0000000000000..d45bef49f46ed --- /dev/null +++ b/docs/changelog/2025-01-13/1768378630-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/1768378631-[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 new file mode 100644 index 0000000000000..e66bc61f0083e --- /dev/null +++ b/docs/changelog/2025-01-13/1768378631-[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/1768378632-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 new file mode 100644 index 0000000000000..6d3afd6c7ec87 --- /dev/null +++ b/docs/changelog/2025-01-13/1768378632-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/1768378633-[docs]-applies_to-syntax-changes.yaml b/docs/changelog/2025-01-13/1768378633-[docs]-applies_to-syntax-changes.yaml new file mode 100644 index 0000000000000..9043cad9c5fbe --- /dev/null +++ b/docs/changelog/2025-01-13/1768378633-[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/1768378634-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 new file mode 100644 index 0000000000000..6623eb4378621 --- /dev/null +++ b/docs/changelog/2025-01-13/1768378634-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/1768378635-[inference-api]-include-rerank-in-supported-tasks-.yaml b/docs/changelog/2025-01-13/1768378635-[inference-api]-include-rerank-in-supported-tasks-.yaml new file mode 100644 index 0000000000000..3f0c9b44629cf --- /dev/null +++ b/docs/changelog/2025-01-13/1768378635-[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/1768378635-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 new file mode 100644 index 0000000000000..5a71ee347b726 --- /dev/null +++ b/docs/changelog/2025-01-13/1768378635-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/1768378636-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 new file mode 100644 index 0000000000000..30828391cecf2 --- /dev/null +++ b/docs/changelog/2025-01-13/1768378636-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/1768378637-esql-improve-lookup-join-performance-with-cacheddi.yaml b/docs/changelog/2025-01-13/1768378637-esql-improve-lookup-join-performance-with-cacheddi.yaml new file mode 100644 index 0000000000000..b23ab0aa19d25 --- /dev/null +++ b/docs/changelog/2025-01-13/1768378637-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/1768378638-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml b/docs/changelog/2025-01-13/1768378638-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml new file mode 100644 index 0000000000000..504ef60094f71 --- /dev/null +++ b/docs/changelog/2025-01-13/1768378638-[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' 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/release-notes/changelog-bundles/cloud-serverless-2025-01-13.yaml b/docs/release-notes/changelog-bundles/cloud-serverless-2025-01-13.yaml new file mode 100644 index 0000000000000..6b7fc02d31c24 --- /dev/null +++ b/docs/release-notes/changelog-bundles/cloud-serverless-2025-01-13.yaml @@ -0,0 +1,49 @@ +products: +- product: cloud-serverless + target: 2025-01-13 +entries: +- file: + name: 1768378635-[inference-api]-include-rerank-in-supported-tasks-.yaml + checksum: 94aac992578b3ea227746a57c186a3bf9cc26ebe +- file: + name: 1768378626-fix-read-write-counts-for-copy-in-repo-analysis.yaml + checksum: c7fa74edba48d286e13bc4e456f0f4a6f6a7c2ee +- file: + name: 1768378638-[es|ql]-convert-`packedvaluesblockhash.bytes`-to-`.yaml + checksum: 9aa50aef7201374b379fa0276da94fabc59e7598 +- file: + name: 1768378631-[docs]-add-api-reference-links-to-longform-elastic.yaml + checksum: 7a0c17544455c2934a023bfd23b35d8b6722b678 +- file: + name: 1768378635-disable-_delete_by_query-and-_update_by_query-for-.yaml + checksum: 4b7f3bef0254c0368a552f4fb4ed70df936ffd00 +- file: + name: 1768378632-diskbbq-tail-centroids-should-always-be-block-enco.yaml + checksum: 8bb5069b15dd63a1b540d88f35a12776370708ba +- file: + name: 1768378633-[docs]-applies_to-syntax-changes.yaml + checksum: f922bf446f56c03bb80cc3e4ded44b89a86a5fa6 +- file: + name: 1768378627-always-log-connection-failure-at-warn-level-for-sn.yaml + checksum: 38d9d0164a207cd3f32a8885a53f6b3c3c8d55a0 +- file: + name: 1768378634-bugfix-deleted-async-search-wont-show-on-any-api.yaml + checksum: dffba59d4a8def8f63e1ecdaaadd3e5b376cd4d4 +- file: + name: 1768378629-retrieve-routing-hash-from-synthetic-id-for-transl.yaml + checksum: b2a3304cd93d690947c99407f338bd29d687083d +- file: + name: 1768378637-esql-improve-lookup-join-performance-with-cacheddi.yaml + checksum: f565cd926e3250e5936e456df7d02d620d27e362 +- file: + name: 1768378636-esql-add-timezone-to-add-and-sub-operators,-and-co.yaml + checksum: c4e9f43cb30ab3bb359c573b6217bfa398a136cc +- file: + name: 1768378628-es|ql-add-syntax-support-and-parsing-for-set-appro.yaml + checksum: ae8fc64039b38d1618baa02f6ba21b1a9ab5e8ba +- file: + name: 1768378630-improve-locality-by-placing-parent---child-centroi.yaml + checksum: 0bace95e5efe98f3650e098e209cff02de10f866 +- file: + name: 1768378628-dense-vector-docvalues-add-base64-format.yaml + checksum: 7327a304fb866d5b047bd3b15c9df3f7dcfb1906