Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes from 8.8.1 to 8.10.1 #2346

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 46 additions & 15 deletions docs/guide/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[[release-notes]]
== Release notes

* <<rn-8-10-1>>
* <<rn-8-10-0>>
* <<rn-8-9-0>>
* <<rn-8-8-1>>
* <<rn-8-8-0>>
* <<rn-8-7-0>>
* <<rn-8-6-2>>
Expand All @@ -27,6 +31,33 @@
* <<rn-8-1-0>>
* <<rn-8-0-0>>

[discrete]
[[rn-8-10-1]]
=== 8.10.1 (2023-10-13)

- Removed deprecation warnings when using `body` parameter
- Fixed some type hints to use covariant Sequence instead of invariant List

[discrete]
[[rn-8-10-0]]
=== 8.10.0 (2023-09-22)

- Added the Query rules APIs
- Added the Synonyms APIs

[discrete]
[[rn-8-9-0]]
=== 8.9.0 (2023-08-10)

- Added the `cluster.info` API
- Updated the `inference_config` argument in `ml.put_trained_model` API to reflect an improvement in the specification

[discrete]
[[rn-8-8-1]]
=== 8.8.1 (2023-07-06)

* Added the `rank` parameter to the `search` API

[discrete]
[[rn-8-8-0]]
=== 8.8.0 (2023-05-25)
Expand All @@ -39,21 +70,21 @@
[[rn-8-7-0]]
=== 8.7.0 (2023-04-06)

* Added the ``health_report`` API
* Added the ``transform.schedule_now_transform`` API
* Added the ``from_`` request parameter to the ``transform.start_transform`` API
* Added the ``buffer``, ``grid_agg``, and ``with_labels`` parameters to the ``search_mvt`` API
* Added the ``allow_auto_create`` parameter to the ``cluster.create_component_template`` API
* Added the ``delete_user_annotations`` parameter to the ``ml.delete_job``, ``ml.reset_job`` API
* Added the ``start`` and ``end`` parameters to the ``ml.preview_datafeed`` API
* Added the ``priority`` parameter to the ``ml.start_datafeed`` API
* Added the ``job_id`` parameter to the ``ml.update_datafeed`` API
* Added the ``model_prune_window`` parameter to the ``ml.update_job`` API
* Added the ``feature_states`` parameter to the ``snapshot.restore_snapshot`` API
* Added the ``timeout`` parameter to the ``transform.get_transform_stats`` API
* Added the ``from_`` parameter to the ``transform.start_transform`` API
* Changed the ``input`` parameter of the ``ml.put_trained_models`` API from required to optional
* 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.
* Added the `health_report` API
* Added the `transform.schedule_now_transform` API
* Added the `from_` request parameter to the `transform.start_transform` API
* Added the `buffer`, `grid_agg`, and `with_labels` parameters to the `search_mvt` API
* Added the `allow_auto_create` parameter to the `cluster.create_component_template` API
* Added the `delete_user_annotations` parameter to the `ml.delete_job`, `ml.reset_job` API
* Added the `start` and `end` parameters to the `ml.preview_datafeed` API
* Added the `priority` parameter to the `ml.start_datafeed` API
* Added the `job_id` parameter to the `ml.update_datafeed` API
* Added the `model_prune_window` parameter to the `ml.update_job` API
* Added the `feature_states` parameter to the `snapshot.restore_snapshot` API
* Added the `timeout` parameter to the `transform.get_transform_stats` API
* Added the `from_` parameter to the `transform.start_transform` API
* Changed the `input` parameter of the `ml.put_trained_models` API from required to optional
* 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.

[discrete]
[[rn-8-6-2]]
Expand Down
Loading