* Fix bug where reading data that spanned across several days would leave out data towards end of time window
2.9.10
Not secure
* Authentication responses not return a copy of the claims for convenience
2.9.9
Not secure
* Update dependencies * Encapsulate HTTP logic for HTTP Cloud Client * Add tests for Cloud Client * Add configurable timeout * Add custom errors and better error handling * Fix bug where connection would not be closed on authentication error
2.9.8
Not secure
* Large metadata requests are now chunked by the client. * Change refresh token interval from 1 minute to 10 minutes * Re-use HTTP client with keep-alive for more efficient HTTP requests * Add chunked response for timing metadata request
2.9.5
Not secure
* Make Cloud API refresh token interval configurable. * Allow Cloud API client to be used within "with" blocks for automatic closing of resources