---------------------
Added
~~~~~~~~~~
* Support for the Email Service. (``oci email``)
* A sample test using the email feature can be found on `Github <https://github.com/oracle/oci-cli/blob/master/tests/examples/test_email.py>`__
* This release does not include support for managing SMTP credentials. Please use the web console or any OCI SDK to manage SMTP credentials.
* Support for the following features in the Core Services:
* paravirtualized volume attachments (--type option for ``oci compute volume-attachment attach``)
* variable size boot volumes (--boot-volume-size-in-gbs option for ``oci compute instance launch``)
* Support for auto-pagination for the Domain Name System Service. (--all, --page-size options for ``oci dns record domain get``, ``oci dns record rrset get``, ``oci dns record zone get``)
* Support for no-overwrite flag for the object put operation for the Object Service (--no-overwrite for ``oci os object put``).
Fixed
~~~~~~~~~~
* Updated config / key file permissions logic on Windows to depend on well known SIDs instead of account / group name to
fix localization issues. This affects ``oci setup config``, ``oci setup repair-file-permissions``, and the general
config / key file permissions check performed by other commands.