Skip to content

Commit 75218c1

Browse files
authored
Merge pull request #55 from UptakeOpenSource/feature/release_v0.2.0
release v0.2.0
2 parents 2479d26 + 25ff58b commit 75218c1

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Package: uptasticsearch
22
Type: Package
33
Title: Get Data Frame Representations of 'Elasticsearch' Results
4-
Version: 0.1.0.9999
4+
Version: 0.2.0
55
Authors@R: c(
66
person("James", "Lamb", email = "[email protected]", role = c("aut", "cre")),
77
person("Nick", "Paras", email = "[email protected]", role = c("aut")),
88
person("Austin", "Dickey", email = "[email protected]", role = c("aut")),
99
person("Michael", "Frasco", email = "[email protected]", role = c("ctb")),
1010
person("Weiwen", "Gu", email = "[email protected]", role = c("ctb")),
11+
person("Will", "Dearden", email = "[email protected]", role = c("ctb")),
1112
person("Uptake Technologies Inc.", role = c("cph")))
1213
Maintainer: James Lamb <[email protected]>
1314
Description:

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# uptasticsearch 0.2.0
2+
3+
## Features
4+
5+
### Faster `unpackage_nested_data`
6+
- [#51](https://github.com/UptakeOpenSource/uptasticsearch/pull/51) changed the parsing strategy for nested data and made it 9x faster than the previous implementation
7+
8+
### Retry logic
9+
- Functions that make HTTP calls will now use retry logic via `httr::RETRY` instead of one-shot `POST` or `GET` calls
10+
111
# uptasticsearch 0.1.0
212

313
## Features

cran-comments.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,14 @@
6767
* No issues
6868

6969
### CRAN Response
70-
* No lingering issues. v0.0.2 released to CRAN!
70+
* No lingering issues. v0.1.0 released to CRAN!
71+
72+
## v0.2.0 - Submission 1 - (April 12, 2018)
73+
74+
### R CMD check results
75+
* No issues
76+
77+
### CRAN Response
78+
* No issues. v0.2.0 released to CRAN!
79+
7180

0 commit comments

Comments
 (0)