Skip to content

2.0.4

Compare
Choose a tag to compare
@arthall arthall released this 27 Sep 20:58
· 629 commits to master since this release
3128755

Added

  • Support for paravirtualized launch mode when importing images in the Compute service
  • Support for Key Management service
  • Support for encrypting the contents of an Object Storage bucket using a Key Management service key
  • Support for specifying a Key Management service key when launching a compute instance in the Compute service
  • Support for specifying a Key Management service key when backing up or restoring a block storage volume in the Block Volume service

Fixed

  • ObjectStorageClient requires int value for content_length keyword argument to put_object and upload_part, but the SDK was not converting the type for the Requests library.