Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.75 KB

File metadata and controls

47 lines (30 loc) · 1.75 KB

v0.8.1

  • Update regular expressions to allow longer names

v0.8.0

  • Feature: Add new fields max_credentials, used_credentials and used_load_balancers to GetQuotaResponse model

v0.7.0

  • Feature: Add new attribute labels to LoadBalancer, CreateLoadBalancerPayload, UpdateLoadBalancerPayload model classes

v0.6.0

  • Version: Minimal version is now python 3.9

v0.5.0

  • Feature: Add new field load_balancer_security_group in LoadBalancer, CreateLoadBalancerPayload and UpdateLoadBalancerPayload Models

v0.4.1

  • Internal: Improve deserializing and error types

v0.4.0 (2025-06-12)

  • Feature: Add new field disable_target_security_group_assignment in LoadBalancer, CreateLoadBalancerPayload and UpdateLoadBalancerPayload Models

v0.3.0 (2025-06-10)

  • Feature: Add new field target_security_group in LoadBalancer Model

v0.2.4 (2025-06-02)

  • Improvement: Adjusted GetQuotaResponse and RESTResponseType message

v0.2.3 (2025-05-09)

  • Feature: Update user-agent header

v0.2.2 (2025-03-18)

  • Adapted to minor API changes

v0.2.1 (2025-01-14)

  • Bugfix: configuration.py region adjustment was missing

v0.2.0 (2025-01-13)

  • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.

STACKIT will move to a new way of specifying regions, where the region is provided as a function argument instead of being set in the client configuration. Once all services have migrated, the methods to specify the region in the client configuration will be removed.

v0.1.0 (2024-12-04)