|
1 | 1 | [[release-notes]]
|
2 | 2 | == Release notes
|
3 | 3 |
|
| 4 | +* <<rn-8-10-1>> |
| 5 | +* <<rn-8-10-0>> |
| 6 | +* <<rn-8-9-0>> |
| 7 | +* <<rn-8-8-1>> |
4 | 8 | * <<rn-8-8-0>>
|
5 | 9 | * <<rn-8-7-0>>
|
6 | 10 | * <<rn-8-6-2>>
|
|
27 | 31 | * <<rn-8-1-0>>
|
28 | 32 | * <<rn-8-0-0>>
|
29 | 33 |
|
| 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 | + |
30 | 61 | [discrete]
|
31 | 62 | [[rn-8-8-0]]
|
32 | 63 | === 8.8.0 (2023-05-25)
|
|
39 | 70 | [[rn-8-7-0]]
|
40 | 71 | === 8.7.0 (2023-04-06)
|
41 | 72 |
|
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. |
57 | 88 |
|
58 | 89 | [discrete]
|
59 | 90 | [[rn-8-6-2]]
|
|
0 commit comments