Skip to content

Commit b16008f

Browse files
Merge branch 'main' of github.com:elastic/elasticsearch into ml-inference-unified-api-elastic
2 parents 3c4428f + c580024 commit b16008f

File tree

148 files changed

+5760
-828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+5760
-828
lines changed

distribution/tools/plugin-cli/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies {
2525
implementation project(":libs:plugin-api")
2626
implementation project(":libs:plugin-scanner")
2727
// TODO: asm is picked up from the plugin scanner, we should consolidate so it is not defined twice
28-
implementation 'org.ow2.asm:asm:9.7'
29-
implementation 'org.ow2.asm:asm-tree:9.7'
28+
implementation 'org.ow2.asm:asm:9.7.1'
29+
implementation 'org.ow2.asm:asm-tree:9.7.1'
3030

3131
api "org.bouncycastle:bcpg-fips:1.0.7.1"
3232
api "org.bouncycastle:bc-fips:1.0.2.5"

docs/changelog/117359.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117359
2+
summary: Term query for ES|QL
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/117657.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117657
2+
summary: Ignore cancellation exceptions
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/117920.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 117920
2+
summary: Wait for the worker service to shutdown before closing task processor
3+
area: Machine Learning
4+
type: bug
5+
issues:
6+
- 117563

docs/changelog/117939.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117939
2+
summary: Adding default endpoint for Elastic Rerank
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/118027.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 118027
2+
summary: Esql compare nanos and millis
3+
area: ES|QL
4+
type: enhancement
5+
issues:
6+
- 116281

docs/changelog/118064.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 118064
2+
summary: Add Highlighter for Semantic Text Fields
3+
area: Highlighting
4+
type: feature
5+
issues: []

docs/changelog/118094.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 118094
2+
summary: Update ASM 9.7 -> 9.7.1 to support JDK 24
3+
area: Infra/Core
4+
type: upgrade
5+
issues: []

docs/internal/DistributedArchitectureGuide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ The tasks infrastructure is used to track currently executing operations in the
386386

387387
Each individual task is local to a node, but can be related to other tasks, on the same node or other nodes, via a parent-child relationship.
388388

389+
> [!NOTE]
390+
> The Task management API is experimental/beta, its status and outstanding issues can be tracked [here](https://github.com/elastic/elasticsearch/issues/51628).
391+
389392
### Task tracking and registration
390393

391394
Tasks are tracked in-memory on each node in the node's [TaskManager], new tasks are registered via one of the [TaskManager#register] methods.

docs/reference/esql/functions/description/term.asciidoc

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)