You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,16 @@
11
11
12
12
### Changes in APIs:
13
13
14
+
* Updated code generation, Rubocop configuration to target 3.0.
14
15
*`async_search.submit` - Removes `keep_alive` and `pre_filter_shard_size` parameters.
15
16
* New API: `security.query_role`: Find roles with a query.
16
17
* Source code documentation is updated.
17
18
*`bulk`:
18
19
* Adds `list_executed_pipelines` - If `true`, the response will include the ingest pipelines that were executed for each index or create.
19
20
* Adds `require_data_stream` If `true`, the request's actions must target a data stream (existing or to-be-created).
20
21
*`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.
21
24
*`eql.search` - Adds `allow_partial_search_results` and `allow_partial_sequence_results` parameters.
0 commit comments