Release 2020 08 31 - Informatievlaanderen/registry-documentation GitHub Wiki
Release 2020-08-31
These release notes document all functionality from a technical point of view.
Changes
- Feature: Add listing of GitHub repositories on the website.
- Fix: Clarify some API documentation.
- Fix:
Volgende
link now applies all querystring parameters. - Fix: AddressMatch will now correctly return results for housenumbers ending in
E
. - Fix: AddressMatch will now correctly interpret housenumber ranges. (e.g.:
10-20
will also match numbers in between) - Fix: AddressMatch will now also match
10
when you search for10A
, with a lower score. - Fix: AddressMatch will now also match
10A
when you search for10
, with a lower score. - Fix: AddressMatch will now also match addresses without a boxnumber when there is no exact match, with a lower score.
- Fix: AddressMatch will now give a validation error when you try to match a NisCode longer than 5.
- Fix: AddressMatch will now give a validation error when you try to match a PostalCode longer than 4.
- Fix: AddressMatch will now give a validation error when you try to match a BoxNumber longer than 40.
- Fix: AddressMatch will not give a warning anymore for merged municipalties. (e.g.:
Aalter
and NisCode44084
) - Fix: AddressMatch will now match on all variations of municipality names in municipalities with language facilities.
- Fix: AddressMatch will now match on all variations of street names in municipalities with language facilities.
- Fix: AddressMatch will now sort scores from best to worst.
- Fix: AddressMatch will now sort on the full address when there are equal scores.
- Fix: AddressMatch will now use natural sorting on numbers when possible.
- Fix: AddressMatch will now score matches with bisnumbers more accurately.
- Chore: Upgrade to .NET Core 3.1.6
Advice
- Use
https://api.basisregisters.vlaanderen.be/v1/
as the root instead ofhttps://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.18.0 |
Public Api | 4.1.0 |
Municipality | 3.8.1 |
PostalCode | 2.9.2 |
StreetName | 2.10.1 |
Address | 2.17.1 |
Building | 2.18.1 |
Parcel | 3.11.1 |