Skip to content

Releases: Informatievlaanderen/api

v23.2.0

19 Sep 10:32
Compare
Choose a tag to compare

23.2.0 (2024-09-19)

Features

  • update swagger packages (ff7dd4b)

v23.1.0

08 Apr 08:26
Compare
Choose a tag to compare

23.1.0 (2024-04-08)

Features

v23.0.0

05 Apr 06:38
Compare
Choose a tag to compare

23.0.0 (2024-04-05)

Code Refactoring

  • remove datadog packages (577f00e)

BREAKING CHANGES

  • remove datadog packages

v22.0.0

28 Mar 14:54
Compare
Choose a tag to compare

22.0.0 (2024-03-28)

Bug Fixes

  • remove use of UseMvc() to enable versioned attribute routing (9e5b732)

BREAKING CHANGES

  • UseMvc() is removed and replaced with attribute routing

v21.1.0

19 Mar 18:38
Compare
Choose a tag to compare

21.1.0 (2024-03-19)

Features

  • add toggle to disable fluentvalidation (74e3bab)

v21.0.0

12 Mar 14:39
Compare
Choose a tag to compare

21.0.0 (2024-03-12)

Features

BREAKING CHANGES

  • upgrade to net8

v20.1.0

13 Sep 09:00
Compare
Choose a tag to compare

20.1.0 (2023-09-13)

Features

  • add application ld accepttype (e4ae3a5)

v20.0.1

25 Apr 12:10
Compare
Choose a tag to compare

20.0.1 (2023-04-25)

Bug Fixes

  • ForbiddenResponseExamples detail (adff57e)

v20.0.0

11 Mar 07:11
Compare
Choose a tag to compare

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.

v19.1.0

01 Mar 13:14
Compare
Choose a tag to compare

19.1.0 (2023-03-01)

Features