- Fixed: upgrade urllib3
- Feature: support for application credentials
- Fixed: upgrade dependencies (aiohttp)
- Fixed: upgrade dependencies (urllib3: CVE-2018-20060)
- Feature: another part of compute API - run an action on server
- Feature: CD configuration
- Feature: Cinder implementation
- Bugfix: typo fixes
- Feature: adjustable request timeout, default is 60s now
- Bugfix: initialize property (api) in Client to get some meaningful error instead of "recursion limit reached".
- Feature: wrap requests with Resource/Method proxy
- Bugfix: adding slash at the end of api_root_url
- Bugfix: update README with metadata entry and envs notice
- Feature: partial support for server metadata usage
- Bugifx: invalid concat auth_url with urljoin
- Feature: use OS_ variables if present
- Feature: accept to pass api_url
- Feature: determine api url if catalog provide incomplete one (eg. without version)
- Bugfix: do_not_await_sync_method
- Update simple-rest-client (fixed logging)
- fix tests, cov report, MANIFEST.in
- Update MANIFEST.in
- First approach to build async openstack client library for Python3