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