Skip to content

v0.2.0

Compare
Choose a tag to compare
@jameslamb jameslamb released this 13 Apr 18:53
75218c1

uptasticsearch 0.2.0

Features

Faster unpack_nested_data

  • #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