Skip to content

Release (2026-01-27)

Latest

Choose a tag to compare

@GokceGK GokceGK released this 27 Jan 16:42
· 1 commit to main since this release
eee58eb

Highlights

  • serverbackup: v1.1.1
    • Bugfix: Update backup status codes to match the backup status codes actually returned by the server backup API
  • loadbalancer: v0.8.0
    • Feature: Add new fields max_credentials, used_credentials and used_load_balancers to GetQuotaResponse model
  • ske: v1.5.0
    • Feature: Add field identity to model ClusterStatus
  • logs: v0.1.0
    • New: STACKIT Logs service
  • edge: v0.1.0
    • New: STACKIT Edge Cloud (STEC) service
  • observability: v0.12.0
    • Breaking change: The PartialUpdateAlertrules takes now PartialUpdateAlertrulesRequestInner instead of UpdateAlertgroupsRequestInnerRulesInner
    • Breaking change: The type of Rules in CreateLogsAlertgroupsPayload and UpdateLogsAlertgroupPayload has changed from []UpdateAlertgroupsRequestInnerRulesInner to []CreateLogsAlertgroupsPayloadRulesInner
    • Deprecation: The GrafanaAdminPassword and GrafanaAdminUser fields are now deprecated in InstanceSensitiveData model
    • Feature: Add GrafanaAdminEnabled to CreateInstancePayload and UpdateInstancePayload models
    • Feature: Add new field record in UpdateAlertgroupsRequestInnerRulesInner model
    • Feature: Add CertCheck to CertCheckResponse model
    • Feature: Add HttpCheck to HttpCheckResponse model
    • Feature: Add new CreateLogsAlertgroupsPayloadRulesInner model
    • Feature: Add allowAssignGrafanaAdmin to GrafanaOauth and UpdateGrafanaConfigsPayloadGenericOauth models
    • Feature: Add GrafanaAdminEnabled to InstanceSensitiveData model
    • Feature: Add new PartialUpdateAlertrulesRequestInner model
  • secretsmanager: v0.4.0
    • Feature: added KmsKey model
    • Feature: added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
  • sfs: v0.1.0
    • New: STACKIT File Storage (SFS) service
  • alb:
    • v0.8.0
      • Feature: Add new fields used_credentials and used_load_balancers to GetQuotaResponse model
    • v0.7.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
  • certificates: v1.2.0
    • Feature: Switch from v2beta API version to v2 version.
    • Breaking change: Rename CreateCertificateResponse to GetCertificateResponse
  • scf: v0.4.0
    • Feature: Add new model class SpaceWithIsolationSegment
  • iaas: v1.1.0
    • Feature: Add CreateIsolatedNetwork functionality
    • Feature: Add ImageFromVolumePayload functionality
    • Feature: Add SystemRoutes to UpdateRoutingTableOfAreaPayload
  • kms:
    • v0.6.0
      • Set fields description and import_only to required in response struct Key
      • Set fields description and public_key to required in response struct WrappingKey
      • Set field description to required in response struct KeyRing
      • Set field disabled to required in response struct Version
    • v0.5.0
      • Feature: Add regex field validator for display_name attribute in model classes CreateKeyPayload, CreateKeyRingPayload, CreateWrappingKeyPayload
  • sqlserverflex: v1.1.1
    • Breaking change: Add region parameter in ListMetrics method. Previously the method failed, because the region parameter was missing
  • mongodbflex: v1.2.2
    • Docs: Extend description of Roles field in CreateUserPayload, PartialUpdateUserPayload, UpdateUserPayload and User model
  • authorization: v0.6.0
    • Feature: Add new methods for managing roles: AddRole, DeleteRole, GetRole, UpdateRole

What's Changed

New Contributors

Full Changelog: release-2025-11-14...release-2026-01-27