3.1.1 (2018-09-28) * Added captions to clarify_export script
3.1.0 (2016-10-26) * Added Python 2.7 support
3.0.2 (2016-04-27) * Added clarify_export script
3.0.1 (2016-01-05) * Maintenance
- BREAKING CHANGE: client.bundle_list_map(func) The func is now called
with client as the first parameter. * Added insight access methods. * Support for requesting non-autorun insights (ex. transcripts and captions) * Support for embedding insights when requesting bundles. * Support for external_id when creating or updating bundles. * Added behave tests. * Added unittests.
- All deprecated code removed.
- Deprecated use of set_key() in favor of Client class.
- Switched from http.client to urllib3.
- Eliminated support for setting HTTP debug level. Use Runscope.
- Added get_item_hrefs() utility function.
- Utility function cleanup.
- Fixed some encoding bugs.
- Version increment to work around a PyPI bug. Identical to 1.0.1.
- Version increment to work around a PyPI bug. Identical to 1.0.0.
- Port of 1.0.1 python 2 code.