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