·
4 commits
to main
since this release
Highlights
alb
:authorization
: v0.2.5- Internal: Improve deserializing and error types
certificates
: v1.0.2- Internal: Improve deserializing and error types
lbapplication
: v0.3.4- Internal: Improve deserializing and error types
loadbalancer
:logme
: v0.3.2- Internal: Improve deserializing and error types
mariadb
: v0.2.3- Internal: Improve deserializing and error types
modelserving
: v0.1.2- Internal: Improve deserializing and error types
mongodbflex
:- v1.1.0
- Breaking Change: Add required
region
parameter to all API methods. - Feature: Add new methods
clone_instance()
andrestore_instance()
. - Feature: Add new models
InstanceFlavor
andInstanceResponse
.
- Breaking Change: Add required
- v1.1.0
objectstorage
: v1.0.4- Internal: Improve deserializing and error types
observability
:- v0.6.0
- Feature: Add new methods
get_logs_configs()
,update_logs_configs()
,get_traces_configs()
,update_traces_configs()
,get_metrics_storage_retention()
,update_metrics_storage_retention()
,get_scrape_config()
,update_scrape_config()
,list_acl()
,update_acl()
,list_alert_config_receivers()
,list_alert_config_routes()
,update_alert_config_receiver()
,update_alert_config_route()
,list_alertgroups()
,list_alertrules()
,list_credentials()
,list_instances()
- Feature: Add new models
LogsConfig
,LogsConfigResponse
,TraceConfig
,TracesConfigResponse
,UpdateLogsConfigsPayload
,UpdateTracesConfigsPayload
- Feature: Add new methods
- v0.5.1
- Internal: Improve deserializing and error types
- v0.6.0
postgresflex
: v1.0.2- Internal: Improve deserializing and error types
rabbitmq
: v0.2.2- Internal: Improve deserializing and error types
redis
: v0.2.2- Internal: Improve deserializing and error types
resourcemanager
: v0.5.1- Internal: Improve deserializing and error types
runcommand
: v1.0.2- Internal: Improve deserializing and error types
secretsmanager
: v0.2.3- Internal: Improve deserializing and error types
serverbackup
: v1.0.2- Feature: Add
force
parameter todelete_backup
anddelete_volume_backup
methods - Internal: Improve deserializing and error types
- Feature: Add
serverupdate
: v1.0.3- Internal: Improve deserializing and error types
serviceaccount
: v0.2.2- Internal: Improve deserializing and error types
serviceenablement
: v1.0.2- Internal: Improve deserializing and error types
sqlserverflex
: v1.0.3- Internal: Improve deserializing and error types
kms
:dns
:git
: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.
- Breaking Change: Renamed
Argus
model toObservability
- Breaking Change: Renamed
argus
field toobservability
inExtension
model - Breaking Change: Removed enum validation in
code
field inClusterError
model - Deprecated: Remove deprecated
allow_privileged_containers
field inKubernetes
model - Internal: Improve deserializing and error types
- v0.6.0
- Feature: Add new
ClusterErrorCode
types:CLUSTERERRORCODE_INFRA_SNA_NETWORK_NOT_FOUND
,CLUSTERERRORCODE_FETCHING_ERRORS_NOT_POSSIBLE
- Feature: Add new
- v1.0.0
stackitmarketplace
:- v1.5.1
- Internal: Improve deserializing and error types
- v1.5.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 new
- v1.4.0
- Feature: Add support for offer types
- new model
OfferType
- new attribute
CatalogProductDetail
forCatalogProductDetail
model
- new model
- Attribute
is_product_listing
inCatalogProductDetail
is now of typeOptional[StrictBool]
(previouslyStrictBool
)
- Feature: Add support for offer types
- v1.5.1
cdn
:opensearch
:iaas
:- v0.5.5
- Improvement: Add proper noqa comments for docstrings
- Improvement: Update type annotations for better type safety
- v0.5.4
- Improvement: Increase max length of
machine_type
andvolume_performance_class
fields from 63 to 127 characters in API methods - Improvement: Increase max length of
name
fields from 63 to 127 characters for various models:AffinityGroup
,Backup
,BootVolume
,CreateAffinityGroupPayload
,CreateBackupPayload
CreateImagePayload
,CreateNetworkAreaPayload
,CreateNetworkPayload
,CreateNicPayload
CreateSecurityGroupPayload
,CreateServerPayload
,CreateSnapshotPayload
,CreateVolumePayload
Image
,MachineType
,Nic
,PartialUpdateNetworkAreaPayload
,PartialUpdateNetworkPayload
ResizeServerPayload
,SecurityGroup
,Server
,ServerNetwork
,Snapshot
UpdateBackupPayload
,UpdateImagePayload
,UpdateNicPayload
,UpdateSecurityGroupPayload
UpdateServerPayload
,UpdateSnapshotPayload
,UpdateVolumePayload
,Volume
,VolumePerformanceClass
- Improvement: Update regular expression pattern for name validation to allow more flexible naming conventions
- Improvement: Increase max length of
- v0.5.5
What's Changed
- Generator: Update SDK /services/resourcemanager by @stackit-pipeline in #1245
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #1253
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #1255
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #1256
- Generator: Update SDK /services/ske by @stackit-pipeline in #1259
- Generator: Update SDK /services/iaasalpha by @stackit-pipeline in #1276
- Generator: Update SDK /services/iaas by @stackit-pipeline in #1275
- chore(sdk): add support for custom auth endpoint and add example by @rubenhoenle in #1272
- fix(doc): fix incorrect repository urls by @rubenhoenle in #1278
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #1277
- Generator: Update SDK /services/alb by @stackit-pipeline in #1273
- chore(doc): set release date in changelog by @rubenhoenle in #1281
- Generator: Update SDK /services/cdn by @stackit-pipeline in #1280
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #1293
- Generator: Update SDK /services/opensearch by @stackit-pipeline in #1292
- Generator: Update SDK /services/iaas by @stackit-pipeline in #1299
- Generator: Update SDK /services/sqlserverflex by @stackit-pipeline in #1351
- Generator: Update SDK /services/dns by @stackit-pipeline in #1347
- Generator: Update SDK /services/kms by @stackit-pipeline in #1355
- chore: update code owners by @marceljk in #1717
- Generator: Update SDK by @marceljk in #1945
- Generator: Update SDK by @Benjosh95 in #2038
- chore(docs): set release date in changelog by @rubenhoenle in #2051
New Contributors
- @Benjosh95 made their first contribution in #2038
Full Changelog: release-2025-06-03...release-2025-07-21