From dcb11e369fe279d0443e993e4899e94eb772d5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C5=ABnas=20Dronga?= Date: Thu, 3 Feb 2022 14:57:43 +0200 Subject: [PATCH] add missing BC for version 6.8 (#1173) --- BREAKING_CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index 52a3baa20..a5cf68e45 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -19,6 +19,10 @@ - Added type hints and return type declarations where possible [#897](https://github.com/elastic/elasticsearch-php/pull/897) +# 6.8 + +- Method taskList() renamed to list() in TasksNamespace + # 6.7 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)