Skip to content

Latest commit

 

History

History
102 lines (74 loc) · 3.74 KB

File metadata and controls

102 lines (74 loc) · 3.74 KB

v0.14.0

  • Minimal go version is now Go 1.25

v0.13.2

  • Dependencies: Bump STACKIT SDK core module from v0.24.0 to v0.24.1

v0.13.1

  • Dependencies: Bump STACKIT SDK core module from v0.23.0 to v0.24.0

v0.13.0

  • v2beta2api
    • Deprecation: The v2beta2 api is deprecated and will be removed in the future. Migrate to the v2 api
  • v2api
    • Update description of GetQuota method

v0.12.1

  • Dependencies: Bump STACKIT SDK core module from v0.22.0 to v0.23.0

v0.12.0

  • Bugfix: Disable strict decoding of API responses
  • Feature: Add AdditionalProperties fields to model structs

v0.11.0

  • Feature: Introduction of multi API version support for the alb SDK module. For more details please see the announcement on GitHub: #5062
  • v2api: New package which can be used for communication with the alb v2 API
  • v2beta2api: New package which can be used for communication with the alb v2 beta2 API
  • Deprecation: The contents in the root of this SDK module including the wait package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
  • Dependencies: Bump STACKIT SDK core module from v0.21.1 to v0.22.0

v0.10.0

  • Feature: Add new field AltPort to ActiveHealthCheck
  • Feature: Add new field Tls to HttpHealthCheck
  • Breaking change: Renamed TargetPoolTlsConfig to TlsConfig

v0.9.3

  • Bump STACKIT SDK core module from v0.21.0 to v0.21.1

v0.9.2

  • Dependencies: Bump github.com/golang-jwt/jwt/v5 from v5.3.0 to v5.3.1

v0.9.1

  • Bugfix: Correctly handle file closing for file uploads
  • Bump STACKIT SDK core module from v0.20.1 to v0.21.0

v0.9.0

  • Feature: Add new fields UsedCredentials and UsedLoadBalancers in GetQuotaResponse model

v0.8.0

  • Feature: Switch from v2beta API version to v2 version.
  • Feature: MaxCredentials field added to GetQuotaResponse
  • Breaking change: added version to LoadBalancer constructor
  • Breaking change: renamed exact to exactMatch in Path model
  • Breaking change: removed pathPrefix from Rule model

v0.7.3

  • Bump STACKIT SDK core module from v0.20.0 to v0.20.1

v0.7.2

  • Bump STACKIT SDK core module from v0.19.0 to v0.20.0

v0.7.1

  • Docs Update description of field WafConfigName in Listener model

v0.7.0

  • Add field Labels (type *map[string]string) to structs LoadBalancer, CreateLoadBalancerPayload, UpdateLoadBalancerPayload
  • Add field WafConfigName (type *string) to Listener struct

v0.6.1

  • Dependencies: Bump github.com/golang-jwt/jwt/v5 from v5.2.2 to v5.2.3

v0.6.0

  • Feature: Add new LoadBalancerSecurityGroup field to CreateLoadBalancerPayload, LoadBalancer, and UpdateLoadBalancerPayload models

v0.5.0 (2025-06-12)

  • Feature: Add new fields DisableTargetSecurityGroupAssignment and TargetSecurityGroup in LoadBalancer Model

v0.4.1 (2025-06-04)

  • Bugfix: Adjusted UnmarshalJSON function to use enum types and added tests for enums

v0.4.0 (2025-05-15)

  • Breaking change: Introduce interfaces for APIClient and the request structs

v0.3.1 (2025-05-15)

  • Feature: New field Path for Rule

v0.3.0 (2025-05-14)

  • Breaking change: Introduce typed enum constants for status attributes

v0.2.3 (2025-05-09)

  • Feature: Update user-agent header

v0.2.2 (2025-05-02)

  • Feature: Switch to beta2 API

v0.2.1 (2025-03-27)

  • Bugfix: Removed ConfigureRegion() from API client

v0.2.0 (2025-03-20)

  • Enhancement: Provider waiter for loadbalancer api

v0.1.0 (2025-03-19)

  • New: API for application load balancer