Skip to content

Commit f72a1d7

Browse files
[7.16] Add note about parameter ordering for upgrading from 6.x->7.0
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent dca61db commit f72a1d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@
401401
[[rn-7-10-0]]
402402
=== 7.10.0 (2020-11-11)
403403

404-
405404
* Added support for {es} 7.10 APIs.
406405
* Added basic type stubs for static type checking and IDE auto-complete of API
407406
parameters (https://github.com/elastic/elasticsearch-py/pull/1297[#1297],
@@ -508,7 +507,6 @@
508507
[[rn-7-6-0]]
509508
=== 7.6.0 (2020-03-19)
510509

511-
512510
* Added support for ES 7.6 APIs.
513511
* Added support for
514512
https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html#_identifying_running_tasks[`X-Opaque-Id`]
@@ -597,3 +595,6 @@
597595
* Using insecure SSL configuration (`verify_cert=False`) raises a warning,
598596
this can be not showed with `ssl_show_warn=False`.
599597
* Add support for 7.x APIs in {es} both xpack and oss flavors.
598+
* Ordering of parameters may have changed for some APIs compared to 6.8.
599+
Use keyword arguments instead of positional arguments to work-around this
600+
change.

0 commit comments

Comments
 (0)