Skip to content

Releases: IBM/vpc-python-sdk

v0.9.0

07 Dec 05:27

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

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

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

v0.6.0

12 May 18:57

Choose a tag to compare

Features

  • Placement target support for instances
  • Scheduled actions support for Instance Groups
  • Introduced console access token for an instance
  • Update, Retrieve an instance disk and List all instance disks
  • Update, Retrieve a dedicated host disk and List all disks on dedicated host
  • Body and Query is introduced in type of rules in Load Balancer Listener Policy Rule
  • Introduced Profile in instance patch
  • Pagination support for Instance Group Policies and Membership

v0.5.1

17 Apr 05:55

Choose a tag to compare

0.5.1 (2021-04-17)

Bug Fixes

  • build: Update travis.yml to fix publishing to repo manager (#21) (61a0064)

v0.5.0

19 Mar 19:59

Choose a tag to compare

0.5.0 (2021-03-19)

Features

  • Introduced support for Security Group Targets
  • Support for Load Balancer and Security Groups Integration
  • Support for dh_group19 and sha512 option for VPN IPSec and IKE policies
  • delegate_vpc action to the VPC Routing table Route
  • VPC Routing Table Route Next Hop now accepting VPN connection ID
  • Support for Image File checksum

v0.4.1

18 Jan 12:21

Choose a tag to compare

0.4.1 (2021-01-18)

Bug Fixes

  • release: Update SDK to use API version 2020-01-12 (#14) (f598ea8)

v0.4.0

21 Dec 17:27

Choose a tag to compare

0.4.0 (2020-12-21)

New Features

  • Add support for dedicated hosts, dedicated host groups and dedicated host profiles.
  • Add status unusable and a new field status_reasons for Image and Volumes.

Commits

  • DH: Update VPC service with API version 2020-12-15 (#13) (97399e6)

v0.3.0

20 Nov 18:38

Choose a tag to compare

0.3.0 (2020-11-20)

New Features

  • Subnet Reserved IP
Virtual Private Endpoints
  • Static Route VPN
  • Route Based VPN
  • Custom Routes with Ingress
  • Load Balancer Proxy Protocol feature
  • Anti-spoofing

Breaking changes

  • Get Region Zone endpoint: path parameter zoneName changed to name

Commit History

  • network: Update VPC service with API version 2020-11-17 (#12) (5651f05)

v0.2.0

20 Oct 22:38

Choose a tag to compare

0.2.0 (2020-10-20)

Features

  • New design for operations that accept JSON Merge Patch
  • patch: Update both services with API version 2020-10-06 (#11) (47a8939)

Bug

  • Fixes issue with unsetting session persistence for load balancers