Skip to content

Release 2020 06 17

David Cumps edited this page Sep 17, 2020 · 1 revision

Release 2020-06-17

These release notes document all functionality from a technical point of view.

Changes

  • Feature: Allow all CORS origins to use the API.
  • Feature: Support https://wms.basisregisters.vlaanderen.be/gebouwen as shorthand URL.
  • Fix: Addressmatch on municipality name according to primary language of the municipality.
  • Fix: Addressmatch on municipalty with diacritics returns correct result.
  • Fix: Addressmatch on postalcode without niscode now returns empty result.
  • Fix: Query parameters with prefixes (xxxxx.) show a clear error to prevent users into thinking their parameters are applied.
  • Fix: Redirect urls for /api with querystring parameters.
  • Fix: Redirect uppercase urls for /api to https://.
  • Fix: Redirect OPTIONS HTTP verb for /api.
  • Fix: API documentation properly displays business version.
  • Chore: Upgrade to .NET Core 3.1.4
  • Chore: Move to GitHub Actions.

Advice

  • Use https://api.basisregisters.vlaanderen.be/v1/ as the root instead of https://basisregisters.vlaanderen.be/api/v1/ to be future-proof.
  • Supported query parameters can be found at docs.basisregisters.vlaanderen.be, previously unsupported query parameters containing a . in them now throw an error to clearly define they have not been applied.

Updated Components

Click the version number to see the code changes for each component.

Component Version
Site 1.17.4
Public Api 3.7.5
Municipality 3.6.23
PostalCode 2.7.7
StreetName 2.8.11
Address 2.15.2
Building 2.14.4
Parcel 3.10.10
Clone this wiki locally