Skip to content

API Change Log

This changelog contains the versions and dates of changes to the Naurt Final Destination API.

Naurt uses SemVer versioning with the addition of “-hf.x” for bug fixes of the same version. When a new major version is released, Naurt creates a new endpoint (e.g. final-destination/v2), and maintains support for the old version to ensure compatibility.

  • Found an issue where UK postcodes without spaces sometimes have poorly quality matches. We now normalise this to the standard format. For example, the postcode “ll127le” is now corrected to “LL12 7LE” before search for improved matching
  • The postcode issue discussed in v2.6.16-hf.1 was identified to be related to Qatar country codes. This version fixes the bug.
  • An issue was identified which was related to some postcodes. This version provides better logging visibility
  • Now allow additional_matches for a UDPRN search
  • Can now request the UDPRN is returned when searching an address
  • Internal refactor only, no performance or behaviour changes
  • Internal change to slightly speed up key caching
  • Better relevancy for addresses where the unit and street number are attached, for example “12a” or “65b”
  • Relax search requirements when house name is present so addresses without street names are not rejected in some rural areas
  • Added country_code in response in structured address.
  • Jordan, Qatar, and Bahrain added to API.
  • Feedback API migrated to v2.
  • Fix to search confidence score for handful of anomalous addresses.
  • South Africa added to API.
  • Optional filter added to reject partial addresses such as “London”.
  • Added basic fuzzy search support.
  • Added search confidence score.
  • Search bias increased for countries auto-detected in raw address string.
  • Search improvements for house_name field.
  • Poland, Luxembourg, Slovenia, and Czechia added to API.
  • Norway, Finland, Belgium, Switzerland, Jersey, Guernsey, and Isle of Man added to API.
  • Additional error responses added to every rejected request.
  • General search improvements.
  • Bias towards postalcode in search reduced.
  • UDPRN search available for UK data
  • Searches containing a postalcode made more flexible.
  • Internal fixes .
  • Internal refactor.
  • New system for extracting postalcodes from address strings implemented.
  • Searching with incorrect postalcodes in the UK detected and corrected.
  • Adding support for CJK languages
  • Adding alternative to Naurt’s standard GeoJSON response.
  • Added options for the strictness of search when involving postalcodes. Can be none, loose, strict.
  • Internal version updates
  • Search improvements
  • Improvements to address parser
  • Custom address parser used on raw address strings
  • UPRN search added for UK addresses
  • v2 endpoint created