Skip to content

Releases: pelias/wof-admin-lookup

v7.1.1

11 May 17:27
3057cdd
Compare
Choose a tag to compare

7.1.1 (2020-05-11)

Bug Fixes

  • postalCities: Only change locality if borough is not changed (20e1500)

v7.1.0

30 Apr 15:56
6755a8b
Compare
Choose a tag to compare

7.1.0 (2020-04-30)

Features

  • postalCityMap: allow customization of the search paths for postal cities TSV data (729aa74)

v7.0.0

23 Apr 20:18
bd31b26
Compare
Choose a tag to compare

7.0.0 (2020-04-23)

Features

  • Always use sqlite as data source (adedf14)

BREAKING CHANGES

  • This implements a hard switchover to using SQLite files
    for admin lookup. Using bundle files is no longer supported, and as a
    result the imports.whosonfirst.sqlite setting is now ignored.

wof-admin-lookup will now behave as if that flag was always set to
true.

Closes #293

v6.5.1

18 Mar 09:42
452932c
Compare
Choose a tag to compare

6.5.1 (2020-03-18)

Bug Fixes

  • log: add log messages to assist in debugging (eae0940)

v6.5.0

18 Mar 09:24
d25718e
Compare
Choose a tag to compare

6.5.0 (2020-03-18)

Features

  • local: gracefully handle shutting down workers before the service has finished instantiating (828fb2f)

v6.4.0

10 Mar 16:18
e07f770
Compare
Choose a tag to compare

6.4.0 (2020-03-10)

Features

  • sqlite: supports for multiple databases (36337fd)

v6.3.0

12 Feb 03:19
e158106
Compare
Choose a tag to compare

6.3.0 (2020-02-12)

Features

  • postal cities: Revert duplicate ID protection (e84ca58)
  • postal_boroughs: make postal cities more placetype agnostic, add tests for boroughs (c4eed8d)

v6.2.0

06 Feb 23:47
ebe2e0d
Compare
Choose a tag to compare

6.2.0 (2020-02-06)

Features

  • postal cities: Update postal cities data (f640267)

v6.1.0

06 Feb 23:37
eb140ec
Compare
Choose a tag to compare

6.1.0 (2020-02-06)

Features

  • postal cities: Disable postal cities in Australia (c0ad143)

v6.0.1

06 Feb 23:15
54789f3
Compare
Choose a tag to compare

6.0.1 (2020-02-06)

Bug Fixes

  • postalCities: Do not assign a parent that is already there (5f61dd5)