Skip to content

Commit 0cc7436

Browse files
committed
Add release 8.3 release note to changelog
1 parent 47706b4 commit 0cc7436

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 8.3.0
2+
3+
## API
4+
5+
* `ML.InferTrainedModelDeployment` renamed to `InferTrainedModel`
6+
* `ML.PreviewDatafeed` has two new parameters, `start` and `end`. [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/8.3/ml-preview-datafeed.html)
7+
* `ML.StartTrainedModelDeployment` has three new parameters, `number_of_allocations`, `threads_per_allocation` and `queue_capacity`. [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/start-trained-model-deployment.html)
8+
* `Cluster.DeleteVotingConfigExclusions` has a new `master_timeout` parameter.
9+
* `Cluster.PostVotingConfigExclusions` has a new `master_timeout` parameter.
10+
* `Snapshot.Get` has a new `index_names` parameters (boolean). Whether to include the name of each index in the snapshot. Defaults to true.
11+
12+
**New APIs**
13+
14+
* `Security.HasPrivilegesUserProfile` (Experimental API) [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-has-privileges-user-profile.html)
15+
116
# 8.2.0
217
## Client
318

0 commit comments

Comments
 (0)