Skip to content

Release (2025-07-07)

Choose a tag to compare

@marceljk marceljk released this 07 Jul 13:47
· 109 commits to main since this release
f91be58

Highlights

  • Improvement: Add required:"true" to model structs
  • Feature: Add new fields in cdn, git, iaas and stackitmarketplace
  • Breaking change: ske supports now different regions and the region is no longer specified within the client configuration. The region must be passed as parameter to any region-specific request

  • ske: v1.0.0
    • Breaking Change: The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
  • opensearch: v0.24.0
    • Breaking change: InstanceParametersTlsProtocols is now a string array instead of a single string
    • Add required:"true" tags to model structs
  • sqlserverflex: v1.3.0
    • Add required:"true" tags to model structs
  • postgresflex: v1.2.0
    • Add required:"true" tags to model structs
  • cdn:
    • v1.3.1
      • Improvement: Improve parsing of oneOf
    • v1.3.0
      • Feature: Add DefaultCacheDuration field to Config, ConfigPatch, and CreateDistributionPayload models
      • Add required:"true" tags to model structs
  • redis: v0.25.0
    • Add required:"true" tags to model structs
  • rabbitmq: v0.25.0
    • Add required:"true" tags to model structs
  • stackitmarketplace: v1.6.0
    • Feature: Add new Assets model for managing service certificate assets
    • Feature: Add new LocalizedVersion model for localized content management
    • Feature: Add new NoticePeriod model with types: SAME_DAY, DAYS, MONTHS
    • Feature: Add new ServiceCertificate model for service certification
    • Feature: Add Assets field to CatalogProductDetail model
    • Feature: Add OfferType field to CatalogProductDetail model
    • Feature: Add NoticePeriod field to CatalogProductPricingOption model
    • Add required:"true" tags to model structs
  • dns:
    • v0.17.0
      • Feature: Add new record set types
      • Feature: Improve documentation for APEX records in RecordSet and CreateRecordSetPayload models
    • v0.16.0
      • Add required:"true" tags to model structs
  • ske:
    • v0.27.0
      • Feature: Add new ClusterErrorCode types: CLUSTERERRORCODE_INFRA_SNA_NETWORK_NOT_FOUND, CLUSTERERRORCODE_FETCHING_ERRORS_NOT_POSSIBLE
    • v0.26.0
      • Add required:"true" tags to model structs
  • git:
    • v0.7.0
      • Feature: Add Sku field to Flavors model
      • Feature: Add enums CreateInstancePayloadFlavor for Flavor field in CreateInstancePayload
    • v0.6.0
      • Feature: Add support for Flavors for STACKIT git instance
      • Feature: Add support for Acl for STACKIT git instance
      • projectId and instanceId strings must have a length of 36 characters now (previously was only limited to a maximum of 36 characters)
      • Add required:"true" tags to model structs
  • serverupdate: v1.2.0
    • Add required:"true" tags to model structs
  • serverbackup:
    • v1.3.1
      • Feature: Add Force flag to DeleteBackupRequest and DeleteVolumeBackupRequest
    • v1.3.0
      • Add required:"true" tags to model structs
  • secretsmanager: v0.13.0
    • Add required:"true" tags to model structs
  • runcommand: v1.3.0
    • Add required:"true" tags to model structs
  • resourcemanager: v0.17.0
    • Add required:"true" tags to model structs
  • observability: v0.8.0
    • Add required:"true" tags to model structs
  • objectstorage: v1.3.0
    • Add required:"true" tags to model structs
  • mondodbflex: v1.3.0
    • Add required:"true" tags to model structs
  • modelserving: v0.5.0
    • Add required:"true" tags to model structs
  • mariadb: v0.25.0
    • Add required:"true" tags to model structs
  • logme: v0.25.0
    • Add required:"true" tags to model structs
  • iaas:
    • v0.27.0
      • Feature: Add Dhcp field in CreateNetworkPayload, Network and PartialUpdateNetworkPayload models
    • v0.26.0
      • Feature: Add Metadata field to Server, CreateServerPayload, and UpdateServerPayload models
      • Feature: Increase maximum length validation for machineType and volumePerformanceClass from 63 to 127 characters
    • v0.25.0
      • Add required:"true" tags to model structs
  • authorization: v0.8.0
    • Add required:"true" tags to model structs
  • serviceaccount: v0.9.0
    • Add required:"true" tags to model structs
  • kms v0.3.0
    • Feature: New method DeleteWrappingKey
    • Breaking change: Enum KEYSTATE_VERSION_NOT_READY removed. Use instead KEYSTATE_CREATING
    • Breaking change: Enum VERSIONSTATE_KEY_MATERIAL_NOT_READY removed. Use instead VERSIONSTATE_CREATING
    • Breaking change: Enum WRAPPINGKEYSTATE_KEY_MATERIAL_NOT_READY removed. Use instead WRAPPINGKEYSTATE_CREATING
    • Feature: New enums for KEYSTATE, KEYRINGSTATE, VERSIONSTATE and WRAPPINGKEYSTATE
    • Feature: Add required:"true" tags to model structs

What's Changed

Full Changelog: release-2025-06-16...release-2025-07-07