From 4ca1664b1591d42cc4d267c9f695a54c5e69b6b5 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Thu, 14 Sep 2017 10:48:27 -0400 Subject: [PATCH 1/2] added release notes for 09/14/2017 API release --- release-notes.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/release-notes.md b/release-notes.md index dbfa16d..62156b7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,7 +1,16 @@ +## 14 September 2017 + +### New features +* We've beefed up downloaders for OpenAddresses, OpenStreetMap, and Who's On First to download subsets of data. +* The alpha3 flag for country codes have been obsolete for quite some time now but we've removed all vestiges of it. + +### Bug fixes +* Some OpenAddresses records have lon/lat at 0/0 meaning that, unless you have a ocean-going yacht and pretty sturdy jet ski, you can't get to addresses there (note to self: start "Pelias for Yachts"). We've now excluded those from the build. + ## 22 August 2017 ### New features -* We now support the ability to specify the admin hierarchy part of an address query in any language -(as long as a name in that language can be found in WOF), for example searching for +* We now support the ability to specify the admin hierarchy part of an address query in any language +(as long as a name in that language can be found in WOF), for example searching for [30 w 26th st, Нью Йорк, 미국](https://mapzen.com/search/explorer/?query=search&text=30%20w%2026th%20st%2C%20%D0%9D%D1%8C%D1%8E%20%D0%99%D0%BE%D1%80%D0%BA%2C%20%EB%AF%B8%EA%B5%AD) works like magic! * We've added a warning when unexpected query parameters are encountered! This is a big deal because it helps catch misspellings of query parameter names, such as `layer` vs `layers`... we've all been there at least once. @@ -50,7 +59,7 @@ Our new Placeholder service queries were working great, except they weren't retu ***Warning:*** _We are having some technical difficulties with the polylines data generated from the OSM road network. This data is used to populate our street index and interpolation service. Both features will continue working as before, but data will be stale until a fix is implemented. We will be using the last known good version, which was built on February 27th, 2017. -We will definitely keep everyone posted as soon as an updated working version is available. Sorry for any +We will definitely keep everyone posted as soon as an updated working version is available. Sorry for any inconvenience this may have caused._ ## 6 February 2017 From 176bb8f1f3facdce02d7d4d334f0ba81affd6bb7 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Thu, 14 Sep 2017 16:38:53 -0400 Subject: [PATCH 2/2] added PRs --- release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index 62156b7..8523f4b 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,10 +2,10 @@ ### New features * We've beefed up downloaders for OpenAddresses, OpenStreetMap, and Who's On First to download subsets of data. -* The alpha3 flag for country codes have been obsolete for quite some time now but we've removed all vestiges of it. +* The alpha3 flag for country codes have been obsolete for quite some time now but we've [removed all vestiges of it](https://github.com/pelias/model/pull/71). ### Bug fixes -* Some OpenAddresses records have lon/lat at 0/0 meaning that, unless you have a ocean-going yacht and pretty sturdy jet ski, you can't get to addresses there (note to self: start "Pelias for Yachts"). We've now excluded those from the build. +* Some OpenAddresses records have lon/lat at 0/0 meaning that, unless you have a ocean-going yacht and pretty sturdy jet ski, you can't get to addresses there (note to self: start "Pelias for Yachts"). We've now [excluded those](https://github.com/pelias/openaddresses/pull/277) from the build. ## 22 August 2017 ### New features