Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.43 KB

File metadata and controls

39 lines (27 loc) · 1.43 KB

v0.9.0 (2024-01-24)

  • Feature: Introduces Server Name Indicator (SNI) support:
    • Listener has a new field ServerNameIndicators
  • Feature: Introduces Layer 4 Session Persistance:
    • TargetPool has a new field SessionPersistence
    • UpdateTargetPoolPayload has a new field SessionPersistence
  • Bug fix: NewAPIClient now initializes a new client instead of using http.DefaultClient (#236)

v0.8.3 (2024-01-15)

  • Add license and notice files

v0.8.2 (2024-01-09)

  • Dependency updates

v0.8.1 (2023-12-22)

  • Dependency updates

v0.8.0 (2023-12-20)

API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.

  • Changed methods:
    • DisableLoadBalancing renamed to DisableService
    • EnableLoadBalancing renamed to EnableService
    • GetProjectStatus renamed to GetServiceStatus
  • Changed structs:
    • StatusResponse renamed to GetServiceStatusResponse
  • Changed waiters:
    • EnableLoadBalancingWaitHandler renamed to EnableServiceWaitHandler

v0.7.0 (2023-12-06)

  • Manage your STACKIT Load Balancer resources: LoadBalancer, Credentials
  • Waiters for async operations: CreateLoadBalancerWaitHandler, DeleteLoadBalancerWaitHandler, EnableLoadBalancingWaitHandler
  • Usage example