Skip to content

Release (2025-10-29)

Latest

Choose a tag to compare

@rubenhoenle rubenhoenle released this 29 Oct 16:08
· 6 commits to main since this release
f6ae2d9

Highlights

  • stackitmarketplace: v1.15.0
    • Feature: Add EndUserLicenseAgreement, ProductDescription and ServiceLevelAgreement attributes and add them to Assets struct
  • postgresflex: v1.3.0
    • Breaking Change: The attribute type for PartialUpdateInstancePayload and UpdateInstancePayload changed from Storage to StorageUpdate.
    • Deprecation: StorageUpdate: updating the performance class field is not possible.
  • iaas:
    • v1.0.1
      • Bump STACKIT resourcemanager SDK module from v0.17.1 to v0.18.0
    • 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.
      • Feature: Add new methods to manage routing tables: AddRoutingTableToArea, DeleteRoutingTableFromArea, GetRoutingTableOfArea, ListRoutingTablesOfArea, UpdateRoutingTableOfArea
      • Feature: Add new methods to manage routes in routing tables: AddRoutesToRoutingTable, DeleteRouteFromRoutingTable, GetRouteOfRoutingTable, ListRoutesOfRoutingTable, UpdateRouteOfRoutingTable
      • Breaking Change: Add new method to manage network area regions: CreateNetworkAreaRegion, DeleteNetworkAreaRegion, GetNetworkAreaRegion, ListNetworkAreaRegions, UpdateNetworkAreaRegion
      • Feature: Add new wait handler for network area region: CreateNetworkAreaRegionWaitHandler and DeleteRegionalNetworkAreaConfigurationWaitHandler
      • Breaking Change: Wait handler which relates to region-specific services, got an additional param for the region: CreateNetworkWaitHandler, UpdateNetworkWaitHandler, DeleteNetworkWaitHandler, CreateVolumeWaitHandler, DeleteVolumeWaitHandler, CreateServerWaitHandler, ResizeServerWaitHandler, DeleteServerWaitHandler, StartServerWaitHandler, StopServerWaitHandler, DeallocateServerWaitHandler, RescueServerWaitHandler, UnrescueServerWaitHandler, ProjectRequestWaitHandler, AddVolumeToServerWaitHandler, RemoveVolumeFromServerWaitHandler, UploadImageWaitHandler, DeleteImageWaitHandler, CreateBackupWaitHandler, DeleteBackupWaitHandler, RestoreBackupWaitHandler, CreateSnapshotWaitHandler, DeleteSnapshotWaitHandler
      • Breaking Change: Network model has changed:
        • NetworkId has been renamed to Id
        • Gateway, Nameservers, Prefixes and PublicIp has been moved to new model NetworkIPv4, and can be accessed in the new property IPv4
        • Properties Gatewayv6, Nameserversv6 and Prefixesv6 moved to new model NetworkIPv6, and can be accessed in the new property IPv6
      • Breaking Change: CreateServerPayload model has changed:
        • Model CreateServerPayloadBootVolume of BootVolume property changed to ServerBootVolume
        • Property Networking in CreateServerPayload is required now
      • Deprecated: Deprecated wait handler and will be removed after April 2026: CreateNetworkAreaWaitHandler, UpdateNetworkAreaWaitHandler and DeleteNetworkAreaWaitHandler
  • resourcemanager: v0.18.0
    • Feature: Add new model ContainerSearchResult
  • git: v0.9.0
    • Feature: Add support for list runner labels operation
      • new API client methods ListRunnerLabels and ListRunnerLabelsExecute
      • new model struct RunnerLabel
  • cdn: v2.0.0
    • Feature: Switch from v1beta CDN API version to v1beta2 version.
    • Breaking change: Changed spelling from WAF to Waf in model struct names
      • WAFStatusRuleBlock -> WafStatusRuleBlock
      • WAFRuleGroup -> WafRuleGroup
      • WAFRuleCollection -> WafRuleCollection
      • WAFRule -> WafRule
      • NullableListWAFCollectionsResponse -> NullableListWafCollectionsResponse
    • Breaking change: Changed spelling from model struct named GenericJSONResponse to GenericJsonResponse
    • Breaking change: Removal of fields from model structs
      • Remove Description field from ErrorDetails model struct
      • Remove Domain field from PutCustomDomainResponse and GetCustomDomainResponse model structs
      • Remove OccuredAt field from GetCacheInfoResponseHistoryEntry model struct
    • Breaking change: Renaming of fields in model structs
      • Rename DistributionID field to DistributionId in DistributionLogsRecord model struct
      • Rename BlockedIPs field to BlockedIps in CreateDistributionPayload, ConfigPatch and Config model structs
    • Breaking change: Removal of API client methods GetLogsSearchFilters, GetLogsSearchFiltersExecute
    • Breaking change: Removal of request structs GetLogsSearchFiltersRequest
    • Feature: Add fields to model structs
      • Add Backend field to CreateDistributionPayload model struct
      • Add BucketBackend field to ConfigBackend model struct
      • Add BucketBackendPatch field to ConfigPatchBackend model struct
    • Feature: New model structs
      • New Loki model structs: LokiLogSinkCredentials, LokiLogSinkCreate, LokiLogSinkPatch
      • New Backend model structs: HttpBackendCreate, BucketBackendCreate, BucketBackend, BucketBackendPatch, CreateDistributionPayloadBackend
      • Other new model structs: BucketCredentials

What's Changed

Full Changelog: release-2025-10-13...release-2025-10-29