From 39209fc3d7681cb4d73ba3bdc349eeb5f1e94ff7 Mon Sep 17 00:00:00 2001 From: elasticsearchmachine Date: Tue, 3 Sep 2024 08:35:52 +0000 Subject: [PATCH] Update docs for v8.15.1 release --- docs/reference/release-notes/8.15.1.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/release-notes/8.15.1.asciidoc b/docs/reference/release-notes/8.15.1.asciidoc index 7e88ed33fa0da..6b305ded039f4 100644 --- a/docs/reference/release-notes/8.15.1.asciidoc +++ b/docs/reference/release-notes/8.15.1.asciidoc @@ -28,7 +28,11 @@ Geo:: Indices APIs:: * Fix template alias parsing livelock {es-pull}112217[#112217] +Inference:: +* Fix the bug where the run() function of ExecutableInferenceRequest throws an exception when get inferenceEntityId. {es-pull}112135[#112135] + Infra/Core:: +* Fix toReleaseVersion() when called on the current version id {es-pull}112242[#112242] (issue: {es-issue}111900[#111900]) * Fix windows memory locking {es-pull}111866[#111866] (issue: {es-issue}111847[#111847]) Ingest Node::