]> git.openstreetmap.org Git - nominatim.git/blob - ChangeLog
prepare 3.5.2 release
[nominatim.git] / ChangeLog
1 3.5.2
2
3  * ensure that wikipedia tags are imported for all styles
4  * reinstate verbosity for indexing during updates
5  * make house number reappear in display name on named POIs
6  * introduce batch processing in indexer to avoid transaction ID overrun
7  * increase splitting for large geometries to improve indexing speed
8  * remove deprecated get_magic_quotes_gpc() function
9  * make sure that all postcodes have an entry in word and are thus searchable
10  * remove use of ST_Covers in conjunction woth ST_Intersects,
11    causes bad query planning and slow updates in Postgis3
12  * update osm2pgsql
13
14 3.5.1
15
16  * disable jit and parallel processing in PostgreSQL for osm2pgsql
17  * update libosmium to 2.15.6 (fixes an issue with processing hanging
18    on large multipolygons)
19
20 3.5.0
21
22  * structured select on HTML search page
23  * new PHP Nominatim\Shell class to wrap shell escaping
24  * remove polygon parameter from all API calls
25  * improve handling of postcode areas
26  * reorganise place linking algorithm, now using wikidata tag as well
27  * remove linkees from search_name and larger_area tables
28  * introduce country-specific address ranks
29  * reorganise rank address computation
30  * cleanup of partition function
31  * improve parenting for large POIs
32  * add support for Postgresql 12 and Postgis 3
33  * add earlier cleanup when --drop is given, to reduce meory usage
34  * remove use of place_id in URLs
35  * replace C nominatim indexer with a simpler Python implementation
36  * split up the huge sql/functions.sql file
37  * move osm2pgsql tests to osm2pgsql
38  * add new extratags style which imports all tags from OSM
39  * add new script for checking the import after completion
40  * update osm2pgsql, reducing memory usage
41  * use new wikipedia importance and add processing of wikidata tags
42  * add search form for details page
43  * use ExtraDataPath for country_grid table
44  * remove short_name from list of names to be displayed
45  * split up CMakeFile, so that all parts can be built separately
46  * update installation instructions for CentOS and Ubuntu
47  * add script for importing/updating multiple country extracts
48  * various documentation improvements
49
50 3.4.2
51
52  * fix security bug in /details endpoint where user input was not
53    properly sanitized
54
55 3.4.1
56
57  * update osm2pgsql to fix hans during updates and lost address numbers
58    during updates
59
60 3.4.0
61
62  * increase required version for PostgreSQL(9.3), PostGIS(2.2) and PHP(7.0)
63  * better error reporting for out-of-memory errors
64  * exclude postcode ranges separated by colon from centre point calculation
65  * update osm2pgsql, better handling of imports without flatnode file
66  * switch to more efficient algorithm for word set computation
67  * use only boundries for country and state parts of addresses
68  * improve updates of addresses with housenumbers and interpolations
69  * remove country from place_addressline table and use country_code instead
70  * optimise indexes on search_name partition tables
71  * improve searching of attached streets for large objects like airports
72  * drop support for python 2
73  * new scripts for importing Wikidata for importance
74  * create and drop indexes concurrently to not clash with auto vacuum
75  * various documentation improvements
76
77
78 3.3.0
79
80  * zoom 17 in reverse now zooms in on minor streets
81  * fix use of postcode relations in address
82  * support for housenumber 0 on interpolations
83  * replace database abstraction DB with PDO and switch to using exceptions
84  * exclude line features at rank 30 from reverse geocoding
85  * remove self-reference and country from place_addressline
86  * make json output more readable (less escaping)
87  * update conversion scripts for postcodes
88  * scripts in utils/ are no longer executable (always use scripts in build dir)
89  * remove Natural Earth country fallback (OSM is complete enough)
90  * make rank assignments configurable
91  * allow accept languages with underscore
92  * new reverse-only import mode (without search index table)
93  * rely on boundaries only for states and countries
94  * update osm2pgsql, now using a configurable style
95  * provide multiple import styles
96  * improve search when house number and postcodes are dropped
97  * overhaul of setup code
98  * add support for PHPUnit 6
99  * update test database
100  * various documentation improvements
101
102 3.2.0
103
104  * complete rewrite of reverse search algorithm
105  * add new geojson and geocodejson output formats
106  * add simple export script to exprot addresses to CSV
107  * remove is_in terms from address computation
108  * remove unused search_name_country tables
109  * various smaller fixes to query parsing
110  * convert Tokens and token types to class types
111  * correctly handle update when boundary object type is changed
112  * improve debug output for /search endpoint
113  * update to latest osm2pgsql and leaflet.js
114  * overhaul of /details endpoint:
115      * new class parameter when using osmtype/osmid parameters
116      * permalink to instance-independent osmtype/osmid parameter format
117      * new json output format
118  * update CentOS vagrant machine to use SELinux
119  * add vagrant scripts for Ubuntu 18.04
120  * fix build process for BSD
121  * enable running the database on a different host than the setup scripts
122  * allow to configure use of custom PHP binaries (PHP_BIN)
123  * extensive coding style improvements to PHP code
124  * more PHP unit tests for new classes
125  * increase coverage for API tests
126  * add documentation for API
127
128 3.1.0
129
130  * rework postcode handling and introduce location_postcode table
131  * make setup less verbose and print a summary in the end
132  * setup: error out when web site user does not exist
133  * add more API tests to complete code coverage
134  * reinstate key-value amenity search (special term [key=value])
135  * fix detection of coordinates in query
136  * various smaller tweaks to ranking of search interpretations
137  * complete overhaul of PHP frontend code using OOP
138  * add address rank to details page
139  * update Tiger scripts for 2017 data and clean up unused code
140  * various bug fixes and improvements to UI
141  * improve reverse geocoding performance close to coasts
142  * more PHP style cleanup (quoting)
143  * allow unnamed road in reverse geocoding to avoid too far off results
144  * add function to recalculate counts for full-word search term
145  * add function to check if new updates are available
146  * update documentation and switch to mkdocs for generating HTML
147
148 3.0.1
149
150  * fix bug in geometry building algorithm in osm2pgsql
151  * fix typos in build instructions
152
153 3.0.0
154
155  * move to cmake build system
156  * various fixes to HTML output
157  * reverse endpoint now can return geometries
158  * add support for PHP7
159  * move to on-the-fly computation of interpolations
160  * improve handling of linked places (updating)
161  * improve test framework:
162     * replace lettuce with behave
163     * use smaller database for API tests
164  * drop support for postgres < 9.1, postgis < 2.0 and PHP < 5.4
165  * make external data use optional (useful for imports without US)
166  * detect postgres and postgis versions automatically
167  * clean up query logging and remove unused tables
168  * move installation documentation into this repo
169  * add self-documenting vagrant scripts
170  * remove --create-website, recommend to use website directory in build
171  * add accessor functions for URL parameters and improve erro checking
172  * remove IP blocking and rate-limiting code
173  * enable CI via travis
174  * reformatting for more consistent coding style
175  * make country search term creation part of setup
176  * update country names and country grid
177  * handle roads that cross boundaries better
178  * keep full information on address tags
179  * update to refactored osm2pgsql which use libosmium based types
180  * switch from osmosis to pyosmium for updates
181  * be more strict when matching against special search terms
182  * handle postcode entries with mutliple values correctly
183
184 2.5
185
186  * reverse geocoding includes looking up housenumbers from Tiger data
187  * added parameter to return simplified geometries
188  * new lookup call for getting address information for OSM objects
189  * new namedetails and extratags parameters that expose the name and extratags
190    fields of the placex table
191  * mobile website
192  * reverse web view
193
194 2.4
195
196  * drop support for postgres 8.4
197  * rewrite address interpolation
198  * switch to C++ version of osm2pgsql and rewrite tag filtering
199  * support for bridge:name and tunnel:name, man_made, junction
200  * drop way-node index (reduces database size by about 15%)
201  * add support for configuring tablespaces and webserver user
202  * better evaluation of search queries in right-to-left notation
203  * improve house number search for streets with many duplicate entries
204  * code cleanup (remove unused functions and tables)
205
206 2.3
207
208  * further improve ordering of results
209  * support for more lat/lon formats in search-as-reverse
210  * fix handling of GB postcodes
211  * new functional test suite
212  * support for waterway relations
213  * inherit postcodes from street to poi
214  * fix housenumber normalisation to find non-latin house numbers
215  * take viewbox into account for ordering of results
216  * pois may now inherit address tags from surrounding buildings
217  * improve what objects may participate in an address
218  * clean up handled class/type combinations to current OSM usage
219  * lots of bug fixes
220
221 2.2
222
223  * correct database rights for www-data
224  * add timestamps for update output
225  * load postgis via extension for postgis >= 2.0
226  * remove non-admin boundaries from addresses
227  * further improve ordering of results with same importance
228  * merge addr:postcode tags into object addresses
229  * include rank and importance in reverse geocode output
230  * replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint
231   (for postgis >= 2.1)
232  * update osm2pgsql to latest version
233  * properly detect changes of admin_level
234  * remove landuses when name is removed
235  * smaller fixes
236
237 2.1
238
239  * update to openlayers 2.12 (now custom built)
240  * update fallback OSM boundaries
241  * add support for postgresql 9.2/9.3 and postgis 2.x
242  * add structured queries
243  * add options for polygon output in various formats
244    (geojson, svg, kml, postgis text)
245  * maintenance functions for deleting objects and updating regions
246    (plcae_force_update/place_force_delete)
247  * web view for polygons that need deleting
248  * rate limiting using memcache
249  * improve layout of details page
250  * add support for boundary:postal_code
251  * full CORS support
252  * improve parenting of POIs
253  * support for extract daily diffs from Geofabrik
254  * support for addresses without a street
255    (addr:place and conscription number house numbers)
256  * improve layout of word and search_name_* tables
257  * support for US ZIP+4 codes
258  * refactoring of front-end PHP code
259  * lots of smaller bug fixes
260
261 2.0.1
262
263  * delete outdated entries from location_area_country
264  * remove remaining uses of INTEGER, to allow node ids larger than 2^31