From be9ca1e8c8676dd13a5791f61839f1977641338e Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Wed, 1 Feb 2017 11:59:07 -0500 Subject: [PATCH 1/4] Release notes 2017-02-01 --- release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes.md b/release-notes.md index e525732..7de7976 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,7 @@ +## 1 February 2017 +### New features +* We're working on some fancy new things in dev so our only new feature released this week is retrying timed-out elasticsearch requests. By default, Pelias will, by default, retry a timed-out request up to 3 times before failing for good, though this number can be overridden by specifying `api.requestRetries` in your Pelias configuration. + ## 27 January 2017 Thanks to some wild activity in the [openaddresses](http://openaddresses.io) project, this is the first Mapzen Search build with over 400 million documents! From f03268ef809aea114f0d78773eb01706dc7ec6cf Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Wed, 1 Feb 2017 12:01:34 -0500 Subject: [PATCH 2/4] fixed typo --- release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 7de7976..d5bd1e6 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,6 @@ ## 1 February 2017 ### New features -* We're working on some fancy new things in dev so our only new feature released this week is retrying timed-out elasticsearch requests. By default, Pelias will, by default, retry a timed-out request up to 3 times before failing for good, though this number can be overridden by specifying `api.requestRetries` in your Pelias configuration. +* We're working on some fancy new things in dev so our only new feature released this week is retrying timed-out elasticsearch requests. By default, Pelias will retry a timed-out request up to 3 times before failing for good, though this number can be overridden by specifying `api.requestRetries` in your Pelias configuration. ## 27 January 2017 From 8c24309176d8d5acbdafe07a0564c0a594930326 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Wed, 1 Feb 2017 12:04:22 -0500 Subject: [PATCH 3/4] removed retry mention, just a data release --- release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index d5bd1e6..3222dfe 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,6 @@ ## 1 February 2017 -### New features -* We're working on some fancy new things in dev so our only new feature released this week is retrying timed-out elasticsearch requests. By default, Pelias will retry a timed-out request up to 3 times before failing for good, though this number can be overridden by specifying `api.requestRetries` in your Pelias configuration. + +This release is just a data refresh since it's hard to keep up with the leaps and bounds that [openaddresses](http://openaddresses.io) that is growing by! ## 27 January 2017 From 254dcb772f7437ef3e8c93fa86a749b022910e34 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Wed, 1 Feb 2017 12:49:45 -0500 Subject: [PATCH 4/4] fixed typo --- release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 3222dfe..47109b9 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,6 @@ ## 1 February 2017 -This release is just a data refresh since it's hard to keep up with the leaps and bounds that [openaddresses](http://openaddresses.io) that is growing by! +This release is just a data refresh since it's hard to keep up with the leaps and bounds that [openaddresses](http://openaddresses.io) is growing by! ## 27 January 2017