Skip to content

Commit f91f59c

Browse files
authored
Release 8.10.0
1 parent f0e263f commit f91f59c

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.github/workflows/unified-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Assemble
1919
runs-on: ubuntu-latest
2020
env:
21-
STACK_VERSION: "8.3-SNAPSHOT"
21+
STACK_VERSION: "8.10-SNAPSHOT"
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v2
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[[release-notes-8-10-0]]
2+
=== 8.10.0 Release Notes
3+
4+
Client is compatible with Elastic Enterprise Search 8.10.0
5+
6+
[discrete]
7+
==== Added
8+
9+
- Added `get_storage`, `get_stale_storage` and `delete_stale_storage` to `enterprise_search`.
10+
- Added `precision_enabled` parameter name to `app_search.put_search_settings`.
11+
12+
13+
[discrete]
14+
==== Fixed
15+
16+
- Fixed `boosts` parameter name in `app_search.search` and `app_search.search_explain`.

docs/guide/release-notes/index.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[[release_notes]]
22
== Release Notes
33

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

10+
include::8-10-0.asciidoc[]
911
include::8-5-0.asciidoc[]
1012
include::8-4-0.asciidoc[]
1113
include::8-3-0.asciidoc[]

elastic_enterprise_search/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = "8.3.0"
18+
__version__ = "8.10.0"

0 commit comments

Comments
 (0)