|
| 1 | +## Release 8.7.0 |
| 2 | + |
| 3 | +- Added 2 new endpoints: |
| 4 | + - [healthReport](https://github.com/elastic/elasticsearch-php/blob/8.7/src/Traits/ClientEndpointsTrait.php#L839), |
| 5 | + documentation [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/health-api.html) |
| 6 | + - [Transform.scheduleNowTransform](https://github.com/elastic/elasticsearch-php/blob/8.7/src/Endpoints/Transform.php#L286), |
| 7 | + documentation [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/schedule-now-transform.html) |
| 8 | +- Added the `delete_user_annotations` boolean parameter in `Ml.deleteJob`. |
| 9 | + Should annotations added by the user be deleted |
| 10 | +- Added the `delete_user_annotations` boolean parameter in `Ml.resetJob`. |
| 11 | + Should annotations added by the user be deleted |
| 12 | +- Added the `timeout` time parameter in `Transform.getTransformStats`. |
| 13 | + Controls the time to wait for the stats |
| 14 | +- Added the `from` string parameter in `Transform.startTransform`. |
| 15 | + Restricts the set of transformed entities to those changed after this time |
| 16 | +- Allow plugin for `php-http/discovery` library |
| 17 | + [#1294](https://github.com/elastic/elasticsearch-php/pull/1294) |
| 18 | + |
| 19 | +## Release 8.6.1 |
| 20 | + |
| 21 | +- Added a new endpoint [Ml.updateTrainedModelDeployment](https://github.com/elastic/elasticsearch-php/blob/v8.6.1/src/Endpoints/Ml.php#L2743), documentation [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/update-trained-model-deployment.html) |
| 22 | +- Added the `priority` string parameter for `Ml.startTrainedModelDeployment`. |
| 23 | + The deployment priority. |
| 24 | + |
| 25 | +## Release 8.5.0 |
| 26 | + |
| 27 | +- Added 2 new endpoints: |
| 28 | + - [Ml.clearTrainedModelDeploymentCache](https://github.com/elastic/elasticsearch-php/blob/v8.5.0/src/Endpoints/Ml.php#L52), documentation [here](https://www.elastic.co/guide/en/ |
| 29 | +elasticsearch/reference/master/clear-trained-model-deployment-cache.html) |
| 30 | + - [Security.bulkUpdateApiKeys](https://github.com/elastic/elasticsearch-php/blob/v8.5.0/src/Endpoints/Security.php#L118), documentation [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-bulk-update-api-keys.html) |
| 31 | +- Added 1 new experimental endpoint: |
| 32 | + - [Indices.downsample](), documentation [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-rolluphtml) |
| 33 | +- Added the `with_limited_by` boolean parameter in the endpoint `Security.getApiKey`. |
| 34 | + Flag to show the limited-by role descriptors of API Keys. |
| 35 | +- Added the `with_profile_uid` boolean parameter in the endpoint `Security.getUser`. |
| 36 | + Flag to retrieve profile uid (if exists) associated to the user. |
| 37 | +- Changed the description of `uid` parameter in the endpoint `Security.getUserProfile`. |
| 38 | + A comma-separated list of unique identifier for user profiles. |
| 39 | +- Added the `with_limited_by` boolean parameter in the endpoint `Security.queryApiKeys`. |
| 40 | + Flag to show the limited-by role descriptors of API Keys. |
| 41 | +- Added the `ecs_compatibility` string parameter in the endpoint `TextStructure.findStructure`. |
| 42 | + Optional parameter to specify the compatibility mode with ECS Grok patterns - |
| 43 | + may be either 'v1' or 'disabled'. |
| 44 | + |
1 | 45 | ## Release 8.4.0
|
2 | 46 |
|
3 | 47 | - Added a `ClientInterface` to simplify the mock of the Client,
|
|
0 commit comments