From 25ff58b11cb758e10279960cf30907efa23ac166 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 12 Apr 2018 18:28:11 -0500 Subject: [PATCH] Added release v0.2.0 --- DESCRIPTION | 3 ++- NEWS.md | 10 ++++++++++ cran-comments.md | 11 ++++++++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cc3d682..464ec5d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,14 @@ Package: uptasticsearch Type: Package Title: Get Data Frame Representations of 'Elasticsearch' Results -Version: 0.1.0.9999 +Version: 0.2.0 Authors@R: c( person("James", "Lamb", email = "james.lamb@uptake.com", role = c("aut", "cre")), person("Nick", "Paras", email = "nick.paras@uptake.com", role = c("aut")), person("Austin", "Dickey", email = "austin.dickey@uptake.com", role = c("aut")), person("Michael", "Frasco", email = "mfrasco6@gmail.com", role = c("ctb")), person("Weiwen", "Gu", email = "weiwen.gu@uptake.com", role = c("ctb")), + person("Will", "Dearden", email = "william.dearden@uptake.com", role = c("ctb")), person("Uptake Technologies Inc.", role = c("cph"))) Maintainer: James Lamb Description: diff --git a/NEWS.md b/NEWS.md index 981e86e..4a2803f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# uptasticsearch 0.2.0 + +## Features + +### Faster `unpackage_nested_data` +- [#51](https://github.com/UptakeOpenSource/uptasticsearch/pull/51) changed the parsing strategy for nested data and made it 9x faster than the previous implementation + +### Retry logic +- Functions that make HTTP calls will now use retry logic via `httr::RETRY` instead of one-shot `POST` or `GET` calls + # uptasticsearch 0.1.0 ## Features diff --git a/cran-comments.md b/cran-comments.md index 352afb1..1cbe75f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -67,5 +67,14 @@ * No issues ### CRAN Response -* No lingering issues. v0.0.2 released to CRAN! +* No lingering issues. v0.1.0 released to CRAN! + +## v0.2.0 - Submission 1 - (April 12, 2018) + +### R CMD check results +* No issues + +### CRAN Response +* No issues. v0.2.0 released to CRAN! +