|
| 1 | +## 9.0.0 [fleet-server-9.0.0-breaking-changes] |
| 2 | + |
| 3 | +::::{dropdown} Removed deprecated epm Fleet APIs |
| 4 | +Removed `GET/POST/DELETE /epm/packages/:pkgkey` APIs in favor of the `GET/POST/DELETE /epm/packages/:pkgName/:pkgVersion`. |
| 5 | + |
| 6 | +**Impact**<br> |
| 7 | +* Removed `experimental` query parameter in `GET /epm/packages` and `GET /epm/categories` |
| 8 | +* Removed `response` in response in `* /epm/packages*` and `GET /epm/categories` |
| 9 | +* Removed `savedObject` in `/epm/packages` response in favor of `installationInfo` |
| 10 | + |
| 11 | +For more information, check [#198434]({{kib-pull}}198434). |
| 12 | +:::: |
| 13 | + |
| 14 | +::::{dropdown} Removed deprecated Fleet APIs for agents endpoints |
| 15 | +Removed the following API endpoints: |
| 16 | + |
| 17 | +* `POST /service-tokens` in favor of `POST /service_tokens` |
| 18 | +* `GET /agent-status` in favor `GET /agent_status` |
| 19 | +* `PUT /agents/:agentid/reassign` in favor of `POST /agents/:agentid/reassign` |
| 20 | + |
| 21 | +Removed deprecated parameters or responses: |
| 22 | + |
| 23 | +* Removed `total` from `GET /agent_status` response |
| 24 | +* Removed `list` from `GET /agents` response |
| 25 | + |
| 26 | +For more information, check [#198313]({{kib-pull}}198313). |
| 27 | +:::: |
| 28 | + |
| 29 | +::::{dropdown} Removed deprecated settings API endpoints in Fleet |
| 30 | +* `GET/DELETE/POST enrollment-api-keys`: removed in favor of `GET/DELETE/POST enrollment_api_keys` |
| 31 | +* Removed `list` property from `GET enrollment_api_keys` response in favor of `items` |
| 32 | +* `GET/POST /settings`: `fleet_server_hosts` was removed from the response and body |
| 33 | + |
| 34 | +For more information, check [#198799]({{kib-pull}}198799). |
| 35 | +:::: |
| 36 | + |
| 37 | +::::{dropdown} Removed deprecated settings API endpoints in Fleet |
| 38 | +* `GET/DELETE/POST enrollment-api-keys`: removed in favor of `GET/DELETE/POST enrollment_api_keys` |
| 39 | +* Removed `list` property from `GET enrollment_api_keys` response in favor of `items` |
| 40 | +* `GET/POST /settings`: `fleet_server_hosts` was removed from the response and body |
| 41 | + |
| 42 | +For more information, check [#198799]({{kib-pull}}198799). |
| 43 | +:::: |
| 44 | + |
| 45 | +::::{dropdown} Removed deprecated topics property for kafka output in favor of the topic property |
| 46 | +Removed deprecated property `topics` from output APIs in response and requests (`(GET|POST|PUT) /api/fleet/outputs`) in favor of the `topic` property. |
| 47 | + |
| 48 | +For more information, check [#199226]({{kib-pull}}199226). |
| 49 | +:::: |
| 50 | + |
| 51 | +::::{dropdown} Limit pagination size to 100 when retrieving full policy or withAgentCount in Fleet |
| 52 | +In addition to the new pagination limit size of 100, retrieving agent policies without agent count is now the new default behavior, and a new query parameter `withAgentCount` was added to retrieve the agent count. |
| 53 | + |
| 54 | +For more information, check [#196887]({{kib-pull}}196887). |
| 55 | +:::: |
0 commit comments