Skip to content

Commit d48b428

Browse files
authored
Release 8.10.1
1 parent 04c1785 commit d48b428

File tree

2 files changed

+47
-16
lines changed

2 files changed

+47
-16
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 46 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[[release-notes]]
22
== Release notes
33

4+
* <<rn-8-10-1>>
5+
* <<rn-8-10-0>>
6+
* <<rn-8-9-0>>
7+
* <<rn-8-8-1>>
48
* <<rn-8-8-0>>
59
* <<rn-8-7-0>>
610
* <<rn-8-6-2>>
@@ -27,6 +31,33 @@
2731
* <<rn-8-1-0>>
2832
* <<rn-8-0-0>>
2933

34+
[discrete]
35+
[[rn-8-10-1]]
36+
=== 8.10.1 (2023-10-13)
37+
38+
- Removed deprecation warnings when using `body` parameter
39+
- Fixed some type hints to use covariant Sequence instead of invariant List
40+
41+
[discrete]
42+
[[rn-8-10-0]]
43+
=== 8.10.0 (2023-09-22)
44+
45+
- Added the Query rules APIs
46+
- Added the Synonyms APIs
47+
48+
[discrete]
49+
[[rn-8-9-0]]
50+
=== 8.9.0 (2023-08-10)
51+
52+
- Added the `cluster.info` API
53+
- Updated the `inference_config` argument in `ml.put_trained_model` API to reflect an improvement in the specification
54+
55+
[discrete]
56+
[[rn-8-8-1]]
57+
=== 8.8.1 (2023-07-06)
58+
59+
* Added the `rank` parameter to the `search` API
60+
3061
[discrete]
3162
[[rn-8-8-0]]
3263
=== 8.8.0 (2023-05-25)
@@ -39,21 +70,21 @@
3970
[[rn-8-7-0]]
4071
=== 8.7.0 (2023-04-06)
4172

42-
* Added the ``health_report`` API
43-
* Added the ``transform.schedule_now_transform`` API
44-
* Added the ``from_`` request parameter to the ``transform.start_transform`` API
45-
* Added the ``buffer``, ``grid_agg``, and ``with_labels`` parameters to the ``search_mvt`` API
46-
* Added the ``allow_auto_create`` parameter to the ``cluster.create_component_template`` API
47-
* Added the ``delete_user_annotations`` parameter to the ``ml.delete_job``, ``ml.reset_job`` API
48-
* Added the ``start`` and ``end`` parameters to the ``ml.preview_datafeed`` API
49-
* Added the ``priority`` parameter to the ``ml.start_datafeed`` API
50-
* Added the ``job_id`` parameter to the ``ml.update_datafeed`` API
51-
* Added the ``model_prune_window`` parameter to the ``ml.update_job`` API
52-
* Added the ``feature_states`` parameter to the ``snapshot.restore_snapshot`` API
53-
* Added the ``timeout`` parameter to the ``transform.get_transform_stats`` API
54-
* Added the ``from_`` parameter to the ``transform.start_transform`` API
55-
* Changed the ``input`` parameter of the ``ml.put_trained_models`` API from required to optional
56-
* Fixed the ``cluster.create_component_template`` API by removing the erroneously provided ``aliases``, ``mappings``, and ``settings`` parameters. Only the ``template`` parameter should be used for specifying component templates.
73+
* Added the `health_report` API
74+
* Added the `transform.schedule_now_transform` API
75+
* Added the `from_` request parameter to the `transform.start_transform` API
76+
* Added the `buffer`, `grid_agg`, and `with_labels` parameters to the `search_mvt` API
77+
* Added the `allow_auto_create` parameter to the `cluster.create_component_template` API
78+
* Added the `delete_user_annotations` parameter to the `ml.delete_job`, `ml.reset_job` API
79+
* Added the `start` and `end` parameters to the `ml.preview_datafeed` API
80+
* Added the `priority` parameter to the `ml.start_datafeed` API
81+
* Added the `job_id` parameter to the `ml.update_datafeed` API
82+
* Added the `model_prune_window` parameter to the `ml.update_job` API
83+
* Added the `feature_states` parameter to the `snapshot.restore_snapshot` API
84+
* Added the `timeout` parameter to the `transform.get_transform_stats` API
85+
* Added the `from_` parameter to the `transform.start_transform` API
86+
* Changed the `input` parameter of the `ml.put_trained_models` API from required to optional
87+
* Fixed the `cluster.create_component_template` API by removing the erroneously provided `aliases`, `mappings`, and `settings` parameters. Only the `template` parameter should be used for specifying component templates.
5788

5889
[discrete]
5990
[[rn-8-6-2]]

elasticsearch/_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-
__versionstr__ = "8.10.0"
18+
__versionstr__ = "8.10.1"

0 commit comments

Comments
 (0)