* Update dependencies (now dataclasses will only be pulled in on Python 3.6)
2.9.1
Not secure
* Fix bug where timing metadata was not converted into its associated data class.
2.9.0
Not secure
* Add full-fledged cloud based API client. This client seamlessly manages authentication tokens behind the scenes. * Update CLI data request methods to make use of new cloud based client.
2.8.7
Not secure
* Integrate ability to access extracted metadata from RedVox packets utilizing the cloud data API.
2.8.6
Not secure
* Add small HTTP interface to upcoming RedVox cloud API * Added new sub-command to CLI `data_req_report` which takes a report ID and will download the report data for authenticated users
2.8.5
Not secure
* The auth_token CLI field for the data_req CLI command has been renamed to `secret_auth` to better reflect the fact that it is a shared secrete. * CLI for data req now makes the shared secret auth key optional dependent on the settings of the remote server.