Releases: Informatievlaanderen/api
Releases · Informatievlaanderen/api
v23.2.0
v23.1.0
v23.0.0
v22.0.0
v21.1.0
v21.0.0
v20.1.0
v20.0.1
v20.0.0
20.0.0 (2023-03-11)
Performance Improvements
- refactor pagination to gain performance GAWR-4574 (06e593e)
BREAKING CHANGES
- Removed
HasNextPage
property from PaginationInfo and replaced it by a method.
Side effect: when the collection EXACTLY hits the end with limit,
then HasNextPage will return true while before it was false.