Skip to content

1.3.12

Compare
Choose a tag to compare
@benthamc benthamc released this 11 Jan 23:29
· 604 commits to master since this release
2b5bbe3

Added

  • Support for tagging:
    • Support for creating, updating, retrieving and listing tags and tag namespaces (these operations can be found in Identity Service)
    • Support for adding freeform and defined tags to resources in Core Services (Networking, Compute, and Block Volume) and Identity Service
    • An example on using tagging can be found on GitHub.
  • Support for bringing your own custom image for emulation mode virtual machines in Compute Service
  • Added the oci.pagination module, which contains convenience functions so that you don't have to manually deal with page tokens when using list operations. See the documentation for more information

Changed

  • Upgraded cryptography dependency to 2.1.3
    • Added dependency on pyOpenSSL <= 17.4.0 as the minimum cryptography version for pyOpenSSL 17.5.0 is 2.1.4
  • Upgraded six dependency to 1.11.0
  • Ugraded requests dependency to 2.18.4