Skip to content

Releases: IBM/vpc-python-sdk

v0.15.0

20 Feb 05:43
Compare
Choose a tag to compare

0.15.0 (2023-02-20)

New Features

  • Metadata post ga: response_hop_limit, protocol added to InstanceMetadataServicePrototype, InstanceMetadataServicePatch and InstanceMetadataService
  • SnapshotClone support for snapshots
  • BackupPolicyPlanClonePolicy for backup policy plan
  • ip_version added to NetworkACLRulePrototype
  • enable_secure_boot support for baremetal servers
  • BareMetalServerTrustedPlatformModulePrototype(trusted_platform_module) support for baremetal
  • LoadBalancerLoggingDatapathPrototype, LoadBalancerLoggingDatapathPatch for load balancers

BREAKING CHANGES

none

v0.14.0

30 Dec 06:06
Compare
Choose a tag to compare

0.14.0 (2022-12-30)

Features

  • 2022-12-21: Update SDK to use API generated on 2022-12-21 (#47) (dc97df6)
  • Backup policy jobs

v0.13.0

02 Nov 14:32
Compare
Choose a tag to compare

0.13.0 (2022-11-02)

Features

  • release: Update SDK to use API generated on 2022-10-13 (#45) (60eb815)

v0.12.0

07 Jul 19:37
Compare
Choose a tag to compare

0.12.0 (2022-07-07)

BREAKING CHANGES

  • RouteNextHopPrototypeRouteNextHopIP -> RoutePrototypeNextHopRouteNextHopPrototypeRouteNextHopIP

  • RouteNextHopPrototype -> RoutePrototypeNextHop

NEW FEATURES

  • release: Update SDK to use API generated on 2022-06-30 (#40) (829b4ad)
  • Support for Backup as a service( backup policy, backup policy plans)
  • Support for VPN servers(client-2-site)

v0.11.1

15 Jun 16:40
Compare
Choose a tag to compare

0.11.1 (2022-06-15)

Bug Fixes

  • Upgrade python core version to 3.15.2 to include new PyJWT version (to avoid a vulnerability) (#38) (b0f22ff)

v0.11.0

02 May 17:48
Compare
Choose a tag to compare

0.11.0 (2022-05-02)

Features

  • release: Update SDK to use API version 2022-03-29 (#35) (7ab1c6f)

  • Breaking change:
    create_snapshot() takes 'snapshot_prototype_model' which consists of source_volume and name

  • New addition:
    Reserved IP APIs for instance and bare metal

v0.10.0

03 Mar 16:37
Compare
Choose a tag to compare

0.10.0 (2022-03-03)

Features

  • Support for Bare Metal Servers

v0.9.0

07 Dec 05:27
Compare
Choose a tag to compare

0.9.0 (2021-12-07)

Features

  • release: Update SDK to use API version 2021-11-23 (#32) (a19eb05)

CodeCov package is removed

Breaking changes:

In VPNGatewayConnectionPrototype


Type of ike_policy  is changed from IKEPolicyIdentity -> VPNGatewayConnectionIKEPolicyPrototype
Type of ipsec_policy  is changed from IPsecPolicyIdentity -> VPNGatewayConnectionIPsecPolicyPrototype

In VPNGatewayConnectionPatch


Type of ike_policy  is changed from IKEPolicyIdentity -> VPNGatewayConnectionIKEPolicyPatch
Type of ipsec_policy  is changed from IPsecPolicyIdentity -> VPNGatewayConnectionIPsecPolicyPatch
Type of dead_peer_detection  is changed from VPNGatewayConnectionDPDPrototype -> VPNGatewayConnectionDPDPatch

In list_keys()
resource_group_id is removed

In create_load_balancer_listener()
'port' is not a required argument. It is optional

v0.8.0

28 Sep 02:16
Compare
Choose a tag to compare

0.8.0 (2021-09-28)

Features

  • Support for Placement Groups
  • Removed support for InstanceTemplateInstanceBySourceTemplate
  • Support for LB https redirect
  • Support for Adjustable IOPS and expandable volume

v0.7.0

14 Jul 19:23
Compare
Choose a tag to compare

NEW FEATURES

  • Support for Load Balancer Session Persistence Cookie.
  • Support filtering Instances with Dedicated Host identifiers.
  • Support for SSH Key Paginated collection.
  • Support for Snapshots feature
  • Support for creating image from a volume
  • Support for Load Balancer pagination
  • Instance Group Action schema name changes upgrade
  • Support for startable attribute on Instances