v0.2.0
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-shotPOST
orGET
calls