Added
- Support for the Container Engine service
- A sample showing how to use this service from the SDK is available on [GitHub] (https://github.com/oracle/oci-python-sdk/blob/master/examples/container_engine.py)
Fixed
- Add dependency to idna >=2.5,<2.7 since cryptography and requests both have a dependency on the library and pip can install a version that is incompatible with requests.