From 5b3e844ebfc78691142895c72fa38f4371f02937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Thu, 11 Apr 2024 16:55:43 +0200 Subject: [PATCH] adding changelog for 8.13.1 (#847) --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f58264721..dd9ea63ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 8.13.1 + +# Typed API + +Update APIs to latest [elasticsearch-specification 8.13](https://github.com/elastic/elasticsearch-specification/tree/5fb8f1ce9c4605abcaa44aa0f17dbfc60497a757) + +## Fixes + +This patch release brings a fix to the initialisation of the `Request` in endpoints which would prevent using the shortcuts for fields. +Canonical`.Request()` method was unaffected. + +* `Autoscaling.PutAutoscalingPolicy` +* `Indices.Downsample` +* `Indices.PutSettings` +* `Indices.SimulateTemplate` +* `Inference.PutModel` +* `Logstash.PutPipeline` +* `Ml.ValidateDetector` +* `SearchApplication.Put` + # 8.13.0 # API