Skip to content

v1.51.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Aug 02:53

1.51.0 (2026-08-25)

Bug Fixes

  • geocoder: correct the Photon mapping against a live index (d3d9347)
  • geocoder: detect Nominatim's reverse shape on the Photon path (73d14bd)
  • geocoder: do not query the upstream for an empty search (02de8dc)
  • geocoder: keep the caller's shape on failure and resolve district results (0e168b6)
  • geocoder: make the provider mismatch observable against a real Nominatim host (170258c)
  • geocoder: narrow the Photon signature and carry neighborhood end to end (70eedcd)
  • geocoder: only inherit Poracle's provider alongside its URL (b647126)
  • geocoder: reject non-Nominatim problem bodies instead of passing a blank result (6b37fd3)
  • geocoder: report a Photon URL left on the Nominatim provider (c1e868e)
  • geocoder: stop a provider mismatch from crashing the server (ddf394d)
  • geocoder: validate coordinates and keep transient failures out of provider advice (fb398d7)

Features

  • geocoder: derive geocoderProvider from Poracle's remote config (bbd43da)