·
10 commits
to main
since this release
Highlights
stackitmarketplace: v1.15.0- Feature: Add
EndUserLicenseAgreement,ProductDescriptionandServiceLevelAgreementattributes and add them toAssetsstruct
- Feature: Add
postgresflex: v1.3.0- Breaking Change: The attribute type for
PartialUpdateInstancePayloadandUpdateInstancePayloadchanged fromStoragetoStorageUpdate. - Deprecation:
StorageUpdate: updating the performance class field is not possible.
- Breaking Change: The attribute type for
iaas:- v1.0.1
- Bump STACKIT resourcemanager SDK module from
v0.17.1tov0.18.0
- Bump STACKIT resourcemanager SDK module from
- 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:
CreateNetworkAreaRegionWaitHandlerandDeleteRegionalNetworkAreaConfigurationWaitHandler - 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:
Networkmodel has changed:NetworkIdhas been renamed toIdGateway,Nameservers,PrefixesandPublicIphas been moved to new modelNetworkIPv4, and can be accessed in the new propertyIPv4- Properties
Gatewayv6,Nameserversv6andPrefixesv6moved to new modelNetworkIPv6, and can be accessed in the new propertyIPv6
- Breaking Change:
CreateServerPayloadmodel has changed:- Model
CreateServerPayloadBootVolumeofBootVolumeproperty changed toServerBootVolume - Property
NetworkinginCreateServerPayloadis required now
- Model
- Deprecated: Deprecated wait handler and will be removed after April 2026:
CreateNetworkAreaWaitHandler,UpdateNetworkAreaWaitHandlerandDeleteNetworkAreaWaitHandler
- v1.0.1
resourcemanager: v0.18.0- Feature: Add new model
ContainerSearchResult
- Feature: Add new model
git: v0.9.0- Feature: Add support for list runner labels operation
- new API client methods
ListRunnerLabelsandListRunnerLabelsExecute - new model struct
RunnerLabel
- new API client methods
- Feature: Add support for list runner labels operation
cdn: v2.0.0- Feature: Switch from
v1betaCDN API version tov1beta2version. - Breaking change: Changed spelling from
WAFtoWafin model struct namesWAFStatusRuleBlock->WafStatusRuleBlockWAFRuleGroup->WafRuleGroupWAFRuleCollection->WafRuleCollectionWAFRule->WafRuleNullableListWAFCollectionsResponse->NullableListWafCollectionsResponse
- Breaking change: Changed spelling from model struct named
GenericJSONResponsetoGenericJsonResponse - Breaking change: Removal of fields from model structs
- Remove
Descriptionfield fromErrorDetailsmodel struct - Remove
Domainfield fromPutCustomDomainResponseandGetCustomDomainResponsemodel structs - Remove
OccuredAtfield fromGetCacheInfoResponseHistoryEntrymodel struct
- Remove
- Breaking change: Renaming of fields in model structs
- Rename
DistributionIDfield toDistributionIdinDistributionLogsRecordmodel struct - Rename
BlockedIPsfield toBlockedIpsinCreateDistributionPayload,ConfigPatchandConfigmodel structs
- Rename
- Breaking change: Removal of API client methods
GetLogsSearchFilters,GetLogsSearchFiltersExecute - Breaking change: Removal of request structs
GetLogsSearchFiltersRequest - Feature: Add fields to model structs
- Add
Backendfield toCreateDistributionPayloadmodel struct - Add
BucketBackendfield toConfigBackendmodel struct - Add
BucketBackendPatchfield toConfigPatchBackendmodel struct
- Add
- 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
- New Loki model structs:
- Feature: Switch from
What's Changed
- Generator: Update SDK /services/postgresflex by @stackit-pipeline in #3637
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #3650
- Update module github.com/stackitcloud/stackit-sdk-go/services/postgresflex to v1.3.0 by @stackit-pipeline in #3651
- chore(examples): use eu01 as example value for region by @rubenhoenle in #3665
- Generator: Update SDK /services/iaas by @stackit-pipeline in #3662
- Generator: Update SDK /services/resourcemanager by @stackit-pipeline in #3673
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #3678
- Update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v1 by @stackit-pipeline in #3667
- Generator: Update SDK /services/alb by @stackit-pipeline in #3674
- Update module github.com/stackitcloud/stackit-sdk-go/services/resourcemanager to v0.18.0 by @stackit-pipeline in #3679
- Generator: Update SDK /services/git by @stackit-pipeline in #3692
- Generator: Update SDK /services/intake by @stackit-pipeline in #3693
- Generator: Update SDK /services/iaas by @stackit-pipeline in #3677
- Generator: Update SDK /services/cdn by @stackit-pipeline in #3696
- update release date in changelog by @rubenhoenle in #3697
Full Changelog: release-2025-10-13...release-2025-10-29