Skip to content

Commit fb9abf9

Browse files
add events api deprecation
1 parent 0b5168d commit fb9abf9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/pages/docs/deprecations/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Deprecations are subject to change in detail or time frame. If you need help ass
2323

2424
## Planned Deprecations
2525

26+
### System and Space Level `/events` API Endpoint in 2025.4
27+
The `GET /events` and `GET /{spaceId}/events` API endpoints will be replaced by new versions that don't return pagination properties. Events are created constantly, minimising the value of providing individual page numbers, and calculating the total number of results can be very expensive on instances with larger data sets.
28+
29+
The `GET /events/v2` and `GET /{spaceId}/events/v2` endpoints will be available to retrieve events in JSON format. CSV exporting will be available with the `GET /events/export` and `GET /events/{spaceId}/export` endpoints.
30+
2631
### Dropping capability for Windows Server 2008 Workers and Targets in 2025.1
2732
Microsoft [dropped extended support](https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2008) for the Windows Server 2008 family in January 2020. This operating system is also the last Windows OS that does not support .NET Core, one of the languages used to build Octopus Deploy. The complexity required to support this legacy platform outweighs the value to our customers.
2833

0 commit comments

Comments
 (0)