]> git.openstreetmap.org Git - nominatim.git/blob - ChangeLog
prepare release 4.3.0
[nominatim.git] / ChangeLog
1 4.3.0
2  * fix failing importance recalculation command
3  * fix merging of linked names into unnamed boundaries
4  * fix a number of corner cases with interpolation splitting resulting in
5    invalid geometries
6  * fix failure in website generation when password contains curly brackets
7  * fix broken use of ST_Project in PostGIS 3.4
8  * new NOMINATIM_SEARCH_WITHIN_COUNTRIES setting to restrict reverse lookups
9    to known countries (thanks @alfmarcua)
10  * allow negative OSM IDs (thanks @alfmarcua)
11  * disallow import of Tiger data in a frozen DB
12  * avoid UPDATE to change settings to be compatible with r/o DBs (thanks @t-tomek)
13  * update bundled osm2pgsql to 1.9.2
14  * reorganise osm2pgsql flex style and make it the default
15  * exclude names ending in :wikipedia from indexing
16  * no longer accept comma as a list separator in name tags
17  * process forward dependencies on update to catch updates in geometries
18    of ways and relations
19  * fix handling of isolated silent letters during transliteration
20  * no longer assign postcodes to large linear features like rivers
21  * introduce nominatim.paths module for finding data and libraries
22  * documentation layout changed to material theme
23  * new documentation section for library
24  * various smaller fixes to existing documentation
25    (thanks @woodpeck, @bloom256, @biswajit-k)
26  * updates to vagrant install scripts, drop support for Ubunut 18
27    (thanks @n-timofeev)
28  * removed obsolete configuration variables from env.defaults
29  * add script for generating a taginfo description (thanks @biswajit-k)
30  * modernize Python code around BDD test and add testing of Python frontend
31  * lots of new BDD tests for API output
32
33 4.2.2
34
35  * extend flex-style library to fully support all default styles
36  * fix handling of Hebrew aleph
37  * do not assign postcodes to rivers
38  * fix string matching in PHP code
39  * update osm2pgsql (various updates to flex)
40  * fix slow query when deleting places on update
41  * fix CLI details query
42  * fix recalculation of importance values
43  * fix polygon simplification in reverse results
44  * add class/type information to reverse geocodejson result
45  * minor improvements to default tokenizer configuration
46  * various smaller fixes to documentation
47
48 4.2.1
49
50  * fix XSS vulnerability in debug view
51
52 4.2.0
53
54  * add experimental support for osm2pgsql flex style
55  * introduce secondary importance value to be retrieved from a raster data file
56    (currently still unused, to replace address importance, thanks to @tareqpi)
57  * add new report tool `nominatim admin --collect-os-info`
58    (thanks @micahcochran, @tareqpi)
59  * reorganise index to improve lookup performance and size
60  * run index creation after import in parallel
61  * run ANALYZE more selectively to speed up continuation of indexing
62  * fix crash on update when addr:interpolation receives an illegal value
63  * fix minimum number of retrieved results to be at least 10
64  * fix search for combinations of special term + name (e.g Hotel Bellevue)
65  * do not return interpolations without a parent street on reverse search
66  * improve invalidation of linked places on updates
67  * fix address parsing for interpolation lines
68  * make sure socket timeouts are respected during replication
69    (working around a bug in some versions of pyosmium)
70  * update bundled osm2pgsql to 1.7.1
71  * add support for PostgreSQL 15
72  * typing fixes to work with latest type annotations from typeshed
73  * smaller improvements to documentation (thanks to @mausch)
74
75 4.1.1
76
77  * fix XSS vulnerability in debug view
78
79 4.1.0
80
81  * switch to ICU tokenizer as default
82  * add housenumber normalization and support optional spaces during search
83  * add postcode format checking and support optional spaces during search
84  * add function for cleaning housenumbers in word table
85  * add updates/deletion of country names imported from OSM
86  * linked places no longer overwrite names from a place permanently
87  * move default country name configuration into yaml file (thanks @tareqpi)
88  * more compact layout for interpolation and TIGER tables
89  * introduce mutations to ICU tokenizer (used for German umlauts)
90  * support reinitializing a full project directory with refresh --website
91  * fix various issues with linked places on updates
92  * add support for external sanitizers and token analyzers
93  * add CLI commands for forced indexing
94  * add CLI command for version report
95  * add offline import mode
96  * change geocodejson to return a feature class in the 'type' field
97  * add ISO3166-2 to address output (thanks @I70l0teN4ik)
98  * improve parsing and matching of addr: tags
99  * support relations as street members of associatedStreet
100  * better ranking for address results from TIGER data
101  * adapt rank classification to changed tag usage in OSM
102  * update bundled osm2pgsql to 1.6.0
103  * add typing information to Python code
104  * improve unit test coverage
105  * reorganise and speed up code for BDD tests, drop support for scenes
106  * move PHP unit tests to PHP 9.5
107  * extensive typo fixes in documentation (thanks @woodpeck,@StephanGeorg,
108    @amandasaurus, @nslxndr, @stefkiourk, @Luflosi, @kianmeng)
109  * drop official support for installation on CentOS
110  * add installation instructions for Ubuntu 22.04
111  * add support for PHP8
112  * add setup instructions for updates and systemd
113  * drop support for PostgreSQL 9.5
114
115 4.0.2
116
117  * fix XSS vulnerability in debug view
118
119 4.0.1
120
121  * fix initialisation error in replication script
122  * ICU tokenizer: avoid any special characters in word tokens
123  * better error message when API php script does not exist
124  * fix quoting of house numbers in SQL queries
125  * small fixes and improvements in search query parsing
126  * add documentation for moving the database to a different machine
127
128 4.0.0
129
130  * refactor name token computation and introduce ICU tokenizer
131    * name processing now happens in the indexer outside the DB
132    * reorganizes abbreviation handling and moves it to the indexing phases
133    * adds preprocessing of names
134  * add country-specific ranking for Spain, Slovakia
135  * partially switch to using SP-GIST indexes
136  * better updating of dependent addresses for name changes in streets
137  * remove unused/broken tables for external housenumbers
138  * move external postcodes to CSV format and no longer save them in tables
139    (adds support for postcodes for arbitrary countries)
140  * remove postcode helper entries from placex (thanks @AntoJvlt)
141  * change required format for TIGER data to CSV
142  * move configuration of default languages from wiki into config file
143  * expect customized configuration files in project directory by default
144  * disable search API for reverse-only import (thanks @darkshredder)
145  * port most of maintenance/import code to Python and remove PHP utils
146  * add catch-up mode for replication
147  * add updating of special phrases (thanks @AntoJvlt)
148  * add support for special phrases in CSV files (thanks @AntoJvlt)
149  * switch to case-independent matching between place and boundary names
150  * remove disabling of reverse query parsing
151  * minor tweaks to search algorithm to avoid more false positives
152  * major overhaul of the administrator and developer documentation
153  * add security disclosure policy
154  * add testing of installation scripts via CI
155  * drop support for Python < 3.6 and Postgresql < 9.5
156
157 3.7.3
158
159  * fix XSS vulnerability in debug view
160
161 3.7.2
162
163  * fix database check for reverse-only imports
164  * do not error out in status API result when import date is missing
165  * add array_key_last function for PHP < 7.3 (thanks to @woodpeck)
166  * fix more url when server name is unknown (thanks to @mogita)
167  * commit changes to replication log table
168
169 3.7.1
170
171  * fix smaller issues with special phrases import (thanks @AntoJvlt)
172  * add index to speed up continued indexing during import
173  * fix index on location_property_tiger(parent_place_id) (thanks @changpingc)
174  * make sure Python code is backward-compatible with Python 3.5
175  * various documentation fixes
176
177 3.7.0
178
179  * switch to dotenv for configuration file
180  * introduce 'make install' (reorganising most of the code)
181  * introduce nominatim tool as replacement for various php scripts
182  * introduce project directories and allow multiple installations from same build
183  * clean up BDD tests: drop nose, reorganise step code
184  * simplify test database for API BDD tests and autoinstall database
185  * port most of the code for command-line tools to Python
186    (thanks to @darkshredder and @AntoJvlt)
187  * add tests for all tooling
188  * replace pyosmium-get-changes with custom internal implementation using
189    pyosmium
190  * improve search for queries with housenumber and partial terms
191  * add database versioning
192  * use jinja2 for preprocessing SQL files
193  * introduce automatic migrations
194  * reverse fix preference of interpolations over housenumbers
195  * parallelize indexing of postcodes
196  * add non-key indexes to speed up housenumber + street searches
197  * switch housenumber field in placex to save transliterated names
198
199 3.6.0
200
201  * add full support for searching by and displaying of addr:* tags
202  * improve address output for large-area objects
203  * better use of country names from OSM data for search and display
204  * better debug output for reverse call
205  * add support for addr:place links without an place equivalent in OSM
206  * improve finding postcodes with normalisation artefacts
207  * batch object to index for rank 30, avoiding a wrap-around of transaction
208    IDs in PostgreSQL
209  * introduce dynamic address rank computation for administrative boundaries
210    depending on linked objects and their place in the admin level hierarchy
211  * add country-specific address ranking for Indonesia, Russia, Belgium and
212    the Netherlands (thanks @hendrikmoree)
213  * make sure wikidata/wikipedia tags are imported for all styles
214  * make POIs searchable by name and housenumber (thanks @joy-yyd)
215  * reverse geocoding now ignores places without an address rank (rivers etc.)
216  * installation of a webserver is no longer mandatory, for development
217    use the php internal webserver via 'make serve
218  * reduce the influence of place nodes in addresses
219  * drop support for the unspecific is_in tag
220  * various minor tweaks to supplied styles
221  * move HTML web frontend into its own project
222  * move scripts for processing external data sources into separate directories
223  * introduce separate configuration for website (thanks @krahulreddy)
224  * update documentation, in particular, clean up development docs
225  * update osm2pgsql to 1.4.0
226
227 3.5.2
228
229  * ensure that wikipedia tags are imported for all styles
230  * reinstate verbosity for indexing during updates
231  * make house number reappear in display name on named POIs
232  * introduce batch processing in indexer to avoid transaction ID overrun
233  * increase splitting for large geometries to improve indexing speed
234  * remove deprecated get_magic_quotes_gpc() function
235  * make sure that all postcodes have an entry in word and are thus searchable
236  * remove use of ST_Covers in conjunction woth ST_Intersects,
237    causes bad query planning and slow updates in Postgis3
238  * update osm2pgsql
239
240 3.5.1
241
242  * disable jit and parallel processing in PostgreSQL for osm2pgsql
243  * update libosmium to 2.15.6 (fixes an issue with processing hanging
244    on large multipolygons)
245
246 3.5.0
247
248  * structured select on HTML search page
249  * new PHP Nominatim\Shell class to wrap shell escaping
250  * remove polygon parameter from all API calls
251  * improve handling of postcode areas
252  * reorganise place linking algorithm, now using wikidata tag as well
253  * remove linkees from search_name and larger_area tables
254  * introduce country-specific address ranks
255  * reorganise rank address computation
256  * cleanup of partition function
257  * improve parenting for large POIs
258  * add support for Postgresql 12 and Postgis 3
259  * add earlier cleanup when --drop is given, to reduce memory usage
260  * remove use of place_id in URLs
261  * replace C nominatim indexer with a simpler Python implementation
262  * split up the huge sql/functions.sql file
263  * move osm2pgsql tests to osm2pgsql
264  * add new extratags style which imports all tags from OSM
265  * add new script for checking the import after completion
266  * update osm2pgsql, reducing memory usage
267  * use new wikipedia importance and add processing of wikidata tags
268  * add search form for details page
269  * use ExtraDataPath for country_grid table
270  * remove short_name from list of names to be displayed
271  * split up CMakeFile, so that all parts can be built separately
272  * update installation instructions for CentOS and Ubuntu
273  * add script for importing/updating multiple country extracts
274  * various documentation improvements
275
276 3.4.2
277
278  * fix security bug in /details endpoint where user input was not
279    properly sanitized
280
281 3.4.1
282
283  * update osm2pgsql to fix hans during updates and lost address numbers
284    during updates
285
286 3.4.0
287
288  * increase required version for PostgreSQL(9.3), PostGIS(2.2) and PHP(7.0)
289  * better error reporting for out-of-memory errors
290  * exclude postcode ranges separated by colon from centre point calculation
291  * update osm2pgsql, better handling of imports without flatnode file
292  * switch to more efficient algorithm for word set computation
293  * use only boundries for country and state parts of addresses
294  * improve updates of addresses with housenumbers and interpolations
295  * remove country from place_addressline table and use country_code instead
296  * optimise indexes on search_name partition tables
297  * improve searching of attached streets for large objects like airports
298  * drop support for python 2
299  * new scripts for importing Wikidata for importance
300  * create and drop indexes concurrently to not clash with auto vacuum
301  * various documentation improvements
302
303
304 3.3.0
305
306  * zoom 17 in reverse now zooms in on minor streets
307  * fix use of postcode relations in address
308  * support for housenumber 0 on interpolations
309  * replace database abstraction DB with PDO and switch to using exceptions
310  * exclude line features at rank 30 from reverse geocoding
311  * remove self-reference and country from place_addressline
312  * make json output more readable (less escaping)
313  * update conversion scripts for postcodes
314  * scripts in utils/ are no longer executable (always use scripts in build dir)
315  * remove Natural Earth country fallback (OSM is complete enough)
316  * make rank assignments configurable
317  * allow accept languages with underscore
318  * new reverse-only import mode (without search index table)
319  * rely on boundaries only for states and countries
320  * update osm2pgsql, now using a configurable style
321  * provide multiple import styles
322  * improve search when house number and postcodes are dropped
323  * overhaul of setup code
324  * add support for PHPUnit 6
325  * update test database
326  * various documentation improvements
327
328 3.2.0
329
330  * complete rewrite of reverse search algorithm
331  * add new geojson and geocodejson output formats
332  * add simple export script to exprot addresses to CSV
333  * remove is_in terms from address computation
334  * remove unused search_name_country tables
335  * various smaller fixes to query parsing
336  * convert Tokens and token types to class types
337  * correctly handle update when boundary object type is changed
338  * improve debug output for /search endpoint
339  * update to latest osm2pgsql and leaflet.js
340  * overhaul of /details endpoint:
341      * new class parameter when using osmtype/osmid parameters
342      * permalink to instance-independent osmtype/osmid parameter format
343      * new json output format
344  * update CentOS vagrant machine to use SELinux
345  * add vagrant scripts for Ubuntu 18.04
346  * fix build process for BSD
347  * enable running the database on a different host than the setup scripts
348  * allow to configure use of custom PHP binaries (PHP_BIN)
349  * extensive coding style improvements to PHP code
350  * more PHP unit tests for new classes
351  * increase coverage for API tests
352  * add documentation for API
353
354 3.1.0
355
356  * rework postcode handling and introduce location_postcode table
357  * make setup less verbose and print a summary in the end
358  * setup: error out when web site user does not exist
359  * add more API tests to complete code coverage
360  * reinstate key-value amenity search (special term [key=value])
361  * fix detection of coordinates in query
362  * various smaller tweaks to ranking of search interpretations
363  * complete overhaul of PHP frontend code using OOP
364  * add address rank to details page
365  * update Tiger scripts for 2017 data and clean up unused code
366  * various bug fixes and improvements to UI
367  * improve reverse geocoding performance close to coasts
368  * more PHP style cleanup (quoting)
369  * allow unnamed road in reverse geocoding to avoid too far off results
370  * add function to recalculate counts for full-word search term
371  * add function to check if new updates are available
372  * update documentation and switch to mkdocs for generating HTML
373
374 3.0.1
375
376  * fix bug in geometry building algorithm in osm2pgsql
377  * fix typos in build instructions
378
379 3.0.0
380
381  * move to cmake build system
382  * various fixes to HTML output
383  * reverse endpoint now can return geometries
384  * add support for PHP7
385  * move to on-the-fly computation of interpolations
386  * improve handling of linked places (updating)
387  * improve test framework:
388     * replace lettuce with behave
389     * use smaller database for API tests
390  * drop support for postgres < 9.1, postgis < 2.0 and PHP < 5.4
391  * make external data use optional (useful for imports without US)
392  * detect postgres and postgis versions automatically
393  * clean up query logging and remove unused tables
394  * move installation documentation into this repo
395  * add self-documenting vagrant scripts
396  * remove --create-website, recommend to use website directory in build
397  * add accessor functions for URL parameters and improve erro checking
398  * remove IP blocking and rate-limiting code
399  * enable CI via travis
400  * reformatting for more consistent coding style
401  * make country search term creation part of setup
402  * update country names and country grid
403  * handle roads that cross boundaries better
404  * keep full information on address tags
405  * update to refactored osm2pgsql which use libosmium based types
406  * switch from osmosis to pyosmium for updates
407  * be more strict when matching against special search terms
408  * handle postcode entries with mutliple values correctly
409
410 2.5
411
412  * reverse geocoding includes looking up housenumbers from Tiger data
413  * added parameter to return simplified geometries
414  * new lookup call for getting address information for OSM objects
415  * new namedetails and extratags parameters that expose the name and extratags
416    fields of the placex table
417  * mobile website
418  * reverse web view
419
420 2.4
421
422  * drop support for postgres 8.4
423  * rewrite address interpolation
424  * switch to C++ version of osm2pgsql and rewrite tag filtering
425  * support for bridge:name and tunnel:name, man_made, junction
426  * drop way-node index (reduces database size by about 15%)
427  * add support for configuring tablespaces and webserver user
428  * better evaluation of search queries in right-to-left notation
429  * improve house number search for streets with many duplicate entries
430  * code cleanup (remove unused functions and tables)
431
432 2.3
433
434  * further improve ordering of results
435  * support for more lat/lon formats in search-as-reverse
436  * fix handling of GB postcodes
437  * new functional test suite
438  * support for waterway relations
439  * inherit postcodes from street to poi
440  * fix housenumber normalisation to find non-latin house numbers
441  * take viewbox into account for ordering of results
442  * pois may now inherit address tags from surrounding buildings
443  * improve what objects may participate in an address
444  * clean up handled class/type combinations to current OSM usage
445  * lots of bug fixes
446
447 2.2
448
449  * correct database rights for www-data
450  * add timestamps for update output
451  * load postgis via extension for postgis >= 2.0
452  * remove non-admin boundaries from addresses
453  * further improve ordering of results with same importance
454  * merge addr:postcode tags into object addresses
455  * include rank and importance in reverse geocode output
456  * replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint
457   (for postgis >= 2.1)
458  * update osm2pgsql to latest version
459  * properly detect changes of admin_level
460  * remove landuses when name is removed
461  * smaller fixes
462
463 2.1
464
465  * update to openlayers 2.12 (now custom built)
466  * update fallback OSM boundaries
467  * add support for postgresql 9.2/9.3 and postgis 2.x
468  * add structured queries
469  * add options for polygon output in various formats
470    (geojson, svg, kml, postgis text)
471  * maintenance functions for deleting objects and updating regions
472    (plcae_force_update/place_force_delete)
473  * web view for polygons that need deleting
474  * rate limiting using memcache
475  * improve layout of details page
476  * add support for boundary:postal_code
477  * full CORS support
478  * improve parenting of POIs
479  * support for extract daily diffs from Geofabrik
480  * support for addresses without a street
481    (addr:place and conscription number house numbers)
482  * improve layout of word and search_name_* tables
483  * support for US ZIP+4 codes
484  * refactoring of front-end PHP code
485  * lots of smaller bug fixes
486
487 2.0.1
488
489  * delete outdated entries from location_area_country
490  * remove remaining uses of INTEGER, to allow node ids larger than 2^31