File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
elastic_enterprise_search Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 18
18
name : Assemble
19
19
runs-on : ubuntu-latest
20
20
env :
21
- STACK_VERSION : " 8.3 -SNAPSHOT"
21
+ STACK_VERSION : " 8.10 -SNAPSHOT"
22
22
steps :
23
23
- name : Checkout
24
24
uses : actions/checkout@v2
Original file line number Diff line number Diff line change
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`.
Original file line number Diff line number Diff line change 1
1
[[release_notes]]
2
2
== Release Notes
3
3
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>>
5
6
* <<release-notes-8-4-0, 8.4.0 Release Notes>>
6
7
* <<release-notes-8-3-0, 8.3.0 Release Notes>>
7
8
* <<release-notes-8-2-0, 8.2.0 Release Notes>>
8
9
10
+ include::8-10-0.asciidoc[]
9
11
include::8-5-0.asciidoc[]
10
12
include::8-4-0.asciidoc[]
11
13
include::8-3-0.asciidoc[]
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- __version__ = "8.3 .0"
18
+ __version__ = "8.10 .0"
You can’t perform that action at this time.
0 commit comments