Skip to content

Commit e2d58c8

Browse files
author
elasticsearchmachine
committed
[ML] Backfill changelog YAML entries for active branches
Adds structured changelog entries for all changes in the active release branches: main/9.4.0, 9.3.x, 9.2.x, and 8.19.x. Also includes entries for recent hardening PRs (#3008, #3015) and the flaky test fix (#3017) that were not yet in CHANGELOG.asciidoc. Made-with: Cursor
1 parent b480bcc commit e2d58c8

10 files changed

Lines changed: 50 additions & 0 deletions

File tree

docs/changelog/2841.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 2841
2+
summary: "Better messaging regarding OOM process termination"
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/2846.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 2846
2+
summary: "Report the actual memory usage of the autodetect process"
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/2848.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 2848
2+
summary: "Improve adherence to memory limits for the bucket gatherer"
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/2863.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 2863
2+
summary: "Update the PyTorch library to version 2.7.1"
3+
area: Machine Learning
4+
type: upgrade
5+
issues: []

docs/changelog/2889.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 2889
2+
summary: "Downgrade log severity for a batch of recoverable errors"
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/2894.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 2894
2+
summary: "Better error handling regarding quantiles state documents"
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/2895.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 2895
2+
summary: "Better handling of invalid JSON state documents"
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/3008.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 3008
2+
summary: "Harden pytorch_inference with TorchScript model graph validation"
3+
area: Machine Learning
4+
type: enhancement
5+
issues: [2890]

docs/changelog/3015.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 3015
2+
summary: "Add EuroBERT and Jina v5 ops to graph validation allowlist"
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/3017.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 3017
2+
summary: "Fix flaky CIoManagerTest/testFileIoGood test"
3+
area: Machine Learning
4+
type: bug
5+
issues: []

0 commit comments

Comments
 (0)