Skip to content

Commit

Permalink
Release 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Oct 11, 2023
1 parent f0e263f commit f91f59c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unified-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Assemble
runs-on: ubuntu-latest
env:
STACK_VERSION: "8.3-SNAPSHOT"
STACK_VERSION: "8.10-SNAPSHOT"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
16 changes: 16 additions & 0 deletions docs/guide/release-notes/8-10-0.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[[release-notes-8-10-0]]
=== 8.10.0 Release Notes

Client is compatible with Elastic Enterprise Search 8.10.0

[discrete]
==== Added

- Added `get_storage`, `get_stale_storage` and `delete_stale_storage` to `enterprise_search`.
- Added `precision_enabled` parameter name to `app_search.put_search_settings`.


[discrete]
==== Fixed

- Fixed `boosts` parameter name in `app_search.search` and `app_search.search_explain`.
4 changes: 3 additions & 1 deletion docs/guide/release-notes/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[[release_notes]]
== Release Notes

* <<release-notes-8-4-0, 8.5.0 Release Notes>>
* <<release-notes-8-10-0, 8.10.0 Release Notes>>
* <<release-notes-8-5-0, 8.5.0 Release Notes>>
* <<release-notes-8-4-0, 8.4.0 Release Notes>>
* <<release-notes-8-3-0, 8.3.0 Release Notes>>
* <<release-notes-8-2-0, 8.2.0 Release Notes>>

include::8-10-0.asciidoc[]
include::8-5-0.asciidoc[]
include::8-4-0.asciidoc[]
include::8-3-0.asciidoc[]
Expand Down
2 changes: 1 addition & 1 deletion elastic_enterprise_search/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__version__ = "8.3.0"
__version__ = "8.10.0"

0 comments on commit f91f59c

Please sign in to comment.