Skip to content

Commit e0f54c7

Browse files
authored
Update v8 changelog (#1647)
1 parent 6d2774d commit e0f54c7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/changelog.asciidoc

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,23 @@ If you are already passing the basic auth options in the `auth` configuration, t
304304
[discrete]
305305
===== Calling `client.close` will reject new requests
306306

307-
Once you call `client.close` every new request after that will be rejected with a `NoLivingConnectionsError`. In-flight requests will be executed normally unless an in-flight request requires a retry, in which case it will be rejected.
307+
Once you call `client.close` every new request after that will be rejected with a `NoLivingConnectionsError`. In-flight requests will be executed normally unless an in-flight request requires a retry, in which case it will be rejected.
308+
309+
[discrete]
310+
===== Parameters rename
311+
312+
- `ilm.delete_lifecycle`: `policy` parameter has been renamed to `name`
313+
- `ilm.get_lifecycle`: `policy` parameter has been renamed to `name`
314+
- `ilm.put_lifecycle`: `policy` parameter has been renamed to `name`
315+
- `snapshot.cleanup_repository`: `repository` parameter has been renamed to `name`
316+
- `snapshot.create_repository`: `repository` parameter has been renamed to `name`
317+
- `snapshot.delete_repository`: `repository` parameter has been renamed to `name`
318+
- `snapshot.get_repository`: `repository` parameter has been renamed to `name`
319+
- `snapshot.verify_repository`: `repository` parameter has been renamed to `name`
320+
321+
[discrete]
322+
===== Removal of snake_cased methods
323+
324+
The v7 client provided snake_cased methods, such as `client.delete_by_query`. This is no longer supported, now only camelCased method are present.
325+
So `client.delete_by_query` can be accessed with `client.deleteByQuery`
326+

0 commit comments

Comments
 (0)