|
| 1 | +# 8.5.0 |
| 2 | + |
| 3 | +## API |
| 4 | + |
| 5 | +* `ML.StartTrainedModelDeployment`: Description of `NumberOfAllocations` has been changed in "The total number of allocations this model is assigned across machine learning nodes". |
| 6 | +* `Security.GetAPIKey`: Added `WithLimitedBy` boolean parameter. Flag to show the limited-by role descriptors of API Keys. |
| 7 | +* `Security.GetUser`: Added `WithProfileUID` boolean parameter. Flag to retrieve profile uid (if exists) associated to the user. |
| 8 | +* `Security.GetUserProfile`: Changed the description of uid parameter, a comma-separated list of unique identifier for user profiles. |
| 9 | +* `Security.QueryAPIKeys`: Added `WithLimitedBy` boolean parameter. Flag to show the limited-by role descriptors of API Keys. |
| 10 | +* `TextStructureFindStructure`: Added `EcsCompatibility` string parameter. Optional parameter to specify the compatibility mode with ECS Grok patterns - may be either 'v1' or 'disabled'. |
| 11 | + |
| 12 | +**Promoted to stable** |
| 13 | + |
| 14 | +* `ML.InferTrainedModel` |
| 15 | +* `ML.PutTrainedModelDefinitionPart` |
| 16 | +* `ML.PutTrainedModelVocabulary` |
| 17 | +* `ML.StartTrainedModelDeployment` |
| 18 | +* `ML.StopTrainedModelDeployment` |
| 19 | +* `Security.activateUserProfile` |
| 20 | +* `Security.DisableUserProfile` |
| 21 | +* `Security.EnableUserProfile` |
| 22 | +* `Security.GetUserProfile` |
| 23 | +* `Security.HasPrivilegesUserProfile` |
| 24 | +* `Security.SuggestUserProfiles` |
| 25 | +* `Security.UpdateUserProfileData` |
| 26 | + |
| 27 | +**New APIs** |
| 28 | + |
| 29 | +* `ML.ClearTrainedModelDeploymentCache` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/clear-trained-model-deployment-cache.html). |
| 30 | +* `Security.BulkUpdateAPIKeys` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-bulk-update-api-keys.html). |
| 31 | +* `Indices.Downsample` (Experimental API) [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-rollup.html) |
| 32 | + |
| 33 | +## Typed API |
| 34 | + |
| 35 | +Following multiple feedbacks we decided to remove the builder API for the type tree. |
| 36 | + |
| 37 | +In its place, work has started to further simplify the type tree by removing redundant type aliases. The API also now comes with a helper package named `some` that allows to call for inline pointers on primitive types. |
| 38 | + |
| 39 | +In addition, a bug was fixed preventing the use of wildcards in index names, and enums are now extensible by default. |
| 40 | + |
| 41 | +The Typed API remains in `alpha` stage while its development continues. |
| 42 | + |
1 | 43 | # 8.4.0 |
2 | 44 |
|
3 | 45 | ## API |
|
0 commit comments