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