Skip to content

Commit cfada75

Browse files
committed
[DOCS] Updates CHANGELOG
1 parent 3bc29a7 commit cfada75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@
1111

1212
### Changes in APIs:
1313

14+
* Updated code generation, Rubocop configuration to target 3.0.
1415
* `async_search.submit` - Removes `keep_alive` and `pre_filter_shard_size` parameters.
1516
* New API: `security.query_role`: Find roles with a query.
1617
* Source code documentation is updated.
1718
* `bulk`:
1819
* Adds `list_executed_pipelines` - If `true`, the response will include the ingest pipelines that were executed for each index or create.
1920
* Adds `require_data_stream` If `true`, the request's actions must target a data stream (existing or to-be-created).
2021
* `cat` APIs have been streamlined, `master_timeout` and `verbose` parameters removed in some endpoints.
22+
* `connector.delete`: Adds `:hard` (Boolean) parameter - A flag indicating if the connector should be hard deleted
23+
* `connector.get`, `connector.list` - Add `:include_deleted` (Boolean) parameter - A flag to indicate if the desired connector should be fetched, even if it was soft-deleted.
2124
* `eql.search` - Adds `allow_partial_search_results` and `allow_partial_sequence_results` parameters.
2225
* `indices.exists_alias`, `indices.get_alias` - add `master_timeout` parameter.
2326
* `machine_learning.get_trained_models` - `include_model_definition` parameter is deprecated. Use `[include=definition]` instead.

0 commit comments

Comments
 (0)