diff --git a/docs/changelog.yml b/docs/changelog.yml
index e66f5e86a2c77..3c4e0d5207c95 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/new/122491.yaml b/docs/changelog/new/122491.yaml
new file mode 100644
index 0000000000000..26b35063d4a76
--- /dev/null
+++ b/docs/changelog/new/122491.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: 122491
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Ingest Node
+title: Add CEF processor to Ingest node
diff --git a/docs/changelog/new/127053.yaml b/docs/changelog/new/127053.yaml
new file mode 100644
index 0000000000000..3c0ebdd51fa12
--- /dev/null
+++ b/docs/changelog/new/127053.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: 127053
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Monitoring
+title: Add missing fields in monitoring logstash mb template mapping
diff --git a/docs/changelog/new/128602.yaml b/docs/changelog/new/128602.yaml
new file mode 100644
index 0000000000000..40dd05961fdb9
--- /dev/null
+++ b/docs/changelog/new/128602.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: 128602
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Fixing KDE evaluate() to return correct ValueAndMagnitude object
diff --git a/docs/changelog/new/130564.yaml b/docs/changelog/new/130564.yaml
new file mode 100644
index 0000000000000..f44cf25ec6655
--- /dev/null
+++ b/docs/changelog/new/130564.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: 130564
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Enable early termination for HNSW by default
diff --git a/docs/changelog/new/132388.yaml b/docs/changelog/new/132388.yaml
new file mode 100644
index 0000000000000..a30bbbea25179
--- /dev/null
+++ b/docs/changelog/new/132388.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: 132388
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add NVIDIA support to Inference Plugin
diff --git a/docs/changelog/new/132757.yaml b/docs/changelog/new/132757.yaml
new file mode 100644
index 0000000000000..65895d86613c3
--- /dev/null
+++ b/docs/changelog/new/132757.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: 132757
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Late materialization after TopN (Node level)'
diff --git a/docs/changelog/new/132962.yaml b/docs/changelog/new/132962.yaml
new file mode 100644
index 0000000000000..18fe4c1bed026
--- /dev/null
+++ b/docs/changelog/new/132962.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: 132962
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Don't store keyword multi fields when they trip ignore_above
diff --git a/docs/changelog/new/133405.yaml b/docs/changelog/new/133405.yaml
new file mode 100644
index 0000000000000..60e12132e4b5f
--- /dev/null
+++ b/docs/changelog/new/133405.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: 133405
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Fix wrong pruning of plans with no output columns'
diff --git a/docs/changelog/new/134320.yaml b/docs/changelog/new/134320.yaml
new file mode 100644
index 0000000000000..60f41676e2254
--- /dev/null
+++ b/docs/changelog/new/134320.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: 134320
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Add CHUNK function
diff --git a/docs/changelog/new/134361.yaml b/docs/changelog/new/134361.yaml
new file mode 100644
index 0000000000000..38f4166ad3335
--- /dev/null
+++ b/docs/changelog/new/134361.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: 134361
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Cluster Coordination
+title: Add `ThreadWatchdog` to `ClusterApplierService`
diff --git a/docs/changelog/new/134604.yaml b/docs/changelog/new/134604.yaml
new file mode 100644
index 0000000000000..95025fb1b5c49
--- /dev/null
+++ b/docs/changelog/new/134604.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: 134604
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Security
+title: Adds certificate identity field to cross-cluster API keys
diff --git a/docs/changelog/new/134708.yaml b/docs/changelog/new/134708.yaml
new file mode 100644
index 0000000000000..0dfe5ce704c02
--- /dev/null
+++ b/docs/changelog/new/134708.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: 134708
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: ' Default semantic_text fields to ELSER on EIS when available'
diff --git a/docs/changelog/new/134709.yaml b/docs/changelog/new/134709.yaml
new file mode 100644
index 0000000000000..62517cbd936ff
--- /dev/null
+++ b/docs/changelog/new/134709.yaml
@@ -0,0 +1,92 @@
+##### 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: 134709
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- CRUD
+- Mapping
+title: 'OTLP: store units in mappings'
diff --git a/docs/changelog/new/135231.yaml b/docs/changelog/new/135231.yaml
new file mode 100644
index 0000000000000..42d47f4e6b84d
--- /dev/null
+++ b/docs/changelog/new/135231.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: 135231
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Improve PIT context relocation
diff --git a/docs/changelog/new/135380.yaml b/docs/changelog/new/135380.yaml
new file mode 100644
index 0000000000000..90f91b4e2fe2e
--- /dev/null
+++ b/docs/changelog/new/135380.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: 135380
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Add DirectIO bulk rescoring
diff --git a/docs/changelog/new/135434.yaml b/docs/changelog/new/135434.yaml
new file mode 100644
index 0000000000000..d2a45a599db4e
--- /dev/null
+++ b/docs/changelog/new/135434.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: 135434
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Support extra output field in TOP function
diff --git a/docs/changelog/new/135549.yaml b/docs/changelog/new/135549.yaml
new file mode 100644
index 0000000000000..93b48acf92a64
--- /dev/null
+++ b/docs/changelog/new/135549.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: 135549
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Add time range bucketing attribute to APM took time latency metrics
diff --git a/docs/changelog/new/135597.yaml b/docs/changelog/new/135597.yaml
new file mode 100644
index 0000000000000..46b75a1770c59
--- /dev/null
+++ b/docs/changelog/new/135597.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: 135597
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: Reapply "Track shardStarted events for simulation in DesiredBalanceComputer"
diff --git a/docs/changelog/new/135644.yaml b/docs/changelog/new/135644.yaml
new file mode 100644
index 0000000000000..54e48355e9c94
--- /dev/null
+++ b/docs/changelog/new/135644.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: 135644
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Indices APIs
+title: Add small optimizations to `PUT _component_template` API
diff --git a/docs/changelog/new/135674.yaml b/docs/changelog/new/135674.yaml
new file mode 100644
index 0000000000000..de7e67fa649e3
--- /dev/null
+++ b/docs/changelog/new/135674.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: 135674
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Security
+title: Send cross cluster api key signature as header
diff --git a/docs/changelog/new/135701.yaml b/docs/changelog/new/135701.yaml
new file mode 100644
index 0000000000000..35e0fdcf13c33
--- /dev/null
+++ b/docs/changelog/new/135701.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: 135701
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add Google Model Garden's Meta, Mistral, Hugging Face and Ai21 providers support to Inference Plugin
diff --git a/docs/changelog/new/135714.yaml b/docs/changelog/new/135714.yaml
new file mode 100644
index 0000000000000..888c5a973fa61
--- /dev/null
+++ b/docs/changelog/new/135714.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: 135714
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Improve SingleValueMatchQuery performance
diff --git a/docs/changelog/new/135734.yaml b/docs/changelog/new/135734.yaml
new file mode 100644
index 0000000000000..94d8bd541fa88
--- /dev/null
+++ b/docs/changelog/new/135734.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: 135734
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Fill in topn values if competitive'
diff --git a/docs/changelog/new/135744.yaml b/docs/changelog/new/135744.yaml
new file mode 100644
index 0000000000000..6b2703aa3046a
--- /dev/null
+++ b/docs/changelog/new/135744.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: 135744
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Non-Correlated Subquery in FROM command
diff --git a/docs/changelog/new/135765.yaml b/docs/changelog/new/135765.yaml
new file mode 100644
index 0000000000000..d5929c6510f09
--- /dev/null
+++ b/docs/changelog/new/135765.yaml
@@ -0,0 +1,92 @@
+##### 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: 135765
+type: deprecation
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Indices APIs
+- ILM+SLM
+title: Add deprecation notice for max_size rollover condition
diff --git a/docs/changelog/new/135778.yaml b/docs/changelog/new/135778.yaml
new file mode 100644
index 0000000000000..acfaffc6eefe5
--- /dev/null
+++ b/docs/changelog/new/135778.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: 135778
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Add on-disk rescoring to disk BBQ
diff --git a/docs/changelog/new/135800.yaml b/docs/changelog/new/135800.yaml
new file mode 100644
index 0000000000000..d30135efb5a33
--- /dev/null
+++ b/docs/changelog/new/135800.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: 135800
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: 'Switch TextExpansionQueryBuilder and TextEmbeddingQueryVectorBuilder to return 400 instead of 500 errors '
diff --git a/docs/changelog/new/135834.yaml b/docs/changelog/new/135834.yaml
new file mode 100644
index 0000000000000..1395b240ed41b
--- /dev/null
+++ b/docs/changelog/new/135834.yaml
@@ -0,0 +1,92 @@
+##### 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: 135834
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ILM+SLM
+- Downsampling
+title: Move force merge from the downsmapling request to the ILM action
diff --git a/docs/changelog/new/135851.yaml b/docs/changelog/new/135851.yaml
new file mode 100644
index 0000000000000..a4b0770370755
--- /dev/null
+++ b/docs/changelog/new/135851.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: 135851
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: DiskBBQ - missing min competitive similarity check on tail docs
diff --git a/docs/changelog/new/135880.yaml b/docs/changelog/new/135880.yaml
new file mode 100644
index 0000000000000..769bffa37fa4d
--- /dev/null
+++ b/docs/changelog/new/135880.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: 135880
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Adds Internal mechanisms and retriever for MMR based result diversification
diff --git a/docs/changelog/new/135883.yaml b/docs/changelog/new/135883.yaml
new file mode 100644
index 0000000000000..04fe95cf87738
--- /dev/null
+++ b/docs/changelog/new/135883.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: 135883
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Improve block loader for source only runtime geo_point fields
diff --git a/docs/changelog/new/135886.yaml b/docs/changelog/new/135886.yaml
new file mode 100644
index 0000000000000..e7a34327665b8
--- /dev/null
+++ b/docs/changelog/new/135886.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: 135886
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Provide defaults for index sort settings
diff --git a/docs/changelog/new/135895.yaml b/docs/changelog/new/135895.yaml
new file mode 100644
index 0000000000000..570c98280bc52
--- /dev/null
+++ b/docs/changelog/new/135895.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: 135895
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Add optional parameters support to KQL function
diff --git a/docs/changelog/new/135901.yaml b/docs/changelog/new/135901.yaml
new file mode 100644
index 0000000000000..43e360c71fbb2
--- /dev/null
+++ b/docs/changelog/new/135901.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: 135901
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: support dot and parameters in FUSE GROUP BY'
diff --git a/docs/changelog/new/135949.yaml b/docs/changelog/new/135949.yaml
new file mode 100644
index 0000000000000..efa5c0dd197a9
--- /dev/null
+++ b/docs/changelog/new/135949.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: 135949
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Indices APIs
+title: Add convenience API key param to remote reindex
diff --git a/docs/changelog/new/135961.yaml b/docs/changelog/new/135961.yaml
new file mode 100644
index 0000000000000..7edd888767764
--- /dev/null
+++ b/docs/changelog/new/135961.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: 135961
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+title: Late materialization of dimension fields in time-series
diff --git a/docs/changelog/new/136039.yaml b/docs/changelog/new/136039.yaml
new file mode 100644
index 0000000000000..a8ce7b507acb6
--- /dev/null
+++ b/docs/changelog/new/136039.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: 136039
+type: breaking-change
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- CCS
+title: Disable cross-cluster functionality for `_fleet/_fleet_search`
diff --git a/docs/changelog/new/136043.yaml b/docs/changelog/new/136043.yaml
new file mode 100644
index 0000000000000..b6479e913b665
--- /dev/null
+++ b/docs/changelog/new/136043.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: 136043
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: 'allocation: add balancer round summary as metrics'
diff --git a/docs/changelog/new/136065.yaml b/docs/changelog/new/136065.yaml
new file mode 100644
index 0000000000000..81cacd6d2fb28
--- /dev/null
+++ b/docs/changelog/new/136065.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: 136065
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Manage AD results indices
diff --git a/docs/changelog/new/136066.yaml b/docs/changelog/new/136066.yaml
new file mode 100644
index 0000000000000..eee3035c3a8f8
--- /dev/null
+++ b/docs/changelog/new/136066.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: 136066
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: Simulate shards moved by explicit commands
diff --git a/docs/changelog/new/136072.yaml b/docs/changelog/new/136072.yaml
new file mode 100644
index 0000000000000..9e457678d52a3
--- /dev/null
+++ b/docs/changelog/new/136072.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: 136072
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Extend time range bucketing attributes to retrievers
diff --git a/docs/changelog/new/136086.yaml b/docs/changelog/new/136086.yaml
new file mode 100644
index 0000000000000..2af695a24778d
--- /dev/null
+++ b/docs/changelog/new/136086.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: 136086
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Relevance
+title: Delay automaton creation in BinaryDvConfirmedQuery to avoid OOM on queries against WildCard fields
diff --git a/docs/changelog/new/136103.yaml b/docs/changelog/new/136103.yaml
new file mode 100644
index 0000000000000..29f5136206dcf
--- /dev/null
+++ b/docs/changelog/new/136103.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: 136103
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Enable the TEXT_EMBEDDING function in non-snapshot build
diff --git a/docs/changelog/new/136104.yaml b/docs/changelog/new/136104.yaml
new file mode 100644
index 0000000000000..dfb92dc0a930f
--- /dev/null
+++ b/docs/changelog/new/136104.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: 136104
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Add support for Full Text Functions and Lucene Pushable Predicates for Lookup Join'
diff --git a/docs/changelog/new/136120.yaml b/docs/changelog/new/136120.yaml
new file mode 100644
index 0000000000000..65876b3f3d99c
--- /dev/null
+++ b/docs/changelog/new/136120.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: 136120
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Allow updating inference_id of semantic_text fields
diff --git a/docs/changelog/new/136133.yaml b/docs/changelog/new/136133.yaml
new file mode 100644
index 0000000000000..be8edcee66aef
--- /dev/null
+++ b/docs/changelog/new/136133.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: 136133
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Implement `network_direction` function'
diff --git a/docs/changelog/new/136141.yaml b/docs/changelog/new/136141.yaml
new file mode 100644
index 0000000000000..3d90ceb724d65
--- /dev/null
+++ b/docs/changelog/new/136141.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: 136141
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Health
+title: Add settings for health indicator shard_capacity thresholds
diff --git a/docs/changelog/new/136143.yaml b/docs/changelog/new/136143.yaml
new file mode 100644
index 0000000000000..51808e23927ff
--- /dev/null
+++ b/docs/changelog/new/136143.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: 136143
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Optionally ignore field when indexed field name exceeds length limit
diff --git a/docs/changelog/new/136167.yaml b/docs/changelog/new/136167.yaml
new file mode 100644
index 0000000000000..e3e9253336894
--- /dev/null
+++ b/docs/changelog/new/136167.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: 136167
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Remove worst-case additional 50ms latency for non-rate limited requests
diff --git a/docs/changelog/new/136195.yaml b/docs/changelog/new/136195.yaml
new file mode 100644
index 0000000000000..249d86adab7e7
--- /dev/null
+++ b/docs/changelog/new/136195.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: 136195
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Further simplify SingleValueMatchQuery
diff --git a/docs/changelog/new/136265.yaml b/docs/changelog/new/136265.yaml
new file mode 100644
index 0000000000000..fd978ddfca695
--- /dev/null
+++ b/docs/changelog/new/136265.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: 136265
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Adding `match_only_text` subfield to `*.display_name` fields
diff --git a/docs/changelog/new/136266.yaml b/docs/changelog/new/136266.yaml
new file mode 100644
index 0000000000000..1b2d31a2dac27
--- /dev/null
+++ b/docs/changelog/new/136266.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: 136266
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: fix Page.equals()'
diff --git a/docs/changelog/new/136299.yaml b/docs/changelog/new/136299.yaml
new file mode 100644
index 0000000000000..da599a07b2b84
--- /dev/null
+++ b/docs/changelog/new/136299.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: 136299
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Security
+title: Validate Certificate Identity provided in Cross Cluster API Key Certificate
diff --git a/docs/changelog/new/136350.yaml b/docs/changelog/new/136350.yaml
new file mode 100644
index 0000000000000..8eb45534e751b
--- /dev/null
+++ b/docs/changelog/new/136350.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: 136350
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Snapshot/Restore
+title: Prevent NPE when generating snapshot metrics before initial cluster state is set
diff --git a/docs/changelog/new/136386.yaml b/docs/changelog/new/136386.yaml
new file mode 100644
index 0000000000000..a427e0b11f58b
--- /dev/null
+++ b/docs/changelog/new/136386.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: 136386
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Network
+title: Limit concurrent TLS handshakes
diff --git a/docs/changelog/new/136412.yaml b/docs/changelog/new/136412.yaml
new file mode 100644
index 0000000000000..df33fd77a7c62
--- /dev/null
+++ b/docs/changelog/new/136412.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: 136412
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add cached tokens to Unified API response
diff --git a/docs/changelog/new/136438.yaml b/docs/changelog/new/136438.yaml
new file mode 100644
index 0000000000000..142bb61835a32
--- /dev/null
+++ b/docs/changelog/new/136438.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: 136438
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: BlockSourceReader should always apply source filtering
diff --git a/docs/changelog/new/136441.yaml b/docs/changelog/new/136441.yaml
new file mode 100644
index 0000000000000..11169ae15ad60
--- /dev/null
+++ b/docs/changelog/new/136441.yaml
@@ -0,0 +1,92 @@
+##### 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: 136441
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+- ES|QL
+title: 'ES|QL: Add TRANGE ES|QL function'
diff --git a/docs/changelog/new/136448.yaml b/docs/changelog/new/136448.yaml
new file mode 100644
index 0000000000000..348f87e6b63c7
--- /dev/null
+++ b/docs/changelog/new/136448.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: 136448
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Add `m` alias for `minute` duration literal
diff --git a/docs/changelog/new/136481.yaml b/docs/changelog/new/136481.yaml
new file mode 100644
index 0000000000000..c9a2badff109f
--- /dev/null
+++ b/docs/changelog/new/136481.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: 136481
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Dfs query phase coordinator metric
diff --git a/docs/changelog/new/136541.yaml b/docs/changelog/new/136541.yaml
new file mode 100644
index 0000000000000..152053ce93266
--- /dev/null
+++ b/docs/changelog/new/136541.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: 136541
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Multiple patterns for grok command'
diff --git a/docs/changelog/new/136547.yaml b/docs/changelog/new/136547.yaml
new file mode 100644
index 0000000000000..eb49dda94ae0d
--- /dev/null
+++ b/docs/changelog/new/136547.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: 136547
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Fetch search phase coordinator duration APM metric
diff --git a/docs/changelog/new/136548.yaml b/docs/changelog/new/136548.yaml
new file mode 100644
index 0000000000000..afa9618ca770b
--- /dev/null
+++ b/docs/changelog/new/136548.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: 136548
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Locale and timezone argument for date_parse'
diff --git a/docs/changelog/new/136610.yaml b/docs/changelog/new/136610.yaml
new file mode 100644
index 0000000000000..5fa1e98a43cc0
--- /dev/null
+++ b/docs/changelog/new/136610.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: 136610
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'pushing down eval expression when it requires data access '
diff --git a/docs/changelog/new/136624.yaml b/docs/changelog/new/136624.yaml
new file mode 100644
index 0000000000000..271ba8f7e8025
--- /dev/null
+++ b/docs/changelog/new/136624.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: 136624
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Implement OpenShift AI integration for chat completion, embeddings, and reranking
diff --git a/docs/changelog/new/136632.yaml b/docs/changelog/new/136632.yaml
new file mode 100644
index 0000000000000..96ad17be750a4
--- /dev/null
+++ b/docs/changelog/new/136632.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: 136632
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Search
+title: Field caps transport changes to return for each original expression what it was resolved to
diff --git a/docs/changelog/new/136646.yaml b/docs/changelog/new/136646.yaml
new file mode 100644
index 0000000000000..813bc70ba6d87
--- /dev/null
+++ b/docs/changelog/new/136646.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: 136646
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Can match search shard phase APM metric
diff --git a/docs/changelog/new/136703.yaml b/docs/changelog/new/136703.yaml
new file mode 100644
index 0000000000000..c5ff037f24a96
--- /dev/null
+++ b/docs/changelog/new/136703.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: 136703
+type: breaking-change
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- CCS
+title: Disable cross-cluster functionality for `_fleet/_fleet_msearch`
diff --git a/docs/changelog/new/136713.yaml b/docs/changelog/new/136713.yaml
new file mode 100644
index 0000000000000..d8b55af78d514
--- /dev/null
+++ b/docs/changelog/new/136713.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: 136713
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Transition EIS auth polling to persistent task on a single node
diff --git a/docs/changelog/new/136805.yaml b/docs/changelog/new/136805.yaml
new file mode 100644
index 0000000000000..cd5caf457e4ca
--- /dev/null
+++ b/docs/changelog/new/136805.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: 136805
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Allow single fork branch
diff --git a/docs/changelog/new/136813.yaml b/docs/changelog/new/136813.yaml
new file mode 100644
index 0000000000000..18045df4183e6
--- /dev/null
+++ b/docs/changelog/new/136813.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: 136813
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Downsampling
+title: Add new sampling method to the Downsample API
diff --git a/docs/changelog/new/136828.yaml b/docs/changelog/new/136828.yaml
new file mode 100644
index 0000000000000..a9d38404b9fc4
--- /dev/null
+++ b/docs/changelog/new/136828.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: 136828
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'Can match phase coordinator duration APM metric '
diff --git a/docs/changelog/new/136854.yaml b/docs/changelog/new/136854.yaml
new file mode 100644
index 0000000000000..857de6764f6d7
--- /dev/null
+++ b/docs/changelog/new/136854.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: 136854
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'SQL: do not attempt to canonicalize InnerAggregate'
diff --git a/docs/changelog/new/136890.yaml b/docs/changelog/new/136890.yaml
new file mode 100644
index 0000000000000..6972ed2a92617
--- /dev/null
+++ b/docs/changelog/new/136890.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: 136890
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Infra/REST API
+title: 'cat API: added endpoint for Circuit Breakers'
diff --git a/docs/changelog/new/136891.yaml b/docs/changelog/new/136891.yaml
new file mode 100644
index 0000000000000..526ad86f8bc8e
--- /dev/null
+++ b/docs/changelog/new/136891.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: 136891
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: fixing bug when handling 1d literal vectors
diff --git a/docs/changelog/new/136915.yaml b/docs/changelog/new/136915.yaml
new file mode 100644
index 0000000000000..475042a1fbd03
--- /dev/null
+++ b/docs/changelog/new/136915.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: 136915
+type: breaking-change
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Implement native synthetic source for normalized keywords
diff --git a/docs/changelog/new/136931.yaml b/docs/changelog/new/136931.yaml
new file mode 100644
index 0000000000000..3f6d72da9853c
--- /dev/null
+++ b/docs/changelog/new/136931.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: 136931
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Don't allow MV_EXPAND prior to STATS with TS
diff --git a/docs/changelog/new/136951.yaml b/docs/changelog/new/136951.yaml
new file mode 100644
index 0000000000000..dd091b979ec01
--- /dev/null
+++ b/docs/changelog/new/136951.yaml
@@ -0,0 +1,92 @@
+##### 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: 136951
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ILM+SLM
+- Downsampling
+title: Support different downsampling methods through ILM
diff --git a/docs/changelog/new/136988.yaml b/docs/changelog/new/136988.yaml
new file mode 100644
index 0000000000000..2f2be83cdec3b
--- /dev/null
+++ b/docs/changelog/new/136988.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: 136988
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Enable score function in release builds'
diff --git a/docs/changelog/new/136996.yaml b/docs/changelog/new/136996.yaml
new file mode 100644
index 0000000000000..703a6c761855f
--- /dev/null
+++ b/docs/changelog/new/136996.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: 136996
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Security
+title: Add periodic PKC JWK set reloading capability to JWT realm.
diff --git a/docs/changelog/new/137017.yaml b/docs/changelog/new/137017.yaml
new file mode 100644
index 0000000000000..b29503400801c
--- /dev/null
+++ b/docs/changelog/new/137017.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: 137017
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: manage INLINE STATS count(*) on result sets with no columns'
diff --git a/docs/changelog/new/137023.yaml b/docs/changelog/new/137023.yaml
new file mode 100644
index 0000000000000..a04003a32f19b
--- /dev/null
+++ b/docs/changelog/new/137023.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: 137023
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Downsampling
+title: Support choosing the downsampling method in data stream lifecycle
diff --git a/docs/changelog/new/137024.yaml b/docs/changelog/new/137024.yaml
new file mode 100644
index 0000000000000..d31aae6c0d52b
--- /dev/null
+++ b/docs/changelog/new/137024.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: 137024
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'Catch-and-rethrow TooComplexToDeterminizeException '
diff --git a/docs/changelog/new/137026.yaml b/docs/changelog/new/137026.yaml
new file mode 100644
index 0000000000000..22d7a89162b6f
--- /dev/null
+++ b/docs/changelog/new/137026.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: 137026
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Improve value loading for match_only_text mapping'
diff --git a/docs/changelog/new/137040.yaml b/docs/changelog/new/137040.yaml
new file mode 100644
index 0000000000000..832802c0eef67
--- /dev/null
+++ b/docs/changelog/new/137040.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: 137040
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: introduce a new interface to declare functions depending on the `@timestamp` attribute'
diff --git a/docs/changelog/new/137050.yaml b/docs/changelog/new/137050.yaml
new file mode 100644
index 0000000000000..65ad8f997297f
--- /dev/null
+++ b/docs/changelog/new/137050.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: 137050
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Fixes memory leak in BytesRefLongBlockHash
diff --git a/docs/changelog/new/137072.yaml b/docs/changelog/new/137072.yaml
new file mode 100644
index 0000000000000..1b08348245273
--- /dev/null
+++ b/docs/changelog/new/137072.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: 137072
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Adding base64 indexing for vector values
diff --git a/docs/changelog/new/137082.yaml b/docs/changelog/new/137082.yaml
new file mode 100644
index 0000000000000..a15ca85114a9c
--- /dev/null
+++ b/docs/changelog/new/137082.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: 137082
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Validate multiple GROK patterns individually'
diff --git a/docs/changelog/new/137210.yaml b/docs/changelog/new/137210.yaml
new file mode 100644
index 0000000000000..8a6d66a66bd6d
--- /dev/null
+++ b/docs/changelog/new/137210.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: 137210
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Snapshot/Restore
+title: Introduce INDEX_SHARD_COUNT_FORMAT
diff --git a/docs/changelog/new/137220.yaml b/docs/changelog/new/137220.yaml
new file mode 100644
index 0000000000000..bf1f99998d1ac
--- /dev/null
+++ b/docs/changelog/new/137220.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: 137220
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Skip dataframes when disabled
diff --git a/docs/changelog/new/137244.yaml b/docs/changelog/new/137244.yaml
new file mode 100644
index 0000000000000..c15965889a15d
--- /dev/null
+++ b/docs/changelog/new/137244.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: 137244
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Preserve deployments with zero allocations during assignment planning
diff --git a/docs/changelog/new/137249.yaml b/docs/changelog/new/137249.yaml
new file mode 100644
index 0000000000000..4feab40b30617
--- /dev/null
+++ b/docs/changelog/new/137249.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: 137249
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Add chunk_rescorer usage to output of explain and profile for text_similarity_rank_retriever
diff --git a/docs/changelog/new/137263.yaml b/docs/changelog/new/137263.yaml
new file mode 100644
index 0000000000000..ac5417eed7457
--- /dev/null
+++ b/docs/changelog/new/137263.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: 137263
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add late chunking configuration for JinaAI embedding task settings
diff --git a/docs/changelog/new/137274.yaml b/docs/changelog/new/137274.yaml
new file mode 100644
index 0000000000000..0905293dcf7ab
--- /dev/null
+++ b/docs/changelog/new/137274.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: 137274
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+title: Use a new synthetic _id format for time-series datastreams
diff --git a/docs/changelog/new/137297.yaml b/docs/changelog/new/137297.yaml
new file mode 100644
index 0000000000000..5945a63ee0eb4
--- /dev/null
+++ b/docs/changelog/new/137297.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: 137297
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Fixed inconsistency in the isSyntheticSourceEnabled flag
diff --git a/docs/changelog/new/137302.yaml b/docs/changelog/new/137302.yaml
new file mode 100644
index 0000000000000..4bc65e5fd4920
--- /dev/null
+++ b/docs/changelog/new/137302.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: 137302
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Security
+title: Add audit log testing for cert-based cross-cluster authentication
diff --git a/docs/changelog/new/137306.yaml b/docs/changelog/new/137306.yaml
new file mode 100644
index 0000000000000..d5cd5c78ab78c
--- /dev/null
+++ b/docs/changelog/new/137306.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: 137306
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: Shard started reroute high priority
diff --git a/docs/changelog/new/137331.yaml b/docs/changelog/new/137331.yaml
new file mode 100644
index 0000000000000..d0d10d40935ce
--- /dev/null
+++ b/docs/changelog/new/137331.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: 137331
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+title: Add ES93BloomFilterStoredFieldsFormat for efficient field existence checks
diff --git a/docs/changelog/new/137367.yaml b/docs/changelog/new/137367.yaml
new file mode 100644
index 0000000000000..3eb712a269c14
--- /dev/null
+++ b/docs/changelog/new/137367.yaml
@@ -0,0 +1,92 @@
+##### 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: 137367
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+- ES|QL
+title: 'ESQL: GROUP BY ALL'
diff --git a/docs/changelog/new/137382.yaml b/docs/changelog/new/137382.yaml
new file mode 100644
index 0000000000000..d41e5a41db938
--- /dev/null
+++ b/docs/changelog/new/137382.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: 137382
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Make field fusion generic'
diff --git a/docs/changelog/new/137395.yaml b/docs/changelog/new/137395.yaml
new file mode 100644
index 0000000000000..90e0eaf842aa3
--- /dev/null
+++ b/docs/changelog/new/137395.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: 137395
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Fix attribute only in full text function not found'
diff --git a/docs/changelog/new/137409.yaml b/docs/changelog/new/137409.yaml
new file mode 100644
index 0000000000000..b9ae16f776ec6
--- /dev/null
+++ b/docs/changelog/new/137409.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: 137409
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Coordinator phase duration APM metric attributes
diff --git a/docs/changelog/new/137434.yaml b/docs/changelog/new/137434.yaml
new file mode 100644
index 0000000000000..a3b2c6794241f
--- /dev/null
+++ b/docs/changelog/new/137434.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: 137434
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Require basic licence for the Elastic Inference Service
diff --git a/docs/changelog/new/137450.yaml b/docs/changelog/new/137450.yaml
new file mode 100644
index 0000000000000..ca9a0a01054e5
--- /dev/null
+++ b/docs/changelog/new/137450.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: 137450
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Timezone support in DATE_TRUNC, BUCKET and TBUCKET'
diff --git a/docs/changelog/new/137455.yaml b/docs/changelog/new/137455.yaml
new file mode 100644
index 0000000000000..c56d58af1eac8
--- /dev/null
+++ b/docs/changelog/new/137455.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: 137455
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Transform
+title: Preview index request
diff --git a/docs/changelog/new/137530.yaml b/docs/changelog/new/137530.yaml
new file mode 100644
index 0000000000000..973d73c3f6f45
--- /dev/null
+++ b/docs/changelog/new/137530.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: 137530
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: allows field caps to be cross project
diff --git a/docs/changelog/new/137533.yaml b/docs/changelog/new/137533.yaml
new file mode 100644
index 0000000000000..f200f68c1bd68
--- /dev/null
+++ b/docs/changelog/new/137533.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: 137533
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Search
+title: Speed up sorts on secondary sort fields
diff --git a/docs/changelog/new/137536.yaml b/docs/changelog/new/137536.yaml
new file mode 100644
index 0000000000000..38ec562fc348a
--- /dev/null
+++ b/docs/changelog/new/137536.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: 137536
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Search
+title: Use DV rewrites where possible in Keyword queries
diff --git a/docs/changelog/new/137560.yaml b/docs/changelog/new/137560.yaml
new file mode 100644
index 0000000000000..4764981cfaa2e
--- /dev/null
+++ b/docs/changelog/new/137560.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: 137560
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'SQL: More friendly exceptions for validation errors'
diff --git a/docs/changelog/new/137566.yaml b/docs/changelog/new/137566.yaml
new file mode 100644
index 0000000000000..de75a1a7df127
--- /dev/null
+++ b/docs/changelog/new/137566.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: 137566
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- CCS
+title: Add support for `project_routing` for `_search` and `_async_search`
diff --git a/docs/changelog/new/137567.yaml b/docs/changelog/new/137567.yaml
new file mode 100644
index 0000000000000..00d941d9e9d89
--- /dev/null
+++ b/docs/changelog/new/137567.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: 137567
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: TransportGetBasicStatusAction runs on local
diff --git a/docs/changelog/new/137572.yaml b/docs/changelog/new/137572.yaml
new file mode 100644
index 0000000000000..172efe14519ca
--- /dev/null
+++ b/docs/changelog/new/137572.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: 137572
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Push filters past inline stats'
diff --git a/docs/changelog/new/137598.yaml b/docs/changelog/new/137598.yaml
new file mode 100644
index 0000000000000..bbfa9e35640d6
--- /dev/null
+++ b/docs/changelog/new/137598.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: 137598
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Authentication
+title: Improve SAML error handling by adding metadata
diff --git a/docs/changelog/new/137599.yaml b/docs/changelog/new/137599.yaml
new file mode 100644
index 0000000000000..c08e8351e109b
--- /dev/null
+++ b/docs/changelog/new/137599.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: 137599
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Authentication
+title: Add in-response-to field to saml successful response
diff --git a/docs/changelog/new/137622.yaml b/docs/changelog/new/137622.yaml
new file mode 100644
index 0000000000000..75524459dd1a5
--- /dev/null
+++ b/docs/changelog/new/137622.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: 137622
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+title: Add support for merges in ES93BloomFilterStoredFieldsFormat
diff --git a/docs/changelog/new/137641.yaml b/docs/changelog/new/137641.yaml
new file mode 100644
index 0000000000000..4c917d46f123e
--- /dev/null
+++ b/docs/changelog/new/137641.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: 137641
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Let include_execution_metadata always return data, also in local only'
diff --git a/docs/changelog/new/137648.yaml b/docs/changelog/new/137648.yaml
new file mode 100644
index 0000000000000..76b30c75da9c0
--- /dev/null
+++ b/docs/changelog/new/137648.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: 137648
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Pull `OrderBy` followed by `InlineJoin` on top of it'
diff --git a/docs/changelog/new/137653.yaml b/docs/changelog/new/137653.yaml
new file mode 100644
index 0000000000000..95c4a57138f77
--- /dev/null
+++ b/docs/changelog/new/137653.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: 137653
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add daily task to manage .ml-state indices
diff --git a/docs/changelog/new/137677.yaml b/docs/changelog/new/137677.yaml
new file mode 100644
index 0000000000000..13ea075c17936
--- /dev/null
+++ b/docs/changelog/new/137677.yaml
@@ -0,0 +1,92 @@
+##### 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: 137677
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+- Inference
+title: Implementing the completion task type on EIS.
diff --git a/docs/changelog/new/137694.yaml b/docs/changelog/new/137694.yaml
new file mode 100644
index 0000000000000..2f954359bd499
--- /dev/null
+++ b/docs/changelog/new/137694.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: 137694
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: Iterate directly over contents of `RoutingNode`
diff --git a/docs/changelog/new/137705.yaml b/docs/changelog/new/137705.yaml
new file mode 100644
index 0000000000000..f885ebe2a01a8
--- /dev/null
+++ b/docs/changelog/new/137705.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: 137705
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- CCS
+title: CPS usage telemetry support
diff --git a/docs/changelog/new/137706.yaml b/docs/changelog/new/137706.yaml
new file mode 100644
index 0000000000000..0af5a38da3fde
--- /dev/null
+++ b/docs/changelog/new/137706.yaml
@@ -0,0 +1,92 @@
+##### 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: 137706
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+- ES|QL
+title: 'ESQL: Use DEFAULT_UNSORTABLE topN encoder for the TSID_DATA_TYPE'
diff --git a/docs/changelog/new/137713.yaml b/docs/changelog/new/137713.yaml
new file mode 100644
index 0000000000000..afe060b395d10
--- /dev/null
+++ b/docs/changelog/new/137713.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: 137713
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: TS Disallow renaming into timestamp prior to implicit use
diff --git a/docs/changelog/new/137728.yaml b/docs/changelog/new/137728.yaml
new file mode 100644
index 0000000000000..317cd27c346ec
--- /dev/null
+++ b/docs/changelog/new/137728.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: 137728
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- CCS
+title: Set CPS index options only when not using PIT
diff --git a/docs/changelog/new/137776.yaml b/docs/changelog/new/137776.yaml
new file mode 100644
index 0000000000000..0b8c96e87f586
--- /dev/null
+++ b/docs/changelog/new/137776.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: 137776
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Enable CCS tests for subqueries
diff --git a/docs/changelog/new/137830.yaml b/docs/changelog/new/137830.yaml
new file mode 100644
index 0000000000000..c4f6ce074fa2f
--- /dev/null
+++ b/docs/changelog/new/137830.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: 137830
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Release decay function'
diff --git a/docs/changelog/new/137833.yaml b/docs/changelog/new/137833.yaml
new file mode 100644
index 0000000000000..aa4db3f0a65a2
--- /dev/null
+++ b/docs/changelog/new/137833.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: 137833
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'EQL: enable CPS'
diff --git a/docs/changelog/new/137853.yaml b/docs/changelog/new/137853.yaml
new file mode 100644
index 0000000000000..3cd4b059463a6
--- /dev/null
+++ b/docs/changelog/new/137853.yaml
@@ -0,0 +1,92 @@
+##### 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: 137853
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Engine
+- Vector Search
+title: Use the new merge executor for intra-merge parallelism
diff --git a/docs/changelog/new/137860.yaml b/docs/changelog/new/137860.yaml
new file mode 100644
index 0000000000000..c8c56ecac47d4
--- /dev/null
+++ b/docs/changelog/new/137860.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: 137860
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Simple bulk loading for binary doc values
diff --git a/docs/changelog/new/137883.yaml b/docs/changelog/new/137883.yaml
new file mode 100644
index 0000000000000..b97648e25a20b
--- /dev/null
+++ b/docs/changelog/new/137883.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: 137883
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: addressing vector similarity concurrency issue with byte vectors
diff --git a/docs/changelog/new/137885.yaml b/docs/changelog/new/137885.yaml
new file mode 100644
index 0000000000000..bf968b76fb1f1
--- /dev/null
+++ b/docs/changelog/new/137885.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: 137885
+type: deprecation
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Infra/Logging
+title: Deprecation message for lenient Boolean parsing
diff --git a/docs/changelog/new/137907.yaml b/docs/changelog/new/137907.yaml
new file mode 100644
index 0000000000000..557ee1177c139
--- /dev/null
+++ b/docs/changelog/new/137907.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: 137907
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: prune columns when using fork
diff --git a/docs/changelog/new/137916.yaml b/docs/changelog/new/137916.yaml
new file mode 100644
index 0000000000000..14b1fb4ba63b4
--- /dev/null
+++ b/docs/changelog/new/137916.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: 137916
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- CCS
+title: Do not assume we hear back from all linked projects when validating resolved index expressions for CPS
diff --git a/docs/changelog/new/137920.yaml b/docs/changelog/new/137920.yaml
new file mode 100644
index 0000000000000..600f0987790d3
--- /dev/null
+++ b/docs/changelog/new/137920.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: 137920
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: ES|QL - Avoid retrieving unnecessary fields on node-reduce phase
diff --git a/docs/changelog/new/137941.yaml b/docs/changelog/new/137941.yaml
new file mode 100644
index 0000000000000..d33011eb6b9fb
--- /dev/null
+++ b/docs/changelog/new/137941.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: 137941
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Authentication
+title: Additional DEBUG logging on authc failures
diff --git a/docs/changelog/new/137959.yaml b/docs/changelog/new/137959.yaml
new file mode 100644
index 0000000000000..5f9c55bffbac8
--- /dev/null
+++ b/docs/changelog/new/137959.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: 137959
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Support for centroid filtering for restrictive filters
diff --git a/docs/changelog/new/137966.yaml b/docs/changelog/new/137966.yaml
new file mode 100644
index 0000000000000..32a1e5fd7cf5c
--- /dev/null
+++ b/docs/changelog/new/137966.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: 137966
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: allows PIT to be cross project
diff --git a/docs/changelog/new/137995.yaml b/docs/changelog/new/137995.yaml
new file mode 100644
index 0000000000000..99717e3d4aa77
--- /dev/null
+++ b/docs/changelog/new/137995.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: 137995
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Improve bulk loading of binary doc values
diff --git a/docs/changelog/new/138002.yaml b/docs/changelog/new/138002.yaml
new file mode 100644
index 0000000000000..61c3dd4f9aa8a
--- /dev/null
+++ b/docs/changelog/new/138002.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: 138002
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Aggregations
+title: Fix SearchContext CB memory accounting
diff --git a/docs/changelog/new/138013.yaml b/docs/changelog/new/138013.yaml
new file mode 100644
index 0000000000000..870e524abacb7
--- /dev/null
+++ b/docs/changelog/new/138013.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: 138013
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: ES|QL - Remove vectors from _source when applicable
diff --git a/docs/changelog/new/138015.yaml b/docs/changelog/new/138015.yaml
new file mode 100644
index 0000000000000..890db4220d566
--- /dev/null
+++ b/docs/changelog/new/138015.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: 138015
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Indices APIs
+title: Don't fail delete index API if an index is deleted during the request
diff --git a/docs/changelog/new/138023.yaml b/docs/changelog/new/138023.yaml
new file mode 100644
index 0000000000000..6de3e6641f053
--- /dev/null
+++ b/docs/changelog/new/138023.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: 138023
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Push down COUNT(*) BY DATE_TRUNC'
diff --git a/docs/changelog/new/138029.yaml b/docs/changelog/new/138029.yaml
new file mode 100644
index 0000000000000..721fff294e6c0
--- /dev/null
+++ b/docs/changelog/new/138029.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: 138029
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Fuse MV_MIN and MV_MAX and document process'
diff --git a/docs/changelog/new/138047.yaml b/docs/changelog/new/138047.yaml
new file mode 100644
index 0000000000000..f85f5c3970478
--- /dev/null
+++ b/docs/changelog/new/138047.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: 138047
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add configurable max_batch_size for GoogleVertexAI embedding service settings
diff --git a/docs/changelog/new/138051.yaml b/docs/changelog/new/138051.yaml
new file mode 100644
index 0000000000000..c18518594943c
--- /dev/null
+++ b/docs/changelog/new/138051.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: 138051
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: support for parameters in LIKE and RLIKE'
diff --git a/docs/changelog/new/138052.yaml b/docs/changelog/new/138052.yaml
new file mode 100644
index 0000000000000..3da52cf496735
--- /dev/null
+++ b/docs/changelog/new/138052.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: 138052
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Security
+title: Include Secure Setting Names and Keystore Modified Time in Reload API Response
diff --git a/docs/changelog/new/138072.yaml b/docs/changelog/new/138072.yaml
new file mode 100644
index 0000000000000..4a860477c7782
--- /dev/null
+++ b/docs/changelog/new/138072.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: 138072
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Snapshot/Restore
+title: Add a new setting for s3 API call timeout
diff --git a/docs/changelog/new/138105.yaml b/docs/changelog/new/138105.yaml
new file mode 100644
index 0000000000000..32fafdb5679b1
--- /dev/null
+++ b/docs/changelog/new/138105.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: 138105
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- CCS
+title: MRT should default to `true` for CPS searches
diff --git a/docs/changelog/new/138112.yaml b/docs/changelog/new/138112.yaml
new file mode 100644
index 0000000000000..957d67af85486
--- /dev/null
+++ b/docs/changelog/new/138112.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: 138112
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: ES|QL completion command constant folding
diff --git a/docs/changelog/new/138123.yaml b/docs/changelog/new/138123.yaml
new file mode 100644
index 0000000000000..673c7e8751dc1
--- /dev/null
+++ b/docs/changelog/new/138123.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: 138123
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: ES|QL Update CHUNK to support chunking_settings as optional argument
diff --git a/docs/changelog/new/138139.yaml b/docs/changelog/new/138139.yaml
new file mode 100644
index 0000000000000..a668ccd9400c8
--- /dev/null
+++ b/docs/changelog/new/138139.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: 138139
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Support window functions in time-series aggregations
diff --git a/docs/changelog/new/138160.yaml b/docs/changelog/new/138160.yaml
new file mode 100644
index 0000000000000..8ca23fdce0cb8
--- /dev/null
+++ b/docs/changelog/new/138160.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: 138160
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add missing job_id filter to Anomaly Detection data deleter
diff --git a/docs/changelog/new/138198.yaml b/docs/changelog/new/138198.yaml
new file mode 100644
index 0000000000000..0a6317436e69b
--- /dev/null
+++ b/docs/changelog/new/138198.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: 138198
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add Embedding inference task type
diff --git a/docs/changelog/new/138251.yaml b/docs/changelog/new/138251.yaml
new file mode 100644
index 0000000000000..895e8bea1bfcc
--- /dev/null
+++ b/docs/changelog/new/138251.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: 138251
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add Groq inference service
diff --git a/docs/changelog/new/138260.yaml b/docs/changelog/new/138260.yaml
new file mode 100644
index 0000000000000..17ce5bb6274d3
--- /dev/null
+++ b/docs/changelog/new/138260.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: 138260
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Health
+title: Deterministic shard availability key order
diff --git a/docs/changelog/new/138282.yaml b/docs/changelog/new/138282.yaml
new file mode 100644
index 0000000000000..5d59f83931d0c
--- /dev/null
+++ b/docs/changelog/new/138282.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: 138282
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Searchable Snapshots
+title: Allow fast blob-cache introspection by shard-id
diff --git a/docs/changelog/new/138305.yaml b/docs/changelog/new/138305.yaml
new file mode 100644
index 0000000000000..f55fb017bbecb
--- /dev/null
+++ b/docs/changelog/new/138305.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: 138305
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Rollup
+title: Fixing _rollup/data performance for a large number of indices
diff --git a/docs/changelog/new/138316.yaml b/docs/changelog/new/138316.yaml
new file mode 100644
index 0000000000000..daf115c301b50
--- /dev/null
+++ b/docs/changelog/new/138316.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: 138316
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: DateDiff timezone support'
diff --git a/docs/changelog/new/138332.yaml b/docs/changelog/new/138332.yaml
new file mode 100644
index 0000000000000..fd483044d8b80
--- /dev/null
+++ b/docs/changelog/new/138332.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: 138332
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Do not skip a remote cluster base on the query's execution time status
diff --git a/docs/changelog/new/138351.yaml b/docs/changelog/new/138351.yaml
new file mode 100644
index 0000000000000..98f351d8dc307
--- /dev/null
+++ b/docs/changelog/new/138351.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: 138351
+type: other
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Geo
+title: Bumps jts version to 1.20.0
diff --git a/docs/changelog/new/138367.yaml b/docs/changelog/new/138367.yaml
new file mode 100644
index 0000000000000..7d672e012d184
--- /dev/null
+++ b/docs/changelog/new/138367.yaml
@@ -0,0 +1,92 @@
+##### 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: 138367
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+- Indices APIs
+title: Improve no-op check in PUT _mapping API
diff --git a/docs/changelog/new/138372.yaml b/docs/changelog/new/138372.yaml
new file mode 100644
index 0000000000000..12cb0293998c5
--- /dev/null
+++ b/docs/changelog/new/138372.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: 138372
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: ES|QL - KNN function option changes
diff --git a/docs/changelog/new/138380.yaml b/docs/changelog/new/138380.yaml
new file mode 100644
index 0000000000000..566352f6d6a06
--- /dev/null
+++ b/docs/changelog/new/138380.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: 138380
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Do not use Min or Max as Top's surrogate when there is an outputField
diff --git a/docs/changelog/new/138457.yaml b/docs/changelog/new/138457.yaml
new file mode 100644
index 0000000000000..8f4960374ba7f
--- /dev/null
+++ b/docs/changelog/new/138457.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: 138457
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Intercept filters to knn queries
diff --git a/docs/changelog/new/138464.yaml b/docs/changelog/new/138464.yaml
new file mode 100644
index 0000000000000..1bb39e56fffd7
--- /dev/null
+++ b/docs/changelog/new/138464.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: 138464
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: Always prefer YES over NOT_PREFERRED when allocating unassigned shards
diff --git a/docs/changelog/new/138465.yaml b/docs/changelog/new/138465.yaml
new file mode 100644
index 0000000000000..d89b2e0a25907
--- /dev/null
+++ b/docs/changelog/new/138465.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: 138465
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: 'allocation: add duration and count metrics for write load hotspot'
diff --git a/docs/changelog/new/138467.yaml b/docs/changelog/new/138467.yaml
new file mode 100644
index 0000000000000..2b38599cc0df4
--- /dev/null
+++ b/docs/changelog/new/138467.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: 138467
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Security
+title: Always treat dash-prefixed expression as index exclusion
diff --git a/docs/changelog/new/138484.yaml b/docs/changelog/new/138484.yaml
new file mode 100644
index 0000000000000..0110fd8e37f48
--- /dev/null
+++ b/docs/changelog/new/138484.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: 138484
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add ElasticInferenceServiceDenseTextEmbeddingsServiceSettings to InferenceNamedWriteablesProvider
diff --git a/docs/changelog/new/138489.yaml b/docs/changelog/new/138489.yaml
new file mode 100644
index 0000000000000..56f89e2afcda2
--- /dev/null
+++ b/docs/changelog/new/138489.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: 138489
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Use existing `DocumentMapper` when creating new `MapperService`
diff --git a/docs/changelog/new/138492.yaml b/docs/changelog/new/138492.yaml
new file mode 100644
index 0000000000000..867e1cca30493
--- /dev/null
+++ b/docs/changelog/new/138492.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: 138492
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Enable bfloat16 and on-disk rescoring for dense vectors
diff --git a/docs/changelog/new/138515.yaml b/docs/changelog/new/138515.yaml
new file mode 100644
index 0000000000000..e75b86f3dddc8
--- /dev/null
+++ b/docs/changelog/new/138515.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: 138515
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Codec
+title: Integrate stored fields format bloom filter with synthetic _id
diff --git a/docs/changelog/new/138524.yaml b/docs/changelog/new/138524.yaml
new file mode 100644
index 0000000000000..030885b75c8bd
--- /dev/null
+++ b/docs/changelog/new/138524.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: 138524
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Codec
+title: Remove feature flag to enable binary doc value compression
diff --git a/docs/changelog/new/138541.yaml b/docs/changelog/new/138541.yaml
new file mode 100644
index 0000000000000..273786be735dd
--- /dev/null
+++ b/docs/changelog/new/138541.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: 138541
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Codec
+title: Simple bulk loading of compressed binary doc values
diff --git a/docs/changelog/new/138552.yaml b/docs/changelog/new/138552.yaml
new file mode 100644
index 0000000000000..72c8fe8c10b1c
--- /dev/null
+++ b/docs/changelog/new/138552.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: 138552
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: '[ARM] Optimized native bulk dot product scoring for Int7'
diff --git a/docs/changelog/new/138553.yaml b/docs/changelog/new/138553.yaml
new file mode 100644
index 0000000000000..586f4e906ac92
--- /dev/null
+++ b/docs/changelog/new/138553.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: 138553
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Snapshot/Restore
+title: Use common retry logic for GCS
diff --git a/docs/changelog/new/138559.yaml b/docs/changelog/new/138559.yaml
new file mode 100644
index 0000000000000..843d4f44502f5
--- /dev/null
+++ b/docs/changelog/new/138559.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: 138559
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'EQL: accept project_routing as query parameter'
diff --git a/docs/changelog/new/138564.yaml b/docs/changelog/new/138564.yaml
new file mode 100644
index 0000000000000..9031fbc45d01f
--- /dev/null
+++ b/docs/changelog/new/138564.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: 138564
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: ESQL - Add planning detailed timing to profile information
diff --git a/docs/changelog/new/138568.yaml b/docs/changelog/new/138568.yaml
new file mode 100644
index 0000000000000..2ddec11704679
--- /dev/null
+++ b/docs/changelog/new/138568.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: 138568
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+title: Use doc values skipper for _tsid in synthetic _id postings
diff --git a/docs/changelog/new/138569.yaml b/docs/changelog/new/138569.yaml
new file mode 100644
index 0000000000000..d48474f1c7519
--- /dev/null
+++ b/docs/changelog/new/138569.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: 138569
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Snapshot/Restore
+title: Ignore abort-on-cleanup failure in S3 repo
diff --git a/docs/changelog/new/138595.yaml b/docs/changelog/new/138595.yaml
new file mode 100644
index 0000000000000..93dac305066b8
--- /dev/null
+++ b/docs/changelog/new/138595.yaml
@@ -0,0 +1,92 @@
+##### 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: 138595
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+- ES|QL
+title: 'ESQL: GROUP BY ALL with the dimensions output'
diff --git a/docs/changelog/new/138621.yaml b/docs/changelog/new/138621.yaml
new file mode 100644
index 0000000000000..b7258c0b62e17
--- /dev/null
+++ b/docs/changelog/new/138621.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: 138621
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Release CHUNK function as tech preview
diff --git a/docs/changelog/new/138631.yaml b/docs/changelog/new/138631.yaml
new file mode 100644
index 0000000000000..51dc545ead582
--- /dev/null
+++ b/docs/changelog/new/138631.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: 138631
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Codec
+title: Improved bulk loading for binary doc values
diff --git a/docs/changelog/new/138634.yaml b/docs/changelog/new/138634.yaml
new file mode 100644
index 0000000000000..b8dae4db6b7da
--- /dev/null
+++ b/docs/changelog/new/138634.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: 138634
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add "close_job" parameter to the stop datafeed API
diff --git a/docs/changelog/new/138647.yaml b/docs/changelog/new/138647.yaml
new file mode 100644
index 0000000000000..b9ba2032c9c06
--- /dev/null
+++ b/docs/changelog/new/138647.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: 138647
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Run aggregations on aggregate metric double with default metric
diff --git a/docs/changelog/new/138663.yaml b/docs/changelog/new/138663.yaml
new file mode 100644
index 0000000000000..710081e19c135
--- /dev/null
+++ b/docs/changelog/new/138663.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: 138663
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Snapshot/Restore
+title: Support weaker consistency model for S3 MPUs
diff --git a/docs/changelog/new/138681.yaml b/docs/changelog/new/138681.yaml
new file mode 100644
index 0000000000000..7d70e2070d57a
--- /dev/null
+++ b/docs/changelog/new/138681.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: 138681
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Field caps to support project_routing also in the body of the request
diff --git a/docs/changelog/new/138685.yaml b/docs/changelog/new/138685.yaml
new file mode 100644
index 0000000000000..9932303da2f37
--- /dev/null
+++ b/docs/changelog/new/138685.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: 138685
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Introduce an adaptive HNSW Patience collector
diff --git a/docs/changelog/new/138695.yaml b/docs/changelog/new/138695.yaml
new file mode 100644
index 0000000000000..cf856caf71014
--- /dev/null
+++ b/docs/changelog/new/138695.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: 138695
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Add time_zone request param support to KQL and QSTR functions'
diff --git a/docs/changelog/new/138718.yaml b/docs/changelog/new/138718.yaml
new file mode 100644
index 0000000000000..0438aae0447f5
--- /dev/null
+++ b/docs/changelog/new/138718.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: 138718
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'SQL: add project_routing option'
diff --git a/docs/changelog/new/138723.yaml b/docs/changelog/new/138723.yaml
new file mode 100644
index 0000000000000..01869257e623a
--- /dev/null
+++ b/docs/changelog/new/138723.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: 138723
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Remove DOC_VALUES_SKIPPER feature flag
diff --git a/docs/changelog/new/138724.yaml b/docs/changelog/new/138724.yaml
new file mode 100644
index 0000000000000..dbdccae40a406
--- /dev/null
+++ b/docs/changelog/new/138724.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: 138724
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: AggregateMetricDouble fields should not build BKD indexes
diff --git a/docs/changelog/new/138726.yaml b/docs/changelog/new/138726.yaml
new file mode 100644
index 0000000000000..3ddfd11ce808b
--- /dev/null
+++ b/docs/changelog/new/138726.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: 138726
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Add Azure OpenAI chat completion support
diff --git a/docs/changelog/new/138728.yaml b/docs/changelog/new/138728.yaml
new file mode 100644
index 0000000000000..0d305684d0b03
--- /dev/null
+++ b/docs/changelog/new/138728.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: 138728
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Ingest Node
+title: Respect flexible field access pattern in geoip and ip_location processors
diff --git a/docs/changelog/new/138745.yaml b/docs/changelog/new/138745.yaml
new file mode 100644
index 0000000000000..c2eec919a6880
--- /dev/null
+++ b/docs/changelog/new/138745.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: 138745
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Distributed
+title: Disk usage don't include synthetic _id postings
diff --git a/docs/changelog/new/138756.yaml b/docs/changelog/new/138756.yaml
new file mode 100644
index 0000000000000..681ca394bf8e3
--- /dev/null
+++ b/docs/changelog/new/138756.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: 138756
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'SQL: Add project routing support to JDBC'
diff --git a/docs/changelog/new/138765.yaml b/docs/changelog/new/138765.yaml
new file mode 100644
index 0000000000000..e113780876fef
--- /dev/null
+++ b/docs/changelog/new/138765.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: 138765
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Feature/count by trunc with filter
diff --git a/docs/changelog/new/138776.yaml b/docs/changelog/new/138776.yaml
new file mode 100644
index 0000000000000..8872ba7aff89c
--- /dev/null
+++ b/docs/changelog/new/138776.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: 138776
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Support chunking settings for sparse embeddings in custom service
diff --git a/docs/changelog/new/138803.yaml b/docs/changelog/new/138803.yaml
new file mode 100644
index 0000000000000..17a40aa86d42e
--- /dev/null
+++ b/docs/changelog/new/138803.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: 138803
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'SQL: enable CPS'
diff --git a/docs/changelog/new/138822.yaml b/docs/changelog/new/138822.yaml
new file mode 100644
index 0000000000000..3db150b6bd38e
--- /dev/null
+++ b/docs/changelog/new/138822.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: 138822
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- CCS
+title: 'CPS: Enable flatworld search and `project_routing` for `_msearch`'
diff --git a/docs/changelog/new/138876.yaml b/docs/changelog/new/138876.yaml
new file mode 100644
index 0000000000000..12b1dea468b3c
--- /dev/null
+++ b/docs/changelog/new/138876.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: 138876
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+title: 'Use doc values skipper for @timestamp in synthetic _id postings #138568'
diff --git a/docs/changelog/new/138917.yaml b/docs/changelog/new/138917.yaml
new file mode 100644
index 0000000000000..38ce18b7b99b4
--- /dev/null
+++ b/docs/changelog/new/138917.yaml
@@ -0,0 +1,92 @@
+##### 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: 138917
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Geo
+- ES|QL
+title: Optimize geogrid functions to read points from doc-values
diff --git a/docs/changelog/new/138923.yaml b/docs/changelog/new/138923.yaml
new file mode 100644
index 0000000000000..52e14cc5eb4c4
--- /dev/null
+++ b/docs/changelog/new/138923.yaml
@@ -0,0 +1,92 @@
+##### 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: 138923
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Infra/Scripting
+- Ingest Node
+title: Bump mustache.java to 0.9.14
diff --git a/docs/changelog/new/138940.yaml b/docs/changelog/new/138940.yaml
new file mode 100644
index 0000000000000..c69f0bf9067cb
--- /dev/null
+++ b/docs/changelog/new/138940.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: 138940
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Add TOP_SNIPPETS function to return the best snippets for a field
diff --git a/docs/changelog/new/138947.yaml b/docs/changelog/new/138947.yaml
new file mode 100644
index 0000000000000..8e65100fc260d
--- /dev/null
+++ b/docs/changelog/new/138947.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: 138947
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Support date trunc in TS
diff --git a/docs/changelog/new/138961.yaml b/docs/changelog/new/138961.yaml
new file mode 100644
index 0000000000000..183546573bf0a
--- /dev/null
+++ b/docs/changelog/new/138961.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: 138961
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Add index.mapping.nested_parents.limit and raise nested fields limit to 100
diff --git a/docs/changelog/new/138962.yaml b/docs/changelog/new/138962.yaml
new file mode 100644
index 0000000000000..8050a93335ab5
--- /dev/null
+++ b/docs/changelog/new/138962.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: 138962
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Allows Cross Project for close PointInTime
diff --git a/docs/changelog/new/138968.yaml b/docs/changelog/new/138968.yaml
new file mode 100644
index 0000000000000..fa03612dcfc0a
--- /dev/null
+++ b/docs/changelog/new/138968.yaml
@@ -0,0 +1,92 @@
+##### 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: 138968
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+- Mapping
+title: Enable new exponential histograms field type
diff --git a/docs/changelog/new/138982.yaml b/docs/changelog/new/138982.yaml
new file mode 100644
index 0000000000000..dbaa98197f158
--- /dev/null
+++ b/docs/changelog/new/138982.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: 138982
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Semantic search CCS support when ccs_minimize_roundtrips=false
diff --git a/docs/changelog/new/138989.yaml b/docs/changelog/new/138989.yaml
new file mode 100644
index 0000000000000..bdaa7c3b132dc
--- /dev/null
+++ b/docs/changelog/new/138989.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: 138989
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Auto prefiltering for queries on dense semantic_text fields
diff --git a/docs/changelog/new/138993.yaml b/docs/changelog/new/138993.yaml
new file mode 100644
index 0000000000000..23880d0012c66
--- /dev/null
+++ b/docs/changelog/new/138993.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: 138993
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Authorization
+title: Add privileges to Kibana System role for management of internal indexes in support of Elastic Defend features
diff --git a/docs/changelog/new/138999.yaml b/docs/changelog/new/138999.yaml
new file mode 100644
index 0000000000000..0cd7232506484
--- /dev/null
+++ b/docs/changelog/new/138999.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: 138999
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Allow semantic_text fields to use optional GPU indexing for HNSW and int8_hnsw
diff --git a/docs/changelog/new/139053.yaml b/docs/changelog/new/139053.yaml
new file mode 100644
index 0000000000000..ea9df116f1bdb
--- /dev/null
+++ b/docs/changelog/new/139053.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: 139053
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+title: Minimize doc values fetches in TSDBSyntheticIdFieldsProducer
diff --git a/docs/changelog/new/139069.yaml b/docs/changelog/new/139069.yaml
new file mode 100644
index 0000000000000..20b21e0e00edc
--- /dev/null
+++ b/docs/changelog/new/139069.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: 139069
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: '[x64] Optimized native bulk dot product scoring for Int7'
diff --git a/docs/changelog/new/139071.yaml b/docs/changelog/new/139071.yaml
new file mode 100644
index 0000000000000..7fd20586d2b4b
--- /dev/null
+++ b/docs/changelog/new/139071.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: 139071
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Change FUSE KEY BY to receive a list of qualifiedName'
diff --git a/docs/changelog/new/139074.yaml b/docs/changelog/new/139074.yaml
new file mode 100644
index 0000000000000..6b01a9d95fc74
--- /dev/null
+++ b/docs/changelog/new/139074.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: 139074
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: '[Inference] Introduce usage limits for COMPLETION and RERANK'
diff --git a/docs/changelog/new/139075.yaml b/docs/changelog/new/139075.yaml
new file mode 100644
index 0000000000000..6975cc5451cb3
--- /dev/null
+++ b/docs/changelog/new/139075.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: 139075
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Ingest Node
+title: Bump jruby/joni to 2.2.6
diff --git a/docs/changelog/new/139084.yaml b/docs/changelog/new/139084.yaml
new file mode 100644
index 0000000000000..9cbaa4bb26b59
--- /dev/null
+++ b/docs/changelog/new/139084.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: 139084
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: 'GPU: Restrict GPU indexing to FLOAT element types'
diff --git a/docs/changelog/new/139087.yaml b/docs/changelog/new/139087.yaml
new file mode 100644
index 0000000000000..2ff559a535e2a
--- /dev/null
+++ b/docs/changelog/new/139087.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: 139087
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Disk bbq license enforcement
diff --git a/docs/changelog/new/139106.yaml b/docs/changelog/new/139106.yaml
new file mode 100644
index 0000000000000..6ab67f90d3f86
--- /dev/null
+++ b/docs/changelog/new/139106.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: 139106
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Aggregations
+title: Let terms queries rewrite to a filter on constant_keyword fields
diff --git a/docs/changelog/new/139113.yaml b/docs/changelog/new/139113.yaml
new file mode 100644
index 0000000000000..67de5595baad3
--- /dev/null
+++ b/docs/changelog/new/139113.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: 139113
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: ': Update Vector Similarity To Support BFLOAT16'
diff --git a/docs/changelog/new/139130.yaml b/docs/changelog/new/139130.yaml
new file mode 100644
index 0000000000000..5ade1691b8a68
--- /dev/null
+++ b/docs/changelog/new/139130.yaml
@@ -0,0 +1,92 @@
+##### 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: 139130
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+- ES|QL
+title: 'ESQL: Group by all optimization'
diff --git a/docs/changelog/new/139228.yaml b/docs/changelog/new/139228.yaml
new file mode 100644
index 0000000000000..6f43a02692cb9
--- /dev/null
+++ b/docs/changelog/new/139228.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: 139228
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Snapshot/Restore
+title: S3 compareAndExchange using conditional writes
diff --git a/docs/changelog/new/139244.yaml b/docs/changelog/new/139244.yaml
new file mode 100644
index 0000000000000..378b76d8e69dc
--- /dev/null
+++ b/docs/changelog/new/139244.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: 139244
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'Inference command: support for CCS.'
diff --git a/docs/changelog/new/139245.yaml b/docs/changelog/new/139245.yaml
new file mode 100644
index 0000000000000..2c5ec3c6e1a96
--- /dev/null
+++ b/docs/changelog/new/139245.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: 139245
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Authorization
+title: Add additional privileges to Kibana System role for `.endpoint-scripts-file*` indexes
diff --git a/docs/changelog/new/139247.yaml b/docs/changelog/new/139247.yaml
new file mode 100644
index 0000000000000..fa33d2623188f
--- /dev/null
+++ b/docs/changelog/new/139247.yaml
@@ -0,0 +1,92 @@
+##### 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: 139247
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- TSDB
+- Downsampling
+title: Add TDigest histogram as metric
diff --git a/docs/changelog/new/139257.yaml b/docs/changelog/new/139257.yaml
new file mode 100644
index 0000000000000..9891eda694c16
--- /dev/null
+++ b/docs/changelog/new/139257.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: 139257
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Fix metrics for took between 1 and 10 hours'
diff --git a/docs/changelog/new/139272.yaml b/docs/changelog/new/139272.yaml
new file mode 100644
index 0000000000000..a79d53ba87085
--- /dev/null
+++ b/docs/changelog/new/139272.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: 139272
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Take TOP_SNIPPETS out of snapshot
diff --git a/docs/changelog/new/139293.yaml b/docs/changelog/new/139293.yaml
new file mode 100644
index 0000000000000..9ef28a3c70f95
--- /dev/null
+++ b/docs/changelog/new/139293.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: 139293
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Search
+title: Ensure integer sorts are rewritten to long sorts for BWC indexes
diff --git a/docs/changelog/new/139318.yaml b/docs/changelog/new/139318.yaml
new file mode 100644
index 0000000000000..4f17616defe42
--- /dev/null
+++ b/docs/changelog/new/139318.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: 139318
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Remove gpu_vectors_indexing feature flag
diff --git a/docs/changelog/new/139337.yaml b/docs/changelog/new/139337.yaml
new file mode 100644
index 0000000000000..be7284b45f7b4
--- /dev/null
+++ b/docs/changelog/new/139337.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: 139337
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Security
+title: Consistently prevent using exclusion prefix on its own
diff --git a/docs/changelog/new/139347.yaml b/docs/changelog/new/139347.yaml
new file mode 100644
index 0000000000000..28d06bcf56ef6
--- /dev/null
+++ b/docs/changelog/new/139347.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: 139347
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'feat: re-enable bfloat16 in semantic text'
diff --git a/docs/changelog/new/139357.yaml b/docs/changelog/new/139357.yaml
new file mode 100644
index 0000000000000..e67bcc76cc7fc
--- /dev/null
+++ b/docs/changelog/new/139357.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: 139357
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Prune InlineJoin right aggregations by delegating to the child plan'
diff --git a/docs/changelog/new/139363.yaml b/docs/changelog/new/139363.yaml
new file mode 100644
index 0000000000000..896fb4ab0892d
--- /dev/null
+++ b/docs/changelog/new/139363.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: 139363
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Infra/Plugins
+title: Add upgrade.rollbacks mapping to .fleet-agents system index
diff --git a/docs/changelog/new/139365.yaml b/docs/changelog/new/139365.yaml
new file mode 100644
index 0000000000000..fd5f1cce17d36
--- /dev/null
+++ b/docs/changelog/new/139365.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: 139365
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: ES|QL - Add vector similarity functions to tech preview, allow pushdown of blockloader functions
diff --git a/docs/changelog/new/139366.yaml b/docs/changelog/new/139366.yaml
new file mode 100644
index 0000000000000..df58e535149c0
--- /dev/null
+++ b/docs/changelog/new/139366.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: 139366
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: 'EQL: fix project_routing'
diff --git a/docs/changelog/new/139379.yaml b/docs/changelog/new/139379.yaml
new file mode 100644
index 0000000000000..8db354098ae01
--- /dev/null
+++ b/docs/changelog/new/139379.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: 139379
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Add MV_INTERSECTION Function'
diff --git a/docs/changelog/new/139386.yaml b/docs/changelog/new/139386.yaml
new file mode 100644
index 0000000000000..4e9b33e90ddf0
--- /dev/null
+++ b/docs/changelog/new/139386.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: 139386
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Exempt internal request markers from streams request param restrictions
diff --git a/docs/changelog/new/139397.yaml b/docs/changelog/new/139397.yaml
new file mode 100644
index 0000000000000..58d7d0113725d
--- /dev/null
+++ b/docs/changelog/new/139397.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: 139397
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Fix slowness in ValuesFromManyReader.estimatedRamBytesUsed'
diff --git a/docs/changelog/new/139409.yaml b/docs/changelog/new/139409.yaml
new file mode 100644
index 0000000000000..5c375b82d6004
--- /dev/null
+++ b/docs/changelog/new/139409.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: 139409
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Use new bulk scoring dot product for max inner product
diff --git a/docs/changelog/new/139463.yaml b/docs/changelog/new/139463.yaml
new file mode 100644
index 0000000000000..0e2dd9a9e7b4c
--- /dev/null
+++ b/docs/changelog/new/139463.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: 139463
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Add bfloat16 support to rank_vectors
diff --git a/docs/changelog/new/139466.yaml b/docs/changelog/new/139466.yaml
new file mode 100644
index 0000000000000..cbd04d7f7f75f
--- /dev/null
+++ b/docs/changelog/new/139466.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: 139466
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Use binary doc values for pattern_text args column
diff --git a/docs/changelog/new/139470.yaml b/docs/changelog/new/139470.yaml
new file mode 100644
index 0000000000000..f0ea83fa6e40d
--- /dev/null
+++ b/docs/changelog/new/139470.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: 139470
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: No EsqlIllegalArgumentException for invalid window values
diff --git a/docs/changelog/new/139503.yaml b/docs/changelog/new/139503.yaml
new file mode 100644
index 0000000000000..856ef1c3a1fb4
--- /dev/null
+++ b/docs/changelog/new/139503.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: 139503
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Codec
+title: Enable large numeric blocks for TSDB codec in production
diff --git a/docs/changelog/new/139518.yaml b/docs/changelog/new/139518.yaml
new file mode 100644
index 0000000000000..761e00b395d5c
--- /dev/null
+++ b/docs/changelog/new/139518.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: 139518
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Cluster Coordination
+title: Report recent tasks updates when master starved
diff --git a/docs/changelog/new/139526.yaml b/docs/changelog/new/139526.yaml
new file mode 100644
index 0000000000000..7dfa4589acb9f
--- /dev/null
+++ b/docs/changelog/new/139526.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: 139526
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Mapping
+title: Fix index.mapping.use_doc_values_skippers defaults in serverless
diff --git a/docs/changelog/new/139607.yaml b/docs/changelog/new/139607.yaml
new file mode 100644
index 0000000000000..213390d4a1762
--- /dev/null
+++ b/docs/changelog/new/139607.yaml
@@ -0,0 +1,92 @@
+##### 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: 139607
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+- Mapping
+title: Enable TDigest field mapper and ES|QL type
diff --git a/docs/changelog/new/139630.yaml b/docs/changelog/new/139630.yaml
new file mode 100644
index 0000000000000..4fb2011804e4d
--- /dev/null
+++ b/docs/changelog/new/139630.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: 139630
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Release CCS support for FORK'
diff --git a/docs/changelog/new/139668.yaml b/docs/changelog/new/139668.yaml
new file mode 100644
index 0000000000000..3c5bef53603ab
--- /dev/null
+++ b/docs/changelog/new/139668.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: 139668
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Retry state save indefinitely
diff --git a/docs/changelog/new/139703.yaml b/docs/changelog/new/139703.yaml
new file mode 100644
index 0000000000000..16af2c0e25189
--- /dev/null
+++ b/docs/changelog/new/139703.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: 139703
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Release histogram data type
diff --git a/docs/changelog/new/139729.yaml b/docs/changelog/new/139729.yaml
new file mode 100644
index 0000000000000..2e49d3c9a1004
--- /dev/null
+++ b/docs/changelog/new/139729.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: 139729
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Snapshot/Restore
+title: Suppress Azure SDK error logs
diff --git a/docs/changelog/new/139747.yaml b/docs/changelog/new/139747.yaml
new file mode 100644
index 0000000000000..f0d15fd6b8105
--- /dev/null
+++ b/docs/changelog/new/139747.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: 139747
+type: other
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: Bump cuvs-java to 25.12
diff --git a/docs/changelog/new/139774.yaml b/docs/changelog/new/139774.yaml
new file mode 100644
index 0000000000000..741a09575fab8
--- /dev/null
+++ b/docs/changelog/new/139774.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: 139774
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: ES|QL - fix dense vector enrich bug
diff --git a/docs/changelog/new/139797.yaml b/docs/changelog/new/139797.yaml
new file mode 100644
index 0000000000000..abba71e3c9470
--- /dev/null
+++ b/docs/changelog/new/139797.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: 139797
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ES|QL: Fix aggregation on null value'
diff --git a/docs/changelog/new/139798.yaml b/docs/changelog/new/139798.yaml
new file mode 100644
index 0000000000000..79ebb89b3af98
--- /dev/null
+++ b/docs/changelog/new/139798.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: 139798
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Fix interpolation for data points at bucket boundaries
diff --git a/docs/changelog/new/139808.yaml b/docs/changelog/new/139808.yaml
new file mode 100644
index 0000000000000..14b3f9c48f4bc
--- /dev/null
+++ b/docs/changelog/new/139808.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: 139808
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Downsampling
+title: Fix bug when downsampling exponential histograms with last value
diff --git a/docs/changelog/new/139821.yaml b/docs/changelog/new/139821.yaml
new file mode 100644
index 0000000000000..de71de726f5d7
--- /dev/null
+++ b/docs/changelog/new/139821.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: 139821
+type: other
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Vector Search
+title: 'GPU: add support for cosine with cuvs 2025.12'
diff --git a/docs/changelog/new/139854.yaml b/docs/changelog/new/139854.yaml
new file mode 100644
index 0000000000000..7d858800aebff
--- /dev/null
+++ b/docs/changelog/new/139854.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: 139854
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+title: Avoiding creating DataStreamShardStats objects with negative timestamps
diff --git a/docs/changelog/new/139882.yaml b/docs/changelog/new/139882.yaml
new file mode 100644
index 0000000000000..28cdde7735471
--- /dev/null
+++ b/docs/changelog/new/139882.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: 139882
+type: enhancement
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Fix a validation message in TimeSeriesGroupByAll
diff --git a/docs/changelog/new/139922.yaml b/docs/changelog/new/139922.yaml
new file mode 100644
index 0000000000000..2290f4528d9da
--- /dev/null
+++ b/docs/changelog/new/139922.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: 139922
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Codec
+title: Binary doc values have stale value offset array if block contains all empty values
diff --git a/docs/changelog/new/140034.yaml b/docs/changelog/new/140034.yaml
new file mode 100644
index 0000000000000..d8a2c177ec61b
--- /dev/null
+++ b/docs/changelog/new/140034.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: 140034
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Fix extent reading when missing'
diff --git a/docs/changelog/new/140126.yaml b/docs/changelog/new/140126.yaml
new file mode 100644
index 0000000000000..de94cbd1c815c
--- /dev/null
+++ b/docs/changelog/new/140126.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: 140126
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Aggressively free topn'
diff --git a/docs/changelog/new/140163.yaml b/docs/changelog/new/140163.yaml
new file mode 100644
index 0000000000000..f5d159f85369f
--- /dev/null
+++ b/docs/changelog/new/140163.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: 140163
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Machine Learning
+title: Reject max_number_of_allocations > 1 for low-priority model deployments
diff --git a/docs/changelog/new/140197.yaml b/docs/changelog/new/140197.yaml
new file mode 100644
index 0000000000000..420e8864319f4
--- /dev/null
+++ b/docs/changelog/new/140197.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: 140197
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: Allow relocation to NOT_PREFERRED node for evacuating shards
diff --git a/docs/changelog/new/140199.yaml b/docs/changelog/new/140199.yaml
new file mode 100644
index 0000000000000..4b88e3e108185
--- /dev/null
+++ b/docs/changelog/new/140199.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: 140199
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: Fix Decision.Type serialization BWC
diff --git a/docs/changelog/new/140237.yaml b/docs/changelog/new/140237.yaml
new file mode 100644
index 0000000000000..8d1d59861a7cb
--- /dev/null
+++ b/docs/changelog/new/140237.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: 140237
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Allocation
+title: Overall Decision for Deciders prioritizes THROTTLE
diff --git a/docs/changelog/new/140301.yaml b/docs/changelog/new/140301.yaml
new file mode 100644
index 0000000000000..a5dbc6618a032
--- /dev/null
+++ b/docs/changelog/new/140301.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: 140301
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Reindex
+title: Disable _delete_by_query and _update_by_query for CCS/stateful
diff --git a/docs/changelog/new/140331.yaml b/docs/changelog/new/140331.yaml
new file mode 100644
index 0000000000000..26ce56feb3159
--- /dev/null
+++ b/docs/changelog/new/140331.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: 140331
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- Inference
+title: Include rerank in supported tasks for IBM watsonx integration
diff --git a/docs/changelog/new/140463.yaml b/docs/changelog/new/140463.yaml
new file mode 100644
index 0000000000000..b93d5ea5ce6c7
--- /dev/null
+++ b/docs/changelog/new/140463.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: 140463
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: introduce support for mapping-unavailable fields (Fork from #139417)'
diff --git a/docs/changelog/new/140528.yaml b/docs/changelog/new/140528.yaml
new file mode 100644
index 0000000000000..c1911fecf91ba
--- /dev/null
+++ b/docs/changelog/new/140528.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: 140528
+type: feature
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: 'ESQL: Enable nullify and fail unmapped resolution in tech-preview'
diff --git a/docs/changelog/new/140622.yaml b/docs/changelog/new/140622.yaml
new file mode 100644
index 0000000000000..e4d2a9717a7a9
--- /dev/null
+++ b/docs/changelog/new/140622.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: 140622
+type: bug-fix
+products:
+- product: elasticsearch
+ target: 9.3.0
+areas:
+- ES|QL
+title: Use sub keyword block loader with ignore_above for text fields
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/elasticsearch-9.3.0.txt b/docs/elasticsearch-9.3.0.txt
new file mode 100644
index 0000000000000..ce8003c25ce4d
--- /dev/null
+++ b/docs/elasticsearch-9.3.0.txt
@@ -0,0 +1,273 @@
+122491
+127053
+128602
+130564
+132388
+132757
+132962
+133405
+134320
+134361
+134604
+134708
+134709
+135231
+135380
+135434
+135549
+135597
+135644
+135674
+135701
+135714
+135734
+135744
+135765
+135778
+135800
+135834
+135851
+135854
+135880
+135883
+135886
+135895
+135901
+135949
+135961
+136039
+136043
+136065
+136066
+136072
+136086
+136103
+136104
+136120
+136133
+136141
+136143
+136167
+136195
+136265
+136266
+136299
+136350
+136386
+136412
+136438
+136441
+136448
+136481
+136541
+136547
+136548
+136610
+136624
+136632
+136646
+136703
+136713
+136805
+136813
+136828
+136854
+136890
+136891
+136915
+136931
+136951
+136988
+136996
+137017
+137023
+137024
+137026
+137040
+137050
+137072
+137082
+137210
+137220
+137244
+137249
+137263
+137274
+137297
+137302
+137306
+137331
+137367
+137382
+137395
+137409
+137434
+137450
+137455
+137530
+137533
+137536
+137560
+137566
+137567
+137572
+137598
+137599
+137622
+137641
+137648
+137653
+137677
+137694
+137705
+137706
+137713
+137728
+137776
+137830
+137833
+137853
+137860
+137883
+137885
+137907
+137916
+137920
+137941
+137959
+137966
+137995
+138002
+138013
+138015
+138023
+138029
+138047
+138051
+138052
+138072
+138105
+138112
+138123
+138139
+138160
+138198
+138251
+138260
+138282
+138305
+138316
+138332
+138351
+138367
+138372
+138380
+138457
+138464
+138465
+138467
+138484
+138489
+138492
+138515
+138524
+138541
+138552
+138553
+138559
+138564
+138568
+138569
+138595
+138621
+138631
+138634
+138647
+138663
+138681
+138685
+138695
+138718
+138723
+138724
+138726
+138728
+138745
+138756
+138765
+138776
+138803
+138822
+138876
+138917
+138923
+138940
+138947
+138961
+138962
+138968
+138982
+138989
+138993
+138999
+139053
+139069
+139071
+139074
+139075
+139084
+139087
+139106
+139113
+139130
+139228
+139239
+139244
+139245
+139247
+139257
+139272
+139293
+139318
+139337
+139345
+139347
+139357
+139363
+139365
+139366
+139379
+139386
+139397
+139409
+139463
+139466
+139470
+139503
+139518
+139526
+139607
+139630
+139668
+139703
+139729
+139747
+139774
+139797
+139798
+139808
+139821
+139854
+139882
+139922
+140034
+140126
+140163
+140197
+140199
+140237
+140301
+140331
+140463
+140528
+140622
\ No newline at end of file
diff --git a/docs/release-notes/_snippets/9.3.0/breaking-changes.md b/docs/release-notes/_snippets/9.3.0/breaking-changes.md
new file mode 100644
index 0000000000000..03ebfca3afebd
--- /dev/null
+++ b/docs/release-notes/_snippets/9.3.0/breaking-changes.md
@@ -0,0 +1,31 @@
+## 9.3.0 [elasticsearch-9.3.0-breaking-changes]
+
+::::{dropdown} Disable cross-cluster functionality for `_fleet/_fleet_msearch`.
+% Describe the functionality that changed
+
+For more information, check [#136703](https://github.com/elastic/elasticsearch/pull/136703).
+
+% **Impact**
_Add a description of the impact_
+
+% **Action**
_Add a description of the what action to take_
+::::
+
+::::{dropdown} Implement native synthetic source for normalized keywords.
+% Describe the functionality that changed
+
+For more information, check [#136915](https://github.com/elastic/elasticsearch/pull/136915).
+
+% **Impact**
_Add a description of the impact_
+
+% **Action**
_Add a description of the what action to take_
+::::
+
+::::{dropdown} Disable cross-cluster functionality for `_fleet/_fleet_search`.
+% Describe the functionality that changed
+
+For more information, check [#136039](https://github.com/elastic/elasticsearch/pull/136039).
+
+% **Impact**
_Add a description of the impact_
+
+% **Action**
_Add a description of the what action to take_
+::::
diff --git a/docs/release-notes/_snippets/9.3.0/deprecations.md b/docs/release-notes/_snippets/9.3.0/deprecations.md
new file mode 100644
index 0000000000000..ca4cb8200e6da
--- /dev/null
+++ b/docs/release-notes/_snippets/9.3.0/deprecations.md
@@ -0,0 +1,25 @@
+## 9.3.0 [elasticsearch-9.3.0-deprecations]
+
+**Infra/Logging**
+
+::::{dropdown} Deprecation message for lenient Boolean parsing.
+% Describe the functionality that was deprecated
+
+For more information, check [#137885](https://github.com/elastic/elasticsearch/pull/137885).
+
+% **Impact**
_Add a description of the impact_
+
+% **Action**
_Add a description of the what action to take_
+::::
+
+**Indices APIs**
+
+::::{dropdown} Add deprecation notice for max_size rollover condition.
+% Describe the functionality that was deprecated
+
+For more information, check [#135765](https://github.com/elastic/elasticsearch/pull/135765).
+
+% **Impact**
_Add a description of the impact_
+
+% **Action**
_Add a description of the what action to take_
+::::
diff --git a/docs/release-notes/_snippets/9.3.0/index.md b/docs/release-notes/_snippets/9.3.0/index.md
new file mode 100644
index 0000000000000..693ab315dce06
--- /dev/null
+++ b/docs/release-notes/_snippets/9.3.0/index.md
@@ -0,0 +1,377 @@
+## 9.3.0 [elasticsearch-release-notes-9.3.0]
+_[Breaking changes](/release-notes/breaking-changes.md#elasticsearch-9.3.0-breaking-changes) and [Deprecations](/release-notes/deprecations.md#elasticsearch-9.3.0-deprecations)._
+
+### Features and enhancements [elasticsearch-9.3.0-features-enhancements]
+
+**ES|QL**
+* ESQL: introduce support for mapping-unavailable fields (Fork from #139417). [#140463](https://github.com/elastic/elasticsearch/pull/140463)
+* ES|QL: Push down COUNT(*) BY DATE_TRUNC. [#138023](https://github.com/elastic/elasticsearch/pull/138023)
+* Enable the TEXT_EMBEDDING function in non-snapshot build. [#136103](https://github.com/elastic/elasticsearch/pull/136103)
+* ESQL: Timezone support in DATE_TRUNC, BUCKET and TBUCKET. [#137450](https://github.com/elastic/elasticsearch/pull/137450)
+* ESQL: Fuse MV_MIN and MV_MAX and document process. [#138029](https://github.com/elastic/elasticsearch/pull/138029)
+* ESQL: DateDiff timezone support. [#138316](https://github.com/elastic/elasticsearch/pull/138316)
+* ES|QL: Release decay function. [#137830](https://github.com/elastic/elasticsearch/pull/137830)
+* ES|QL: Late materialization after TopN (Node level). [#132757](https://github.com/elastic/elasticsearch/pull/132757)
+* ESQL: Add time_zone request param support to KQL and QSTR functions. [#138695](https://github.com/elastic/elasticsearch/pull/138695)
+* Feature/count by trunc with filter. [#138765](https://github.com/elastic/elasticsearch/pull/138765)
+* ES|QL: Enable score function in release builds. [#136988](https://github.com/elastic/elasticsearch/pull/136988)
+* ESQL: Enable nullify and fail unmapped resolution in tech-preview. [#140528](https://github.com/elastic/elasticsearch/pull/140528)
+* Run aggregations on aggregate metric double with default metric. [#138647](https://github.com/elastic/elasticsearch/pull/138647)
+* ES|QL: Improve value loading for match_only_text mapping. [#137026](https://github.com/elastic/elasticsearch/pull/137026)
+* ESQL: Push filters past inline stats. [#137572](https://github.com/elastic/elasticsearch/pull/137572)
+* ES|QL: Let include_execution_metadata always return data, also in local only. [#137641](https://github.com/elastic/elasticsearch/pull/137641)
+* [Inference] Introduce usage limits for COMPLETION and RERANK. [#139074](https://github.com/elastic/elasticsearch/pull/139074)
+* ESQL: Locale and timezone argument for date_parse. [#136548](https://github.com/elastic/elasticsearch/pull/136548)
+* ESQL: Fill in topn values if competitive. [#135734](https://github.com/elastic/elasticsearch/pull/135734)
+* Add TOP_SNIPPETS function to return the best snippets for a field. [#138940](https://github.com/elastic/elasticsearch/pull/138940)
+* Take TOP_SNIPPETS out of snapshot. [#139272](https://github.com/elastic/elasticsearch/pull/139272)
+* Non-Correlated Subquery in FROM command. [#135744](https://github.com/elastic/elasticsearch/pull/135744)
+* ESQL: Implement `network_direction` function. [#136133](https://github.com/elastic/elasticsearch/pull/136133)
+* ES|QL - Remove vectors from _source when applicable. [#138013](https://github.com/elastic/elasticsearch/pull/138013)
+* Inference command: support for CCS. [#139244](https://github.com/elastic/elasticsearch/pull/139244)
+* ESQL: Add support for Full Text Functions and Lucene Pushable Predicates for Lookup Join. [#136104](https://github.com/elastic/elasticsearch/pull/136104)
+* Add optional parameters support to KQL function. [#135895](https://github.com/elastic/elasticsearch/pull/135895)
+* ESQL: introduce a new interface to declare functions depending on the `@timestamp` attribute. [#137040](https://github.com/elastic/elasticsearch/pull/137040)
+* Release CHUNK function as tech preview. [#138621](https://github.com/elastic/elasticsearch/pull/138621)
+* ESQL: Multiple patterns for grok command. [#136541](https://github.com/elastic/elasticsearch/pull/136541)
+* ES|QL Update CHUNK to support chunking_settings as optional argument. [#138123](https://github.com/elastic/elasticsearch/pull/138123)
+* Support extra output field in TOP function. [#135434](https://github.com/elastic/elasticsearch/pull/135434)
+* Support window functions in time-series aggregations. [#138139](https://github.com/elastic/elasticsearch/pull/138139)
+* ESQL: Fix slowness in ValuesFromManyReader.estimatedRamBytesUsed. [#139397](https://github.com/elastic/elasticsearch/pull/139397)
+* Add CHUNK function. [#134320](https://github.com/elastic/elasticsearch/pull/134320)
+* ES|QL: Add MV_INTERSECTION Function. [#139379](https://github.com/elastic/elasticsearch/pull/139379)
+* Enable new exponential histograms field type. [#138968](https://github.com/elastic/elasticsearch/pull/138968)
+* Enable CCS tests for subqueries. [#137776](https://github.com/elastic/elasticsearch/pull/137776)
+* ESQL: Pull `OrderBy` followed by `InlineJoin` on top of it. [#137648](https://github.com/elastic/elasticsearch/pull/137648)
+* ES|QL - Avoid retrieving unnecessary fields on node-reduce phase. [#137920](https://github.com/elastic/elasticsearch/pull/137920)
+* Fix a validation message in TimeSeriesGroupByAll. [#139882](https://github.com/elastic/elasticsearch/pull/139882)
+* Add `m` alias for `minute` duration literal. [#136448](https://github.com/elastic/elasticsearch/pull/136448)
+* ES|QL: support for parameters in LIKE and RLIKE. [#138051](https://github.com/elastic/elasticsearch/pull/138051)
+* ESQL - Add planning detailed timing to profile information. [#138564](https://github.com/elastic/elasticsearch/pull/138564)
+* Allow single fork branch. [#136805](https://github.com/elastic/elasticsearch/pull/136805)
+* ES|QL: Release CCS support for FORK. [#139630](https://github.com/elastic/elasticsearch/pull/139630)
+* ESQL: Make field fusion generic. [#137382](https://github.com/elastic/elasticsearch/pull/137382)
+* ES|QL - Add vector similarity functions to tech preview, allow pushdown of blockloader functions. [#139365](https://github.com/elastic/elasticsearch/pull/139365)
+* ES|QL - KNN function option changes. [#138372](https://github.com/elastic/elasticsearch/pull/138372)
+* Enable TDigest field mapper and ES|QL type. [#139607](https://github.com/elastic/elasticsearch/pull/139607)
+* Release histogram data type. [#139703](https://github.com/elastic/elasticsearch/pull/139703)
+* ES|QL completion command constant folding. [#138112](https://github.com/elastic/elasticsearch/pull/138112)
+
+**Mapping**
+* Simple bulk loading for binary doc values. [#137860](https://github.com/elastic/elasticsearch/pull/137860)
+* AggregateMetricDouble fields should not build BKD indexes. [#138724](https://github.com/elastic/elasticsearch/pull/138724)
+* Remove DOC_VALUES_SKIPPER feature flag. [#138723](https://github.com/elastic/elasticsearch/pull/138723)
+* Add index.mapping.nested_parents.limit and raise nested fields limit to 100. [#138961](https://github.com/elastic/elasticsearch/pull/138961)
+* Improve no-op check in PUT _mapping API. [#138367](https://github.com/elastic/elasticsearch/pull/138367)
+* Optionally ignore field when indexed field name exceeds length limit. [#136143](https://github.com/elastic/elasticsearch/pull/136143)
+* Improve block loader for source only runtime geo_point fields. [#135883](https://github.com/elastic/elasticsearch/pull/135883)
+* Improve bulk loading of binary doc values. [#137995](https://github.com/elastic/elasticsearch/pull/137995)
+* Use binary doc values for pattern_text args column. [#139466](https://github.com/elastic/elasticsearch/pull/139466)
+* BlockSourceReader should always apply source filtering. [#136438](https://github.com/elastic/elasticsearch/pull/136438)
+* Use existing `DocumentMapper` when creating new `MapperService`. [#138489](https://github.com/elastic/elasticsearch/pull/138489)
+
+**Vector Search**
+* Add on-disk rescoring to disk BBQ. [#135778](https://github.com/elastic/elasticsearch/pull/135778)
+* Add bfloat16 support to rank_vectors. [#139463](https://github.com/elastic/elasticsearch/pull/139463)
+* Enable bfloat16 and on-disk rescoring for dense vectors. [#138492](https://github.com/elastic/elasticsearch/pull/138492)
+* Use new bulk scoring dot product for max inner product. [#139409](https://github.com/elastic/elasticsearch/pull/139409)
+* Allow semantic_text fields to use optional GPU indexing for HNSW and int8_hnsw. [#138999](https://github.com/elastic/elasticsearch/pull/138999)
+* Add DirectIO bulk rescoring. [#135380](https://github.com/elastic/elasticsearch/pull/135380)
+* [x64] Optimized native bulk dot product scoring for Int7. [#139069](https://github.com/elastic/elasticsearch/pull/139069)
+* Support for centroid filtering for restrictive filters. [#137959](https://github.com/elastic/elasticsearch/pull/137959)
+* Enable early termination for HNSW by default. [#130564](https://github.com/elastic/elasticsearch/pull/130564)
+* GPU: Restrict GPU indexing to FLOAT element types. [#139084](https://github.com/elastic/elasticsearch/pull/139084)
+* [ARM] Optimized native bulk dot product scoring for Int7. [#138552](https://github.com/elastic/elasticsearch/pull/138552)
+* Remove gpu_vectors_indexing feature flag. [#139318](https://github.com/elastic/elasticsearch/pull/139318)
+* Introduce an adaptive HNSW Patience collector. [#138685](https://github.com/elastic/elasticsearch/pull/138685)
+* Adding base64 indexing for vector values. [#137072](https://github.com/elastic/elasticsearch/pull/137072)
+
+**Codec**
+* Remove feature flag to enable binary doc value compression. [#138524](https://github.com/elastic/elasticsearch/pull/138524)
+* Simple bulk loading of compressed binary doc values. [#138541](https://github.com/elastic/elasticsearch/pull/138541)
+* Enable large numeric blocks for TSDB codec in production. [#139503](https://github.com/elastic/elasticsearch/pull/139503)
+* Improved bulk loading for binary doc values. [#138631](https://github.com/elastic/elasticsearch/pull/138631)
+* Integrate stored fields format bloom filter with synthetic _id. [#138515](https://github.com/elastic/elasticsearch/pull/138515)
+* Adding `match_only_text` subfield to `*.display_name` fields. [#136265](https://github.com/elastic/elasticsearch/pull/136265)
+* SQL: Add project routing support to JDBC. [#138756](https://github.com/elastic/elasticsearch/pull/138756)
+* Semantic search CCS support when ccs_minimize_roundtrips=false. [#138982](https://github.com/elastic/elasticsearch/pull/138982)
+* Improve SingleValueMatchQuery performance. [#135714](https://github.com/elastic/elasticsearch/pull/135714)
+* Feat: re-enable bfloat16 in semantic text. [#139347](https://github.com/elastic/elasticsearch/pull/139347)
+* Can match search shard phase APM metric. [#136646](https://github.com/elastic/elasticsearch/pull/136646)
+* Field caps to support project_routing also in the body of the request. [#138681](https://github.com/elastic/elasticsearch/pull/138681)
+* Add time range bucketing attribute to APM took time latency metrics. [#135549](https://github.com/elastic/elasticsearch/pull/135549)
+* Default semantic_text fields to ELSER on EIS when available. [#134708](https://github.com/elastic/elasticsearch/pull/134708)
+* Improve PIT context relocation. [#135231](https://github.com/elastic/elasticsearch/pull/135231)
+* SQL: enable CPS. [#138803](https://github.com/elastic/elasticsearch/pull/138803)
+* Can match phase coordinator duration APM metric . [#136828](https://github.com/elastic/elasticsearch/pull/136828)
+* Adds Internal mechanisms and retriever for MMR based result diversification. [#135880](https://github.com/elastic/elasticsearch/pull/135880)
+* EQL: enable CPS. [#137833](https://github.com/elastic/elasticsearch/pull/137833)
+* Coordinator phase duration APM metric attributes. [#137409](https://github.com/elastic/elasticsearch/pull/137409)
+* Allows PIT to be cross project. [#137966](https://github.com/elastic/elasticsearch/pull/137966)
+* Extend time range bucketing attributes to retrievers. [#136072](https://github.com/elastic/elasticsearch/pull/136072)
+* Fetch search phase coordinator duration APM metric. [#136547](https://github.com/elastic/elasticsearch/pull/136547)
+* EQL: accept project_routing as query parameter. [#138559](https://github.com/elastic/elasticsearch/pull/138559)
+* Further simplify SingleValueMatchQuery. [#136195](https://github.com/elastic/elasticsearch/pull/136195)
+* Dfs query phase coordinator metric. [#136481](https://github.com/elastic/elasticsearch/pull/136481)
+* Allows Cross Project for close PointInTime. [#138962](https://github.com/elastic/elasticsearch/pull/138962)
+* SQL: add project_routing option. [#138718](https://github.com/elastic/elasticsearch/pull/138718)
+* Allow updating inference_id of semantic_text fields. [#136120](https://github.com/elastic/elasticsearch/pull/136120)
+* TransportGetBasicStatusAction runs on local. [#137567](https://github.com/elastic/elasticsearch/pull/137567)
+* Allows field caps to be cross project. [#137530](https://github.com/elastic/elasticsearch/pull/137530)
+* Add chunk_rescorer usage to output of explain and profile for text_similarity_rank_retriever. [#137249](https://github.com/elastic/elasticsearch/pull/137249)
+
+**Machine Learning**
+* Implementing the completion task type on EIS. [#137677](https://github.com/elastic/elasticsearch/pull/137677)
+* Transition EIS auth polling to persistent task on a single node. [#136713](https://github.com/elastic/elasticsearch/pull/136713)
+* Add NVIDIA support to Inference Plugin. [#132388](https://github.com/elastic/elasticsearch/pull/132388)
+* Add Azure OpenAI chat completion support. [#138726](https://github.com/elastic/elasticsearch/pull/138726)
+* Add "close_job" parameter to the stop datafeed API. [#138634](https://github.com/elastic/elasticsearch/pull/138634)
+* Add Embedding inference task type. [#138198](https://github.com/elastic/elasticsearch/pull/138198)
+* Add daily task to manage .ml-state indices. [#137653](https://github.com/elastic/elasticsearch/pull/137653)
+* Add cached tokens to Unified API response. [#136412](https://github.com/elastic/elasticsearch/pull/136412)
+* Add Groq inference service. [#138251](https://github.com/elastic/elasticsearch/pull/138251)
+* Add late chunking configuration for JinaAI embedding task settings. [#137263](https://github.com/elastic/elasticsearch/pull/137263)
+* Implement OpenShift AI integration for chat completion, embeddings, and reranking. [#136624](https://github.com/elastic/elasticsearch/pull/136624)
+* Add Google Model Garden's Meta, Mistral, Hugging Face and Ai21 providers support to Inference Plugin. [#135701](https://github.com/elastic/elasticsearch/pull/135701)
+* Manage AD results indices. [#136065](https://github.com/elastic/elasticsearch/pull/136065)
+* Require basic licence for the Elastic Inference Service. [#137434](https://github.com/elastic/elasticsearch/pull/137434)
+
+**Allocation**
+* Simulate shards moved by explicit commands. [#136066](https://github.com/elastic/elasticsearch/pull/136066)
+* Iterate directly over contents of `RoutingNode`. [#137694](https://github.com/elastic/elasticsearch/pull/137694)
+* Allocation: add duration and count metrics for write load hotspot. [#138465](https://github.com/elastic/elasticsearch/pull/138465)
+* Reapply "Track shardStarted events for simulation in DesiredBalanceComputer". [#135597](https://github.com/elastic/elasticsearch/pull/135597)
+* Shard started reroute high priority. [#137306](https://github.com/elastic/elasticsearch/pull/137306)
+* Allocation: add balancer round summary as metrics. [#136043](https://github.com/elastic/elasticsearch/pull/136043)
+
+**Aggregations**
+* Let terms queries rewrite to a filter on constant_keyword fields. [#139106](https://github.com/elastic/elasticsearch/pull/139106)
+
+**Search**
+* Speed up sorts on secondary sort fields. [#137533](https://github.com/elastic/elasticsearch/pull/137533)
+* Field caps transport changes to return for each original expression what it was resolved to. [#136632](https://github.com/elastic/elasticsearch/pull/136632)
+* Use DV rewrites where possible in Keyword queries. [#137536](https://github.com/elastic/elasticsearch/pull/137536)
+
+**TSDB**
+* ES|QL: Add TRANGE ES|QL function. [#136441](https://github.com/elastic/elasticsearch/pull/136441)
+* ESQL: Group by all optimization. [#139130](https://github.com/elastic/elasticsearch/pull/139130)
+* ESQL: GROUP BY ALL with the dimensions output. [#138595](https://github.com/elastic/elasticsearch/pull/138595)
+* Minimize doc values fetches in TSDBSyntheticIdFieldsProducer. [#139053](https://github.com/elastic/elasticsearch/pull/139053)
+* Add ES93BloomFilterStoredFieldsFormat for efficient field existence checks. [#137331](https://github.com/elastic/elasticsearch/pull/137331)
+* Use a new synthetic _id format for time-series datastreams. [#137274](https://github.com/elastic/elasticsearch/pull/137274)
+* Use doc values skipper for _tsid in synthetic _id postings. [#138568](https://github.com/elastic/elasticsearch/pull/138568)
+* ESQL: GROUP BY ALL. [#137367](https://github.com/elastic/elasticsearch/pull/137367)
+* Add TDigest histogram as metric. [#139247](https://github.com/elastic/elasticsearch/pull/139247)
+* Use doc values skipper for @timestamp in synthetic _id postings #138568. [#138876](https://github.com/elastic/elasticsearch/pull/138876)
+* Late materialization of dimension fields in time-series. [#135961](https://github.com/elastic/elasticsearch/pull/135961)
+* Add support for merges in ES93BloomFilterStoredFieldsFormat. [#137622](https://github.com/elastic/elasticsearch/pull/137622)
+
+**Ingest Node**
+* Bump jruby/joni to 2.2.6. [#139075](https://github.com/elastic/elasticsearch/pull/139075)
+* Add CEF processor to Ingest node. [#122491](https://github.com/elastic/elasticsearch/pull/122491)
+
+**Security**
+* Add audit log testing for cert-based cross-cluster authentication. [#137302](https://github.com/elastic/elasticsearch/pull/137302)
+* Add periodic PKC JWK set reloading capability to JWT realm. [#136996](https://github.com/elastic/elasticsearch/pull/136996)
+* Include Secure Setting Names and Keystore Modified Time in Reload API Response. [#138052](https://github.com/elastic/elasticsearch/pull/138052)
+* Validate Certificate Identity provided in Cross Cluster API Key Certificate. [#136299](https://github.com/elastic/elasticsearch/pull/136299)
+* Send cross cluster api key signature as header. [#135674](https://github.com/elastic/elasticsearch/pull/135674)
+* Adds certificate identity field to cross-cluster API keys. [#134604](https://github.com/elastic/elasticsearch/pull/134604)
+
+**CCS**
+* CPS usage telemetry support. [#137705](https://github.com/elastic/elasticsearch/pull/137705)
+* CPS: Enable flatworld search and `project_routing` for `_msearch`. [#138822](https://github.com/elastic/elasticsearch/pull/138822)
+* Do not assume we hear back from all linked projects when validating resolved index expressions for CPS. [#137916](https://github.com/elastic/elasticsearch/pull/137916)
+* MRT should default to `true` for CPS searches. [#138105](https://github.com/elastic/elasticsearch/pull/138105)
+* Add support for `project_routing` for `_search` and `_async_search`. [#137566](https://github.com/elastic/elasticsearch/pull/137566)
+
+**Geo**
+* Optimize geogrid functions to read points from doc-values. [#138917](https://github.com/elastic/elasticsearch/pull/138917)
+
+**Snapshot/Restore**
+* Add a new setting for s3 API call timeout. [#138072](https://github.com/elastic/elasticsearch/pull/138072)
+* S3 compareAndExchange using conditional writes. [#139228](https://github.com/elastic/elasticsearch/pull/139228)
+* Use common retry logic for GCS. [#138553](https://github.com/elastic/elasticsearch/pull/138553)
+
+**Network**
+* Limit concurrent TLS handshakes. [#136386](https://github.com/elastic/elasticsearch/pull/136386)
+
+**Indices APIs**
+* Add convenience API key param to remote reindex. [#135949](https://github.com/elastic/elasticsearch/pull/135949)
+* Add small optimizations to `PUT _component_template` API. [#135644](https://github.com/elastic/elasticsearch/pull/135644)
+
+**CRUD**
+* OTLP: store units in mappings. [#134709](https://github.com/elastic/elasticsearch/pull/134709)
+
+**Authorization**
+* Add additional privileges to Kibana System role for `.endpoint-scripts-file*` indexes. [#139245](https://github.com/elastic/elasticsearch/pull/139245)
+* Add privileges to Kibana System role for management of internal indexes in support of Elastic Defend features. [#138993](https://github.com/elastic/elasticsearch/pull/138993)
+
+**Infra/REST API**
+* Cat API: added endpoint for Circuit Breakers. [#136890](https://github.com/elastic/elasticsearch/pull/136890)
+
+**Authentication**
+* Add in-response-to field to saml successful response. [#137599](https://github.com/elastic/elasticsearch/pull/137599)
+* Improve SAML error handling by adding metadata. [#137598](https://github.com/elastic/elasticsearch/pull/137598)
+* Additional DEBUG logging on authc failures. [#137941](https://github.com/elastic/elasticsearch/pull/137941)
+
+**ILM+SLM**
+* Move force merge from the downsmapling request to the ILM action. [#135834](https://github.com/elastic/elasticsearch/pull/135834)
+* Support different downsampling methods through ILM. [#136951](https://github.com/elastic/elasticsearch/pull/136951)
+
+**Cluster Coordination**
+* Add `ThreadWatchdog` to `ClusterApplierService`. [#134361](https://github.com/elastic/elasticsearch/pull/134361)
+* Report recent tasks updates when master starved. [#139518](https://github.com/elastic/elasticsearch/pull/139518)
+
+**Distributed**
+* Disk usage don't include synthetic _id postings. [#138745](https://github.com/elastic/elasticsearch/pull/138745)
+
+**Downsampling**
+* Support choosing the downsampling method in data stream lifecycle. [#137023](https://github.com/elastic/elasticsearch/pull/137023)
+* Add new sampling method to the Downsample API. [#136813](https://github.com/elastic/elasticsearch/pull/136813)
+
+**Engine**
+* Use the new merge executor for intra-merge parallelism. [#137853](https://github.com/elastic/elasticsearch/pull/137853)
+
+**Infra/Plugins**
+* Add upgrade.rollbacks mapping to .fleet-agents system index. [#139363](https://github.com/elastic/elasticsearch/pull/139363)
+
+**Searchable Snapshots**
+* Allow fast blob-cache introspection by shard-id. [#138282](https://github.com/elastic/elasticsearch/pull/138282)
+
+**Monitoring**
+* Add missing fields in monitoring logstash mb template mapping. [#127053](https://github.com/elastic/elasticsearch/pull/127053)
+
+**Infra/Scripting**
+* Bump mustache.java to 0.9.14. [#138923](https://github.com/elastic/elasticsearch/pull/138923)
+
+**Transform**
+* Preview index request. [#137455](https://github.com/elastic/elasticsearch/pull/137455)
+
+**Health**
+* Add settings for health indicator shard_capacity thresholds. [#136141](https://github.com/elastic/elasticsearch/pull/136141)
+* Deterministic shard availability key order. [#138260](https://github.com/elastic/elasticsearch/pull/138260)
+
+### Fixes [elasticsearch-9.3.0-fixes]
+
+**Allocation**
+* Fix Decision.Type serialization BWC. [#140199](https://github.com/elastic/elasticsearch/pull/140199)
+* Always prefer YES over NOT_PREFERRED when allocating unassigned shards. [#138464](https://github.com/elastic/elasticsearch/pull/138464)
+* Overall Decision for Deciders prioritizes THROTTLE. [#140237](https://github.com/elastic/elasticsearch/pull/140237)
+* Allow relocation to NOT_PREFERRED node for evacuating shards. [#140197](https://github.com/elastic/elasticsearch/pull/140197)
+
+**Indices APIs**
+* Don't fail delete index API if an index is deleted during the request. [#138015](https://github.com/elastic/elasticsearch/pull/138015)
+
+**ES|QL**
+* Fix interpolation for data points at bucket boundaries. [#139798](https://github.com/elastic/elasticsearch/pull/139798)
+* Addressing vector similarity concurrency issue with byte vectors. [#137883](https://github.com/elastic/elasticsearch/pull/137883)
+* TS Disallow renaming into timestamp prior to implicit use. [#137713](https://github.com/elastic/elasticsearch/pull/137713)
+* Use sub keyword block loader with ignore_above for text fields. [#140622](https://github.com/elastic/elasticsearch/pull/140622)
+* ES|QL: fix Page.equals(). [#136266](https://github.com/elastic/elasticsearch/pull/136266)
+* ES|QL: Fix wrong pruning of plans with no output columns. [#133405](https://github.com/elastic/elasticsearch/pull/133405)
+* ES|QL: Validate multiple GROK patterns individually. [#137082](https://github.com/elastic/elasticsearch/pull/137082)
+* Support date trunc in TS. [#138947](https://github.com/elastic/elasticsearch/pull/138947)
+* ESQL: Prune InlineJoin right aggregations by delegating to the child plan. [#139357](https://github.com/elastic/elasticsearch/pull/139357)
+* ESQL: Fix extent reading when missing. [#140034](https://github.com/elastic/elasticsearch/pull/140034)
+* ESQL: Aggressively free topn. [#140126](https://github.com/elastic/elasticsearch/pull/140126)
+* Pushing down eval expression when it requires data access . [#136610](https://github.com/elastic/elasticsearch/pull/136610)
+* ES|QL: manage INLINE STATS count(*) on result sets with no columns. [#137017](https://github.com/elastic/elasticsearch/pull/137017)
+* ES|QL: Change FUSE KEY BY to receive a list of qualifiedName. [#139071](https://github.com/elastic/elasticsearch/pull/139071)
+* Do not use Min or Max as Top's surrogate when there is an outputField. [#138380](https://github.com/elastic/elasticsearch/pull/138380)
+* Fixing bug when handling 1d literal vectors. [#136891](https://github.com/elastic/elasticsearch/pull/136891)
+* Catch-and-rethrow TooComplexToDeterminizeException . [#137024](https://github.com/elastic/elasticsearch/pull/137024)
+* No EsqlIllegalArgumentException for invalid window values. [#139470](https://github.com/elastic/elasticsearch/pull/139470)
+* Do not skip a remote cluster base on the query's execution time status. [#138332](https://github.com/elastic/elasticsearch/pull/138332)
+* Prune columns when using fork. [#137907](https://github.com/elastic/elasticsearch/pull/137907)
+* ESQL: Fix attribute only in full text function not found. [#137395](https://github.com/elastic/elasticsearch/pull/137395)
+* ES|QL - fix dense vector enrich bug. [#139774](https://github.com/elastic/elasticsearch/pull/139774)
+* ES|QL: support dot and parameters in FUSE GROUP BY. [#135901](https://github.com/elastic/elasticsearch/pull/135901)
+* Don't allow MV_EXPAND prior to STATS with TS. [#136931](https://github.com/elastic/elasticsearch/pull/136931)
+* ES|QL: Fix aggregation on null value. [#139797](https://github.com/elastic/elasticsearch/pull/139797)
+* ESQL: Fix metrics for took between 1 and 10 hours. [#139257](https://github.com/elastic/elasticsearch/pull/139257)
+* EQL: fix project_routing. [#139366](https://github.com/elastic/elasticsearch/pull/139366)
+* Fixes memory leak in BytesRefLongBlockHash. [#137050](https://github.com/elastic/elasticsearch/pull/137050)
+* Avoiding creating DataStreamShardStats objects with negative timestamps. [#139854](https://github.com/elastic/elasticsearch/pull/139854)
+* Auto prefiltering for queries on dense semantic_text fields. [#138989](https://github.com/elastic/elasticsearch/pull/138989)
+* Intercept filters to knn queries. [#138457](https://github.com/elastic/elasticsearch/pull/138457)
+* SQL: More friendly exceptions for validation errors. [#137560](https://github.com/elastic/elasticsearch/pull/137560)
+* SQL: do not attempt to canonicalize InnerAggregate. [#136854](https://github.com/elastic/elasticsearch/pull/136854)
+* : Update Vector Similarity To Support BFLOAT16. [#139113](https://github.com/elastic/elasticsearch/pull/139113)
+* Exempt internal request markers from streams request param restrictions. [#139386](https://github.com/elastic/elasticsearch/pull/139386)
+
+**CCS**
+* Set CPS index options only when not using PIT. [#137728](https://github.com/elastic/elasticsearch/pull/137728)
+
+**Vector Search**
+* DiskBBQ - missing min competitive similarity check on tail docs. [#135851](https://github.com/elastic/elasticsearch/pull/135851)
+* Disk bbq license enforcement. [#139087](https://github.com/elastic/elasticsearch/pull/139087)
+
+**Machine Learning**
+* Support chunking settings for sparse embeddings in custom service. [#138776](https://github.com/elastic/elasticsearch/pull/138776)
+* Retry state save indefinitely. [#139668](https://github.com/elastic/elasticsearch/pull/139668)
+* Add missing job_id filter to Anomaly Detection data deleter. [#138160](https://github.com/elastic/elasticsearch/pull/138160)
+* Switch TextExpansionQueryBuilder and TextEmbeddingQueryVectorBuilder to return 400 instead of 500 errors . [#135800](https://github.com/elastic/elasticsearch/pull/135800)
+* Fixing KDE evaluate() to return correct ValueAndMagnitude object. [#128602](https://github.com/elastic/elasticsearch/pull/128602)
+* Skip dataframes when disabled. [#137220](https://github.com/elastic/elasticsearch/pull/137220)
+* Remove worst-case additional 50ms latency for non-rate limited requests. [#136167](https://github.com/elastic/elasticsearch/pull/136167)
+* Add configurable max_batch_size for GoogleVertexAI embedding service settings. [#138047](https://github.com/elastic/elasticsearch/pull/138047)
+* Add ElasticInferenceServiceDenseTextEmbeddingsServiceSettings to InferenceNamedWriteablesProvider. [#138484](https://github.com/elastic/elasticsearch/pull/138484)
+* Preserve deployments with zero allocations during assignment planning. [#137244](https://github.com/elastic/elasticsearch/pull/137244)
+* Reject max_number_of_allocations > 1 for low-priority model deployments. [#140163](https://github.com/elastic/elasticsearch/pull/140163)
+
+**Snapshot/Restore**
+* Introduce INDEX_SHARD_COUNT_FORMAT. [#137210](https://github.com/elastic/elasticsearch/pull/137210)
+* Support weaker consistency model for S3 MPUs. [#138663](https://github.com/elastic/elasticsearch/pull/138663)
+* Ignore abort-on-cleanup failure in S3 repo. [#138569](https://github.com/elastic/elasticsearch/pull/138569)
+* Suppress Azure SDK error logs. [#139729](https://github.com/elastic/elasticsearch/pull/139729)
+* Prevent NPE when generating snapshot metrics before initial cluster state is set. [#136350](https://github.com/elastic/elasticsearch/pull/136350)
+
+**Downsampling**
+* Fix bug when downsampling exponential histograms with last value. [#139808](https://github.com/elastic/elasticsearch/pull/139808)
+
+**Reindex**
+* Disable _delete_by_query and _update_by_query for CCS/stateful. [#140301](https://github.com/elastic/elasticsearch/pull/140301)
+
+**Aggregations**
+* Fix SearchContext CB memory accounting. [#138002](https://github.com/elastic/elasticsearch/pull/138002)
+
+**Security**
+* Consistently prevent using exclusion prefix on its own. [#139337](https://github.com/elastic/elasticsearch/pull/139337)
+* Always treat dash-prefixed expression as index exclusion. [#138467](https://github.com/elastic/elasticsearch/pull/138467)
+
+**Inference**
+* Include rerank in supported tasks for IBM watsonx integration. [#140331](https://github.com/elastic/elasticsearch/pull/140331)
+
+**Mapping**
+* Fix index.mapping.use_doc_values_skippers defaults in serverless. [#139526](https://github.com/elastic/elasticsearch/pull/139526)
+* Fixed inconsistency in the isSyntheticSourceEnabled flag. [#137297](https://github.com/elastic/elasticsearch/pull/137297)
+* Don't store keyword multi fields when they trip ignore_above. [#132962](https://github.com/elastic/elasticsearch/pull/132962)
+* Provide defaults for index sort settings. [#135886](https://github.com/elastic/elasticsearch/pull/135886)
+
+**Search**
+* Ensure integer sorts are rewritten to long sorts for BWC indexes. [#139293](https://github.com/elastic/elasticsearch/pull/139293)
+
+**Ingest Node**
+* Respect flexible field access pattern in geoip and ip_location processors. [#138728](https://github.com/elastic/elasticsearch/pull/138728)
+
+**TSDB**
+* ESQL: Use DEFAULT_UNSORTABLE topN encoder for the TSID_DATA_TYPE. [#137706](https://github.com/elastic/elasticsearch/pull/137706)
+
+**Relevance**
+* Delay automaton creation in BinaryDvConfirmedQuery to avoid OOM on queries against WildCard fields. [#136086](https://github.com/elastic/elasticsearch/pull/136086)
+
+**Codec**
+* Binary doc values have stale value offset array if block contains all empty values. [#139922](https://github.com/elastic/elasticsearch/pull/139922)
+
+**Rollup**
+* Fixing _rollup/data performance for a large number of indices. [#138305](https://github.com/elastic/elasticsearch/pull/138305)
+
+### Other changes [elasticsearch-9.3.0-other]
+
+**Geo**
+* Bumps jts version to 1.20.0. [#138351](https://github.com/elastic/elasticsearch/pull/138351)
+
+**Vector Search**
+* Bump cuvs-java to 25.12. [#139747](https://github.com/elastic/elasticsearch/pull/139747)
+* GPU: add support for cosine with cuvs 2025.12. [#139821](https://github.com/elastic/elasticsearch/pull/139821)
diff --git a/docs/release-notes/_snippets/9.3.0/known-issues.md b/docs/release-notes/_snippets/9.3.0/known-issues.md
new file mode 100644
index 0000000000000..6e7d80d8e8bc1
--- /dev/null
+++ b/docs/release-notes/_snippets/9.3.0/known-issues.md
@@ -0,0 +1,2 @@
+## 9.3.0 [elasticsearch-9.3.0-known-issues]
+_No known issues._
diff --git a/docs/release-notes/breaking-changes.md b/docs/release-notes/breaking-changes.md
index 1c9ed8219780c..5bde11a978ee9 100644
--- a/docs/release-notes/breaking-changes.md
+++ b/docs/release-notes/breaking-changes.md
@@ -12,6 +12,9 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
% ## Next version [elasticsearch-nextversion-breaking-changes]
+:::{include} _snippets/9.3.0/breaking-changes.md
+:::
+
## 9.2.4 [elasticsearch-9.2.4-breaking-changes]
```{applies_to}
stack: ga 9.2.4
diff --git a/docs/release-notes/changelog-bundles/9.3.0.yaml b/docs/release-notes/changelog-bundles/9.3.0.yaml
new file mode 100644
index 0000000000000..3235d84c2038b
--- /dev/null
+++ b/docs/release-notes/changelog-bundles/9.3.0.yaml
@@ -0,0 +1,815 @@
+products:
+- product: elasticsearch
+ target: 9.3.0
+ lifecycle: ga
+entries:
+- file:
+ name: 138756.yaml
+ checksum: 0e325db4997a11aa9e1bacfc7dde2400ab0d2c42
+- file:
+ name: 140199.yaml
+ checksum: 822f561778ffe48478ee3327010d00433e207297
+- file:
+ name: 138351.yaml
+ checksum: a8470f0608de8f818cf24568edf064a3a058d6e1
+- file:
+ name: 140463.yaml
+ checksum: 351886bbf9a0f127cd62034e658db0463ff14eed
+- file:
+ name: 137677.yaml
+ checksum: cff778854649c2dac183791670a10d2cda5be698
+- file:
+ name: 136066.yaml
+ checksum: 2d20a711fdff429d8d3ce6a48222ee21f650cd06
+- file:
+ name: 139106.yaml
+ checksum: 3241846e6c06957be5473a43b97ade8b5c5fb6ad
+- file:
+ name: 138982.yaml
+ checksum: 0a3446f9051da40a92824baeef67b20db39aa7b8
+- file:
+ name: 137860.yaml
+ checksum: 6a9f253ad1bd330bf1cc438194b5af9947137ec8
+- file:
+ name: 137533.yaml
+ checksum: eed45907e7d699daba0db0c2468547b13e932c6d
+- file:
+ name: 137026.yaml
+ checksum: 393843c03c9d536228acea348006282125ae4d02
+- file:
+ name: 138015.yaml
+ checksum: 58a2aa1b3ec335965c432a8aabda8d5829ba9531
+- file:
+ name: 137572.yaml
+ checksum: c5d65716791dffb91be005224da135ec937923d9
+- file:
+ name: 138541.yaml
+ checksum: c31ba4bc12128aaf0ed269e626477fd654cd83e3
+- file:
+ name: 138023.yaml
+ checksum: b1e02ec126595707f527340c422a41783c66a4d6
+- file:
+ name: 139798.yaml
+ checksum: 75ba9ab784b92747688bef116ded54c9d2035e35
+- file:
+ name: 137694.yaml
+ checksum: a0a8e9cabdc952f2e416c4022d7574037e2c99a9
+- file:
+ name: 139409.yaml
+ checksum: 886665dd4853121826e78276876da80b6b58f11e
+- file:
+ name: 136713.yaml
+ checksum: 5dff189c314483cd3842a9371b7ebe22962a6a84
+- file:
+ name: 138961.yaml
+ checksum: b9c48c7ab43502a278fc69360e458dee8f1b248c
+- file:
+ name: 139366.yaml
+ checksum: dce9f66ad4c748f3c5f58eddf3907ab0a492ef51
+- file:
+ name: 137728.yaml
+ checksum: e41af6a695ae0b56231e1a142e4b2a2fd12dc920
+- file:
+ name: 138465.yaml
+ checksum: c43d672d020bd911561d9c2890f8af0ed516432f
+- file:
+ name: 137641.yaml
+ checksum: 5cbae0fd1ac2797fe76335be3c99013ff126106a
+- file:
+ name: 138367.yaml
+ checksum: 4f84e65b10bbeb79a17012bf069c86765e9f56b5
+- file:
+ name: 135851.yaml
+ checksum: 60173c47d6ce269153bb7cc75e4c3aeded024568
+- file:
+ name: 137883.yaml
+ checksum: bff7220e530f7904d04d19645a09ec554d156957
+- file:
+ name: 135778.yaml
+ checksum: be55659efe461dd2551be0587e9f3b4a478e69d4
+- file:
+ name: 136441.yaml
+ checksum: 1bf8062fb8c50f3fa59803f34fcbbe012f307041
+- file:
+ name: 138776.yaml
+ checksum: fe4716e9defc18f4dee4b0735f48799bfb10f4db
+- file:
+ name: 136103.yaml
+ checksum: 7c5f2aee1dccb78c414787561d778c05caf9f151
+- file:
+ name: 139130.yaml
+ checksum: bb95c958d1dd940e8bbd27c2e20c8f005020af3d
+- file:
+ name: 139075.yaml
+ checksum: d6e9be62e8d6ebba46f3fe2240dc2e0b54381b45
+- file:
+ name: 139074.yaml
+ checksum: ac86e9c1bc5e54dd31eda2a0eb1186781af876d7
+- file:
+ name: 137713.yaml
+ checksum: b9a2686b9642c8dca8e618c4832567b18fa80c8b
+- file:
+ name: 136143.yaml
+ checksum: d75e1188bbdbb400d247858f5f2c157e17d1cb5a
+- file:
+ name: 137302.yaml
+ checksum: eee1c0807836431cbcfca98286f10cd23ba93801
+- file:
+ name: 137705.yaml
+ checksum: 3b99267740bdcc24c8968ed530e7f5115c9d114d
+- file:
+ name: 137210.yaml
+ checksum: 0844e491806f9cd4a87fff27fd4f74f85407a7e8
+- file:
+ name: 138464.yaml
+ checksum: b0fc6920b30bf1a148604278bc0238cd0bb3f31c
+- file:
+ name: 137050.yaml
+ checksum: ef00e6ac59f5c8197f4501e96a847da3ce948e4b
+- file:
+ name: 135597.yaml
+ checksum: 2aed7d7446fab8b4be9bfdadc0df9a301bc25f57
+- file:
+ name: 139808.yaml
+ checksum: 3f96288570da6a9e5627942af7a01d9c1b073f39
+- file:
+ name: 140301.yaml
+ checksum: 4806f066058eaec5ebbe753948fe0455a4a3f127
+- file:
+ name: 135714.yaml
+ checksum: 78c6b6994ae658803afa8c150504ee01f4003718
+- file:
+ name: 138999.yaml
+ checksum: caddd575237b0063f41af064a9432f7cf25adb26
+- file:
+ name: 140622.yaml
+ checksum: fb5bd3b3490b59871df66e62103d1f0515a7bc9b
+- file:
+ name: 138002.yaml
+ checksum: 6323733ac0c4c588556e6ef38f4a6c38f5e18510
+- file:
+ name: 138917.yaml
+ checksum: 5fe7ba4629c80e3db2c380261584fd6641aea8eb
+- file:
+ name: 136266.yaml
+ checksum: d0a7bd011aee465b44aebf60434105d258a48581
+- file:
+ name: 136548.yaml
+ checksum: 8699273e06239eb71592bc0b8fbcfad1c16d11d8
+- file:
+ name: 139347.yaml
+ checksum: a1951568c14a86878be10b8fd39cfc7537bea4c0
+- file:
+ name: 135734.yaml
+ checksum: 2328b668836af678f571a887be54a82849162f0b
+- file:
+ name: 138940.yaml
+ checksum: 81269192f1fbdcf97324abbd32daac01236bac1c
+- file:
+ name: 138595.yaml
+ checksum: 4a373ffc54adab911ab7c8746e0aa0361f37681d
+- file:
+ name: 139668.yaml
+ checksum: 015bbca9559f41bf2bd66095454e447d76509217
+- file:
+ name: 138160.yaml
+ checksum: 315a78d057452539ebf2d368cc3e5fc5b3e71eda
+- file:
+ name: 133405.yaml
+ checksum: 6739b7f3ac6561cc320d9b81aed0e6ba7736a9d4
+- file:
+ name: 138072.yaml
+ checksum: 58362cb3f37f4984cd236b0ff94caf2705e012a7
+- file:
+ name: 136996.yaml
+ checksum: 50f392597ed17e7a1143f87eaf8eeb52d526d834
+- file:
+ name: 138822.yaml
+ checksum: 1d3e458ac5d399b85a10facbb4559b736c4a5f39
+- file:
+ name: 136646.yaml
+ checksum: 21408e1c5464eed4f36f0a24f8e2830938a8c5ed
+- file:
+ name: 136703.yaml
+ checksum: 7e50aa097feb6d2537c331660401fe723dfda110
+- file:
+ name: 139272.yaml
+ checksum: 792b309912d36a64614681713de1c9979bb8ec8e
+- file:
+ name: 139337.yaml
+ checksum: 42866094d95c80e3b25ce159676f01369d891223
+- file:
+ name: 135744.yaml
+ checksum: c95cca79b7977a9ff6ccb8264cd859698aa45432
+- file:
+ name: 137450.yaml
+ checksum: 9eec2d00371420cd35c57abe303ae77d5ea58b5c
+- file:
+ name: 135380.yaml
+ checksum: 1c686a2c966bc21a75fc6f6f3aead8201fa9416e
+- file:
+ name: 135800.yaml
+ checksum: 805a39933529a73d19ecda254a310be44947497d
+- file:
+ name: 137885.yaml
+ checksum: f780b3aa468343b308a43ada06061ed4197adcc5
+- file:
+ name: 137082.yaml
+ checksum: 0cdbe5314760398719d9467c6521fd6e802e62f7
+- file:
+ name: 136386.yaml
+ checksum: 9b00843945a56e9f25c4c843760af9e8193b9bed
+- file:
+ name: 138029.yaml
+ checksum: 911b01ed378dec115261fbf26bb7082ff99245b7
+- file:
+ name: 139053.yaml
+ checksum: 8d15ff2573debdbacc4e77a26d8c607e64ee59bb
+- file:
+ name: 136133.yaml
+ checksum: 3463ad1a7755aecca9932d2d0014b32691a1cdf3
+- file:
+ name: 139854.yaml
+ checksum: 40e35d44224497d867d1eb18e8a1f43ae33a0549
+- file:
+ name: 138316.yaml
+ checksum: f0a8bcccb7d15cbbe1c5df7e30c0f4b5f0d02883
+- file:
+ name: 139069.yaml
+ checksum: 61359280a74bb80949d05ba758bcc1104295e4a5
+- file:
+ name: 135949.yaml
+ checksum: daeaf4a499bd5ef03de77aaea1d8444e0f1697a4
+- file:
+ name: 138947.yaml
+ checksum: fce213b5fec02294dae522515f7053fb9693029a
+- file:
+ name: 132388.yaml
+ checksum: e049761b2b83531ca2478ef108c824bd37763f1c
+- file:
+ name: 139747.yaml
+ checksum: b8ce8226862644be750f8fb7e4a7c9e05a2304f1
+- file:
+ name: 138013.yaml
+ checksum: d5a49e48ae4263225e3311bb9e95b1424d5c02a5
+- file:
+ name: 139244.yaml
+ checksum: eaf17c0efb33393df44b726c6e2ce07c32c9024c
+- file:
+ name: 138681.yaml
+ checksum: 3b2eed1aec11ed0506ec4409f774df2102c72662
+- file:
+ name: 135549.yaml
+ checksum: 236dcd3a6c2ebfb69b8bca93b26c68f71bb1529b
+- file:
+ name: 134708.yaml
+ checksum: 606157bf3e3a3cc70541339d014885e9b29b5c58
+- file:
+ name: 138052.yaml
+ checksum: 6af0127ed4966b1bd6ba551f2659e9adca4374a2
+- file:
+ name: 139357.yaml
+ checksum: 1422f7492c3d1b69e99b0c21954467804b79c2ae
+- file:
+ name: 140331.yaml
+ checksum: 9df853164f7e4da5fcc82e23a3af3a6e474a8b2d
+- file:
+ name: 135231.yaml
+ checksum: e056a181162f5793e30b24fb982079ca635616c3
+- file:
+ name: 134709.yaml
+ checksum: f5460fdcf840d757059294c92b5ff4420c9d3209
+- file:
+ name: 139245.yaml
+ checksum: 8f6f3dced8eb94ca8170911fcb0603b3c24f85d5
+- file:
+ name: 136299.yaml
+ checksum: 9bdcd9808abe8158759d8ae7f5a55a9bd6323e58
+- file:
+ name: 135765.yaml
+ checksum: cf7b10ea67cefe1f4e4a4b18e9defebe72e45a53
+- file:
+ name: 138803.yaml
+ checksum: 41ecfc68e003a45dc2623f7ed3783210200cf349
+- file:
+ name: 137830.yaml
+ checksum: fd65771095f354e012e8482630da36d903b9dc35
+- file:
+ name: 139087.yaml
+ checksum: 1ea2b02d0da37a058685c7fcc8d623668978e34d
+- file:
+ name: 128602.yaml
+ checksum: 8658a874149e07c78926351aaa5b04e08c0c3ef0
+- file:
+ name: 139228.yaml
+ checksum: 8bf47834cd1b202755a0ca91030dbb4435957318
+- file:
+ name: 137959.yaml
+ checksum: 01450948920a4f765a3f56f68ea66dce7bf16529
+- file:
+ name: 137220.yaml
+ checksum: f429d1681053645c285f2793117db70a8279fa90
+- file:
+ name: 138993.yaml
+ checksum: 7aa821550eed4e64c37662a2542ec147a6f7ea51
+- file:
+ name: 140034.yaml
+ checksum: b64cfb90abed761bb14d1094cb3ef10fd10ad5a4
+- file:
+ name: 140126.yaml
+ checksum: d4f39124c2542c850a8d39147abc987e3c7aca83
+- file:
+ name: 138726.yaml
+ checksum: 91a3f8be2f5043219194134d2c8e8cdfd0873bdf
+- file:
+ name: 138663.yaml
+ checksum: e6975a5dfea1dd13c644f1591db1bc8ffa27f3c7
+- file:
+ name: 136104.yaml
+ checksum: c80f8a353aa4ca8d1ec8dd46c9feefbb84c41239
+- file:
+ name: 138634.yaml
+ checksum: 8352c422d637ddd1231796b216965307c175f225
+- file:
+ name: 136915.yaml
+ checksum: db11d3fc95699548ffeedc7d5d1b7fd753880fc0
+- file:
+ name: 139526.yaml
+ checksum: 8f62e90da4adfe9f68a78bbec66ca8cf4ca3d8d6
+- file:
+ name: 139463.yaml
+ checksum: 12b5ba2cd439d8c2e323a2a4f7bdf04bd41f5eaa
+- file:
+ name: 135895.yaml
+ checksum: ac5b504d571b4a4b4428782bbdff51be0dbe51cc
+- file:
+ name: 136610.yaml
+ checksum: cd80e8c92172c77c06bbafb31e63eb4db02c0291
+- file:
+ name: 138198.yaml
+ checksum: 8d921c99ee6a73ea6ecd0aa6fc204ee46388e84d
+- file:
+ name: 138989.yaml
+ checksum: 7618d0c32b9e79e4d9b4b0d65b0572926f87d826
+- file:
+ name: 137040.yaml
+ checksum: e16b89ba8927a5a16e3a7b79535b1682873c6658
+- file:
+ name: 132757.yaml
+ checksum: ecf6c9f53f9fc36adfcb51e5f526757bc6eeda82
+- file:
+ name: 122491.yaml
+ checksum: f29d0d6802a72c06fbac1a07d6aff9925b06d055
+- file:
+ name: 137017.yaml
+ checksum: 89e9c587b8a34b4a16d89be81cc02131dc31962c
+- file:
+ name: 135883.yaml
+ checksum: e772540439a5ecff1451f1fa218e4bc15369c403
+- file:
+ name: 139071.yaml
+ checksum: 8478a68d4df3af2e9260850c77591c6c928b9525
+- file:
+ name: 137653.yaml
+ checksum: 35d8806eb04dfc97bebf075ea249adb41173fa6b
+- file:
+ name: 136412.yaml
+ checksum: 0daa087a0313052f71498666bb479382c41c03d9
+- file:
+ name: 138621.yaml
+ checksum: 2b59dabea69ab82b2043e484e8f4b9ac62862944
+- file:
+ name: 137995.yaml
+ checksum: 6ee711406c961e9a68f125aa6ab38aa5b05c13de
+- file:
+ name: 139821.yaml
+ checksum: 8be483cec5410ddff301c48ed423da36515d422e
+- file:
+ name: 136541.yaml
+ checksum: 81293f011d93935d017c67625f38ef23778774ed
+- file:
+ name: 138524.yaml
+ checksum: 995eeb57f9315115f001678f1382e37ed75028f2
+- file:
+ name: 138123.yaml
+ checksum: 38bef3bac8be20e6ba1793f859c9c9dfa4881995
+- file:
+ name: 136828.yaml
+ checksum: 7b1a439030e72bd27321f460e094af8683f2c280
+- file:
+ name: 135880.yaml
+ checksum: 19719de21b23ca12d6dc69f19df46cdb8c5b69e8
+- file:
+ name: 137297.yaml
+ checksum: d262083f0b1dc85426646463b5cbb695ad479234
+- file:
+ name: 136890.yaml
+ checksum: 52bd829a2cfab36a28cff1b7da3d1f01fb455dee
+- file:
+ name: 136039.yaml
+ checksum: 74e7091dabaff79c443bc119d4870a4302b488ec
+- file:
+ name: 137599.yaml
+ checksum: 278f6580b37b0c29ca7a4e2faf7153769729d580
+- file:
+ name: 138457.yaml
+ checksum: 0162594221eb633fc9bcf3e808d0b84464f90845
+- file:
+ name: 130564.yaml
+ checksum: 4bf4ef7e3bd32040a4bd7e20cb9054722446db87
+- file:
+ name: 135674.yaml
+ checksum: 10989d30f7858eb43c50d79b0b09490e6c66a595
+- file:
+ name: 138553.yaml
+ checksum: 8c022c8388b3a5daf1fafc9c4081c6bef6153c40
+- file:
+ name: 138380.yaml
+ checksum: 498bca2cd35dd6c0a96c97777f650320af776b35
+- file:
+ name: 138695.yaml
+ checksum: 25462255f87c97f2d3ad41d97183b53d13fe9e5a
+- file:
+ name: 137560.yaml
+ checksum: 7864f446f8312b8938c701db4e9164af1c432434
+- file:
+ name: 137833.yaml
+ checksum: 1586e7dda7c85dc8a6118d48afa74b2dbe062f48
+- file:
+ name: 139084.yaml
+ checksum: 56fcf42e0dbbe7cf24d74e831a50f6caa021576d
+- file:
+ name: 139293.yaml
+ checksum: 771fc4a2d31ce27a808204b282c6344456eb59aa
+- file:
+ name: 138251.yaml
+ checksum: 8c04cfb57ccd2ce9e906d684aea79b2eda2b3efc
+- file:
+ name: 135434.yaml
+ checksum: 3d3b09307ac40e09013fb912d87586994d624f1f
+- file:
+ name: 137409.yaml
+ checksum: 7b0874d857419e0ef64d10d57c45012eb0074217
+- file:
+ name: 138139.yaml
+ checksum: 1381c940f8cd8fc1a7a3d354893d0fe69ea40f5d
+- file:
+ name: 138569.yaml
+ checksum: 69a6f917db7acf4c05657a04746f0fc5ff3ee694
+- file:
+ name: 139397.yaml
+ checksum: d96067ad06acbc08ddf8fe00cde4bf885a92de39
+- file:
+ name: 135834.yaml
+ checksum: 10eaf23c59028ab1d7dc340158e2cae86ae901b5
+- file:
+ name: 137331.yaml
+ checksum: 36758d74d52c25908325b4585f703feecb48991a
+- file:
+ name: 137274.yaml
+ checksum: e51e8c74ef72c44d71380304785820e4c40c868b
+- file:
+ name: 134320.yaml
+ checksum: 6b00473b4246b46fadf4462b9111c2fecafd911d
+- file:
+ name: 139729.yaml
+ checksum: 1f870e27ef8e23fa5897c25a1f452b2ff85f5dde
+- file:
+ name: 139379.yaml
+ checksum: 125d962e3a9a81c77a505f94f2af08ccdb58ba91
+- file:
+ name: 138568.yaml
+ checksum: 815df63731a84ffb5ad616a595165902234f8f49
+- file:
+ name: 137367.yaml
+ checksum: d6061e4e073f5598bcf246c6f0b8121c2d88966e
+- file:
+ name: 134361.yaml
+ checksum: ad7d9fdf05e88db8edd13278493812643215d2c6
+- file:
+ name: 138968.yaml
+ checksum: 95371d4bb08da39e9a589503b5075043f7a90f01
+- file:
+ name: 138745.yaml
+ checksum: eb7f730114983a45efb9a2578b480da155915e95
+- file:
+ name: 136167.yaml
+ checksum: 245d72b5ec65208e7885d720240dd439768bcb20
+- file:
+ name: 137776.yaml
+ checksum: 7c0f0d4ccf5c8472c6f67e34d1609d457481b9ba
+- file:
+ name: 137263.yaml
+ checksum: 08788b7f0d58d135105d2d5b78c044dd012a42b9
+- file:
+ name: 132962.yaml
+ checksum: 8cc5abe1495e6fb61d3cd4a2ba51c5afb93060a7
+- file:
+ name: 137648.yaml
+ checksum: 40cfdc2d1d335b70094a4451edd7e6076cb06692
+- file:
+ name: 138047.yaml
+ checksum: 505ba09fd7c3acf911dce3acb1342408657f8568
+- file:
+ name: 138552.yaml
+ checksum: 8bdc5e2303754e00ea22af03749b77164ff52ffb
+- file:
+ name: 137023.yaml
+ checksum: 15ff4ea997a23175d1ba4862720eb323fb3d2c0a
+- file:
+ name: 136632.yaml
+ checksum: 56ccc8ee90064c498eef99f287c3e20d349b5707
+- file:
+ name: 137920.yaml
+ checksum: 0bc805ba5a8774251cadb09aa658d9e1725cea72
+- file:
+ name: 137536.yaml
+ checksum: f76131e3fe026e82fca19e5aad890cc13b2a4246
+- file:
+ name: 140237.yaml
+ checksum: 12acd0b84c7f37d83b637592a439884335b46095
+- file:
+ name: 136624.yaml
+ checksum: a695a563da3fe0f7adc4608e5a3c156ed2954130
+- file:
+ name: 139882.yaml
+ checksum: a300e369605e9e3a7fcc1366bad070ca28d13b61
+- file:
+ name: 136448.yaml
+ checksum: 60e6e8d0a4585e325f25c2bdf705bc599b792458
+- file:
+ name: 139247.yaml
+ checksum: b1c9ea1169498d1a0abc415d63dd0a7f7679ead8
+- file:
+ name: 137598.yaml
+ checksum: 98590dcfe97d621bb88ffdc4f8f10dd6435fdcdc
+- file:
+ name: 138728.yaml
+ checksum: 653dfdade9de13017bb35ccaa2f6e57f21168317
+- file:
+ name: 138051.yaml
+ checksum: ee015f4819ba16dd9e448256dbd71395de8a6812
+- file:
+ name: 136891.yaml
+ checksum: 3985ee39e6426142d8ecd84bc130c3ff7cabb3b4
+- file:
+ name: 137853.yaml
+ checksum: 78d0dd14391bdf9e4777afefc1f80ae742eb711b
+- file:
+ name: 137916.yaml
+ checksum: 30e1bb3b6c220e615c2980151fe2e73bcf54f6df
+- file:
+ name: 138564.yaml
+ checksum: 386d8fd87d17fd2306110f020726df136ad6180b
+- file:
+ name: 137941.yaml
+ checksum: 4d70b2af5b9883bea7152bf38af7abf732ed4ed5
+- file:
+ name: 139363.yaml
+ checksum: d866bd3c5b55c2d5ae6527a69ffb1f0c1b80f55a
+- file:
+ name: 136350.yaml
+ checksum: d4f7dd815955d5ae025e849546942edacc661044
+- file:
+ name: 138876.yaml
+ checksum: b7aa77cf10f61fbdb1057b2ebe18e3b8ef720b27
+- file:
+ name: 136813.yaml
+ checksum: a67e1b58d0699af20d0005e14cd5bfc8be1b1f6f
+- file:
+ name: 139318.yaml
+ checksum: ad1679da5ae11ae3eeb9a121e646993877a314dd
+- file:
+ name: 137306.yaml
+ checksum: 1fcf551d966bbc8089ca53f67ffddbdbaa44c05f
+- file:
+ name: 138765.yaml
+ checksum: c5b9291a635775ee01dede39e1870ebb162dfc50
+- file:
+ name: 136043.yaml
+ checksum: 512a1e6637f1df0cb720722717ecd8e6955b6569
+- file:
+ name: 136805.yaml
+ checksum: 78b321b675650950f87a657ab064f7f1a6e6c761
+- file:
+ name: 138724.yaml
+ checksum: d77e2620cd7b2a00e0429c5c1467099f5e1def1c
+- file:
+ name: 137966.yaml
+ checksum: d514a87842ab9faa5bd1c610f815176347b78574
+- file:
+ name: 138685.yaml
+ checksum: c7c7f486ca01884457b29051afdcd1178472cefc
+- file:
+ name: 138282.yaml
+ checksum: ba750c06d72e92b5fe857c130db0fea11de5dfed
+- file:
+ name: 136265.yaml
+ checksum: d9998a25a2588b8b568a57c2a13b175d0250b657
+- file:
+ name: 137024.yaml
+ checksum: f21657d08abec3798f220e826e73f67a0280bcb9
+- file:
+ name: 138105.yaml
+ checksum: b3011d64a23c29bcd4f9bed4755b650d2a88d4df
+- file:
+ name: 137566.yaml
+ checksum: c37836263a006f8180d0a8b5afac9f80f31b16c7
+- file:
+ name: 138484.yaml
+ checksum: 53bdb8e206c5027e39084ed85f100d6205430dd4
+- file:
+ name: 139503.yaml
+ checksum: 1b74aedb2f5c6f7c2cc3b51c921b48f27c02b2b0
+- file:
+ name: 136072.yaml
+ checksum: 6ea0b44c9edc24c8e9fb93aa1d2b089a8b0f16bc
+- file:
+ name: 135961.yaml
+ checksum: 82eb9680b8081318dbcca29ced01757fe8cf5037
+- file:
+ name: 136988.yaml
+ checksum: bc1252aa7b919a9093101a021b52a33f4760b5b9
+- file:
+ name: 138492.yaml
+ checksum: 9ef966f6cc85b77d9ed1f95ee48d85b7f2d1e4bd
+- file:
+ name: 137622.yaml
+ checksum: 21648fc6ed33020cb5d6cc11ac8aae41756c3a1d
+- file:
+ name: 138723.yaml
+ checksum: 5cd424802c8fdcb639b4c9c501026bc1f40810db
+- file:
+ name: 139470.yaml
+ checksum: b06b42d1a7c1a6b4130c3600bf538bf8edd14e51
+- file:
+ name: 138631.yaml
+ checksum: 94754560b551ed13dbed1c1be159bd97d75c1082
+- file:
+ name: 134604.yaml
+ checksum: 47cb987beba0e361769609c49301a0551f36b4de
+- file:
+ name: 139466.yaml
+ checksum: f703249ef9e18f4aeb9c64876fe66c9c5dcfc02e
+- file:
+ name: 138332.yaml
+ checksum: 20f36282927b7d3373f8767a04a366e4d0a78c1b
+- file:
+ name: 137244.yaml
+ checksum: f25170280c3240d26e207ea328fea9692f6acdd1
+- file:
+ name: 136951.yaml
+ checksum: 75e5fbcf1d682de4534c1c554154adfbea307d6f
+- file:
+ name: 136547.yaml
+ checksum: f212d44596e766da9035f5abb9c93c9484696a2c
+- file:
+ name: 138559.yaml
+ checksum: cf60fe468b4c102b64adce8aa41e873a98eeb151
+- file:
+ name: 137706.yaml
+ checksum: 5349cc5b4d2b9f417f23a2e86f4259e5682fc7cd
+- file:
+ name: 137907.yaml
+ checksum: 011ca129900589bcfe6d9fdb2d5b6cc2f8387c40
+- file:
+ name: 138467.yaml
+ checksum: 9b6ff6f0032f5802cf94319a97b4b4b5fb857b08
+- file:
+ name: 127053.yaml
+ checksum: b76c18984c3c730e20130a704630669f6a6fa11d
+- file:
+ name: 137395.yaml
+ checksum: 3f299a42da877a22f13ca7827b33a52f366e310c
+- file:
+ name: 140197.yaml
+ checksum: 5be78abc655f2042d39221446a67c905b92aa0e8
+- file:
+ name: 140528.yaml
+ checksum: 7e66b0f79d1b67bcb2e4dc9f2fa785ba43e05bef
+- file:
+ name: 135701.yaml
+ checksum: 39d22b1895d2dab90f594af9c5d34f79e47029b3
+- file:
+ name: 135644.yaml
+ checksum: 82e97cb1761e164ba824558bcdc48b89c7b9d48d
+- file:
+ name: 136438.yaml
+ checksum: cfa3e9ba62015cd2c6618ab82b5b533401956aff
+- file:
+ name: 135886.yaml
+ checksum: c9f915a1814b5af9b262bf1e52aa5f64f7189662
+- file:
+ name: 139630.yaml
+ checksum: e271aaf81c6a2ca60ff2e88fdd2f72a63a0b8182
+- file:
+ name: 136195.yaml
+ checksum: bd4ae666bfc33cf2d3ac543adf0fc7bae97fed15
+- file:
+ name: 139774.yaml
+ checksum: 5398dbfcc4442b9d3e259a6c438691748c92eed7
+- file:
+ name: 136481.yaml
+ checksum: 9be8a947401f3230349f5bd87b08083980f25571
+- file:
+ name: 138923.yaml
+ checksum: 98062aad4bb1e00ed50e7e692035f62c1596f953
+- file:
+ name: 139518.yaml
+ checksum: 9fb782c1ac7453b5a3e04387f11e2baab253f22b
+- file:
+ name: 136086.yaml
+ checksum: 0d6f01a58616d7036c88f5bc58a20b4619e204fc
+- file:
+ name: 137382.yaml
+ checksum: 9e2bcb524b71544a8ac70c33b5fd557ac4acd57f
+- file:
+ name: 139365.yaml
+ checksum: 76842d77368edd3b9486be2c76f415a2d9e5d977
+- file:
+ name: 138962.yaml
+ checksum: 845cac8dbcac841b5941791ff164fb66249f4688
+- file:
+ name: 138718.yaml
+ checksum: ab5a2bc90f2846e213489b66c191f07646c4685a
+- file:
+ name: 138489.yaml
+ checksum: e25f1915f9653c12abf87e0414eab053ee34e95d
+- file:
+ name: 137455.yaml
+ checksum: a423de2dddc9a665e0415102bb612f5b1da94293
+- file:
+ name: 136141.yaml
+ checksum: b7e1460b20a1f8460ed526f7b3078c8051fdac5a
+- file:
+ name: 136854.yaml
+ checksum: a8a328e57b10053eeabdc481e945339592cb4ac4
+- file:
+ name: 135901.yaml
+ checksum: 498c1187c1519bc84c60d9c73f0121c24fd77529
+- file:
+ name: 138260.yaml
+ checksum: 9451a72f33653096be4e494203cd33459906a493
+- file:
+ name: 139922.yaml
+ checksum: cb16a7ea4317baa0d3525497870f128b1d1a979a
+- file:
+ name: 138372.yaml
+ checksum: b1badf9141d67bf5c2a6da494fc4634eb0eb20b7
+- file:
+ name: 138305.yaml
+ checksum: 3d5e5dbb82f005ae478ca09df5026e7310f1a60c
+- file:
+ name: 136931.yaml
+ checksum: 1aee16f96e0ffc5df373e08f3873880b16c498a4
+- file:
+ name: 139797.yaml
+ checksum: d3baf3100f4dc3a4a466c81c2dd733eb820a2c10
+- file:
+ name: 139113.yaml
+ checksum: 820022024c49f2d79e71904bf1565c932cd06914
+- file:
+ name: 138647.yaml
+ checksum: e8b43a99046cdbdde5cb025cbc66fbc70f957f7d
+- file:
+ name: 136120.yaml
+ checksum: 7c24f99f5abaf256a71a479efa2340c64796cb99
+- file:
+ name: 136065.yaml
+ checksum: fa5f21ef9d43564b16b23bf0cff2ce34237cc661
+- file:
+ name: 140163.yaml
+ checksum: 30b0dad822928aeb5095d30b39e074a129498a20
+- file:
+ name: 139386.yaml
+ checksum: d098eb845c2dc832357e3a81237754a5e1bd69d6
+- file:
+ name: 137072.yaml
+ checksum: c4aeac31f0a0e7aee39254d9acc47afe8fd33265
+- file:
+ name: 137567.yaml
+ checksum: 14da52799bf115e2ffce7227d31cd61984397110
+- file:
+ name: 137530.yaml
+ checksum: 79ca4f1a853f00ef59122490dea0166ac52d0b15
+- file:
+ name: 137249.yaml
+ checksum: 3befa30d593fd151b870d755e2cdaad2595d33c2
+- file:
+ name: 139257.yaml
+ checksum: fdf193b42b508d7fbb96481e3a6e4430aef9d7e3
+- file:
+ name: 139607.yaml
+ checksum: e9c459968bbf95f1c5f6c8cfb41c9da8a65f9fe6
+- file:
+ name: 138515.yaml
+ checksum: 0ac7b1b63fb29034e49975c3d796cd2332f77f3c
+- file:
+ name: 137434.yaml
+ checksum: 7a03449d88ee915df0f2a4c0c6d85e2270acdf50
+- file:
+ name: 139703.yaml
+ checksum: dc56bc835dcb6bda33e4a1ee1c72f4a21885e0c3
+- file:
+ name: 138112.yaml
+ checksum: e2b3d837259aa1ba0484f6cb2066efe1fa7db568
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
diff --git a/docs/release-notes/deprecations.md b/docs/release-notes/deprecations.md
index f5424a6d77e86..ed795cf2db9ea 100644
--- a/docs/release-notes/deprecations.md
+++ b/docs/release-notes/deprecations.md
@@ -16,6 +16,9 @@ To give you insight into what deprecated features you’re using, {{es}}:
% ## Next version [elasticsearch-nextversion-deprecations]
+:::{include} _snippets/9.3.0/deprecations.md
+:::
+
## 9.2.4 [elasticsearch-9.2.4-deprecations]
```{applies_to}
stack: ga 9.2.4
diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md
index 7504948662225..46caaa21daf48 100644
--- a/docs/release-notes/index.md
+++ b/docs/release-notes/index.md
@@ -20,6 +20,10 @@ To check for security updates, go to [Security announcements for the Elastic sta
% ### Fixes [elasticsearch-next-fixes]
% *
+:::{include} _snippets/9.3.0/index.md
+:::
+
+
## 9.2.4 [elasticsearch-9.2.4-release-notes]
```{applies_to}
stack: ga 9.2.4