|
| 1 | +4.4.0 |
| 2 | + * add export to SQLite database and SQLite support for the frontend |
| 3 | + * switch to Python frontend as the default frontend |
| 4 | + * update to osm2pgsql 1.11.0 |
| 5 | + * add support for new osm2pgsql middle table format |
| 6 | + * simplify geometry for large polygon objects not used in addresses |
| 7 | + * various performance tweaks for search in Python frontend |
| 8 | + * fix regression in search with categories where it was confused with near |
| 9 | + search |
| 10 | + * partially roll back use of SQLAlchemy lambda statements due to bugs |
| 11 | + in SQLAchemy |
| 12 | + * fix handling of timezones for timestamps from the database |
| 13 | + * fix handling of full address searches in connection with a viewbox |
| 14 | + * fix postcode computation of highway areas |
| 15 | + * fix handling of timeout errors for Python <= 3.10 |
| 16 | + * fix address computation for postcode areas |
| 17 | + * fix variable shadowing in osm2pgsql flex script, causing bugs with LuaJIT |
| 18 | + * make sure extratags are always null when empty |
| 19 | + * reduce importance of places without wikipedia reference |
| 20 | + * improve performance of word count computations |
| 21 | + * drop support for wikipedia tags with full URLs |
| 22 | + * replace get_addressdata() SQL implementation with a Python function |
| 23 | + * improve display name for non-address features |
| 24 | + * fix postcode validation for postcodes with country code |
| 25 | + (thanks @pawel-wroniszewski) |
| 26 | + * add possibility to run imports without superuser database rights |
| 27 | + (thanks @robbe-haesendonck) |
| 28 | + * new CLI command for cleaning deleted relations (thanks @lujoh) |
| 29 | + * add check for database version in the CLI check command |
| 30 | + * updates to import styles ignoring more unused objects |
| 31 | + * various typo fixes (thanks @kumarUjjawal) |
| 32 | + |
| 33 | +4.3.2 |
| 34 | + * fix potential SQL injection issue for 'nominatim admin --collect-os-info' |
| 35 | + * PHP frontend: fix on-the-fly lookup of postcode areas near boundaries |
| 36 | + * Python frontend: improve handling of viewbox |
| 37 | + * Python frontend: correct deployment instructions |
| 38 | + |
| 39 | +4.3.1 |
| 40 | + * reintroduce result rematching |
| 41 | + * improve search of multi-part names |
| 42 | + * fix accidentally switched meaning of --reverse-only and --search-only in |
| 43 | + warm command |
| 44 | + |
1 | 45 | 4.3.0
|
2 | 46 | * fix failing importance recalculation command
|
3 | 47 | * fix merging of linked names into unnamed boundaries
|
|
0 commit comments