diff --git a/docs/guide/app-search-api.asciidoc b/docs/guide/app-search-api.asciidoc index 4c37cb0..851218f 100644 --- a/docs/guide/app-search-api.asciidoc +++ b/docs/guide/app-search-api.asciidoc @@ -25,7 +25,7 @@ from elastic_enterprise_search import AppSearch app_search = AppSearch( "http://localhost:3002", - http_auth="private-..." + bearer_auth="private-..." ) # Now call API methods app_search.search(...) diff --git a/docs/guide/release-notes/8-4-0.asciidoc b/docs/guide/release-notes/8-4-0.asciidoc new file mode 100644 index 0000000..5467e71 --- /dev/null +++ b/docs/guide/release-notes/8-4-0.asciidoc @@ -0,0 +1,12 @@ +[[release-notes-8-4-0]] +=== 8.4.0 Release Notes + +[discrete] +==== Added + +- Added the `app_search.search_es_search` API method. + +[discrete] +==== Changed + +- Changed URL parsing to use default ports for `http` and `https` schemes instead of raising an error. diff --git a/docs/guide/release-notes/8-5-0.asciidoc b/docs/guide/release-notes/8-5-0.asciidoc new file mode 100644 index 0000000..7d4b268 --- /dev/null +++ b/docs/guide/release-notes/8-5-0.asciidoc @@ -0,0 +1,4 @@ +[[release-notes-8-5-0]] +=== 8.5.0 Release Notes + +Client is compatible with Elastic Enterprise Search 8.5.0 diff --git a/docs/guide/release-notes/index.asciidoc b/docs/guide/release-notes/index.asciidoc index c18a31b..6eb8357 100644 --- a/docs/guide/release-notes/index.asciidoc +++ b/docs/guide/release-notes/index.asciidoc @@ -1,31 +1,12 @@ [[release_notes]] == Release Notes -[discrete] -=== 8.x - +* <> +* <> * <> * <> -[discrete] -=== 7.x - -* <> -* <> -* <> -* <> -* <> -* <> -* <> -* <> - +include::8-5-0.asciidoc[] +include::8-4-0.asciidoc[] include::8-3-0.asciidoc[] include::8-2-0.asciidoc[] -include::7-17-0.asciidoc[] -include::7-16-0.asciidoc[] -include::7-15-0.asciidoc[] -include::7-14-0.asciidoc[] -include::7-13-0.asciidoc[] -include::7-12-0.asciidoc[] -include::7-11-0.asciidoc[] -include::7-10-0.asciidoc[]