Releases: pelias/wof-admin-lookup
Releases · pelias/wof-admin-lookup
v7.1.1
7.1.1 (2020-05-11)
Bug Fixes
- postalCities: Only change locality if borough is not changed (20e1500)
v7.1.0
7.1.0 (2020-04-30)
Features
- postalCityMap: allow customization of the search paths for postal cities TSV data (729aa74)
v7.0.0
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
6.5.1 (2020-03-18)
Bug Fixes
- log: add log messages to assist in debugging (eae0940)
v6.5.0
6.5.0 (2020-03-18)
Features
- local: gracefully handle shutting down workers before the service has finished instantiating (828fb2f)
v6.4.0
6.4.0 (2020-03-10)
Features
- sqlite: supports for multiple databases (36337fd)
v6.3.0
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
6.2.0 (2020-02-06)
Features
- postal cities: Update postal cities data (f640267)
v6.1.0
6.1.0 (2020-02-06)
Features
- postal cities: Disable postal cities in Australia (c0ad143)
v6.0.1
6.0.1 (2020-02-06)
Bug Fixes
- postalCities: Do not assign a parent that is already there (5f61dd5)