- Minimal go version is now Go 1.25
- Dependencies: Bump STACKIT SDK core module from
v0.24.0tov0.24.1
- Dependencies: Bump STACKIT SDK core module from
v0.23.0tov0.24.0
v2beta2api- Deprecation: The
v2beta2api is deprecated and will be removed in the future. Migrate to thev2api
- Deprecation: The
v2api- Update description of
GetQuotamethod
- Update description of
- Dependencies: Bump STACKIT SDK core module from
v0.22.0tov0.23.0
- Bugfix: Disable strict decoding of API responses
- Feature: Add
AdditionalPropertiesfields to model structs
- 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 APIv2beta2api: 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
waitpackage 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.1tov0.22.0
- Feature: Add new field
AltPorttoActiveHealthCheck - Feature: Add new field
TlstoHttpHealthCheck - Breaking change: Renamed
TargetPoolTlsConfigtoTlsConfig
- Bump STACKIT SDK core module from
v0.21.0tov0.21.1
- Dependencies: Bump
github.com/golang-jwt/jwt/v5fromv5.3.0tov5.3.1
- Bugfix: Correctly handle file closing for file uploads
- Bump STACKIT SDK core module from
v0.20.1tov0.21.0
- Feature: Add new fields
UsedCredentialsandUsedLoadBalancersinGetQuotaResponsemodel
- Feature: Switch from
v2betaAPI version tov2version. - Feature:
MaxCredentialsfield added toGetQuotaResponse - Breaking change: added
versionto LoadBalancer constructor - Breaking change: renamed
exacttoexactMatchin Path model - Breaking change: removed
pathPrefixfrom Rule model
- Bump STACKIT SDK core module from
v0.20.0tov0.20.1
- Bump STACKIT SDK core module from
v0.19.0tov0.20.0
- Docs Update description of field
WafConfigNameinListenermodel
- Add field
Labels(type*map[string]string) to structsLoadBalancer,CreateLoadBalancerPayload,UpdateLoadBalancerPayload - Add field
WafConfigName(type*string) toListenerstruct
- Dependencies: Bump
github.com/golang-jwt/jwt/v5fromv5.2.2tov5.2.3
- Feature: Add new
LoadBalancerSecurityGroupfield toCreateLoadBalancerPayload,LoadBalancer, andUpdateLoadBalancerPayloadmodels
- Feature: Add new fields
DisableTargetSecurityGroupAssignmentandTargetSecurityGroupinLoadBalancerModel
- Bugfix: Adjusted
UnmarshalJSONfunction to use enum types and added tests for enums
- Breaking change: Introduce interfaces for
APIClientand the request structs
- Feature: New field
PathforRule
- Breaking change: Introduce typed enum constants for status attributes
- Feature: Update user-agent header
- Feature: Switch to beta2 API
- Bugfix: Removed ConfigureRegion() from API client
- Enhancement: Provider waiter for loadbalancer api
- New: API for application load balancer