Skip to content

Commit

Permalink
Merge pull request #55 from UptakeOpenSource/feature/release_v0.2.0
Browse files Browse the repository at this point in the history
release v0.2.0
  • Loading branch information
jameslamb authored Apr 13, 2018
2 parents 2479d26 + 25ff58b commit 75218c1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre")),
person("Nick", "Paras", email = "[email protected]", role = c("aut")),
person("Austin", "Dickey", email = "[email protected]", role = c("aut")),
person("Michael", "Frasco", email = "[email protected]", role = c("ctb")),
person("Weiwen", "Gu", email = "[email protected]", role = c("ctb")),
person("Will", "Dearden", email = "[email protected]", role = c("ctb")),
person("Uptake Technologies Inc.", role = c("cph")))
Maintainer: James Lamb <[email protected]>
Description:
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 10 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!


0 comments on commit 75218c1

Please sign in to comment.