Added
- Support for launching database system from backup in the Database service (
oci db system launch-from-backup
) - Support for soft shutdown of instances in the Compute service (SOFTSTOP option for --action in
oci compute instance action
) - Use the root compartment ID (tenancy ID) from the config file as a default value for compartment/tenancy parameter for the following commands in the Identity service:
oci iam region-subscription list
oci iam availability-domain list
oci iam group list | add-user | create | list-users | remove-user
oci iam user list | list-groups | create
oci iam dynamic-group list | create
Changed
- Bumped version number of python-dateutil package (2.7.3) to address clock skew warning
- Name for "Swift Passwords" to "Auth Tokens" in Identity service (Use
oci iam auth-token
instead ofoci iam swift-password
oroci iam user swift-password
)
Fixed
- Support for escaping non-alphanumeric characters in the Windows installation script.