From 8df5ab90b56c40dfead05d77f4cd4fcea781468e Mon Sep 17 00:00:00 2001 From: Pius Date: Wed, 10 Apr 2024 09:20:58 -0700 Subject: [PATCH 1/2] Add put_synonym_rule fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 450ca76da6..8098980dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ And to @tblyler for fixing a very subtle memory leak in the `BulkIndexer`. #797 * Fix: ticker memory leak in bulk indexer due to internal flush call resetting the ticker. #797 * Fix: Scroll now uses the body to pass the scroll_id. #785 * Add: generated UnmarshalJSON for Requests to allow injecting payloads using aliases. +* Fix: put_synonym_rule was not working due to type mismatching issue in the [Elasticsearch API Specification](https://github.com/elastic/elasticsearch-specification/pull/2407). # 8.12.0 From 0ddb6ed3d88119fcf33184cdbba20682c764e6f2 Mon Sep 17 00:00:00 2001 From: Pius Date: Wed, 10 Apr 2024 09:23:08 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8098980dcc..5f58264721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ And to @tblyler for fixing a very subtle memory leak in the `BulkIndexer`. #797 * Fix: ticker memory leak in bulk indexer due to internal flush call resetting the ticker. #797 * Fix: Scroll now uses the body to pass the scroll_id. #785 * Add: generated UnmarshalJSON for Requests to allow injecting payloads using aliases. -* Fix: put_synonym_rule was not working due to type mismatching issue in the [Elasticsearch API Specification](https://github.com/elastic/elasticsearch-specification/pull/2407). +* Fix: `put_synonym_rule` was not working due to a type issue in the [Elasticsearch API Specification](https://github.com/elastic/elasticsearch-specification/pull/2407). # 8.12.0