Skip to content

Releases: stackitcloud/stackit-sdk-python

Release (2025-03-27)

27 Mar 12:12
8605cdb
Compare
Choose a tag to compare

Highlights

  • alb: v0.1.0
    • New: Client for managing the ALB service
  • cdn: v0.1.0
    • New: Client for managing the CDN service
  • certificates: 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.
  • dns: v0.3.1
    • Adapted to minor API changes
  • lbapplication: v0.3.1
    • Adapted to minor API changes
  • loadbalancer: v0.2.2
    • 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.
  • modelserving: v0.1.0
    • New: Client for managing the modelserving API
  • objectstorage: v1.0.2
    • Adapted to minor API changes
  • runcommand: 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.
  • serverbackup: 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.
  • serverupdate: 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.
  • serviceenablement: 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.
  • sqlserverflex: 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.
  • secretsmanager: v0.2.1
    • Improvement: Error handling
    • Feature: Add description to UpdateUserPayload
  • iaas: v0.5.0
    • Improvement: Upgrading from IaaS beta endpoints to v1
    • Feature: Add new method to filter ListMachineTypes: Filter
  • observability: v0.3.0
    • Feature: Added support for alert groups and alert rules.

What's Changed

New Contributors

Full Changelog: release-2025-03-05...release-2025-03-27

release-2025-03-05

05 Mar 13:51
bda955e
Compare
Choose a tag to compare

Highlights

  • stackitmarketplace: v0.2.0
    • Feature: Add method to create inquiries: InquiriesCreateInquiry
    • Feature: Add sort property to ApiListCatalogProductsRequest
    • Feature: Add payload ApproveSubscriptionPayload for ApiApproveSubscriptionRequest
  • objectstorage: v1.0.1
    • New value eu02 in region enum
  • postgresflex: 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.
  • ske: v0.4.0
    • Nodepool: maximum and minimum must be <= 1000
  • dns: v0.3.0
    • Add support for extensions
  • iaas: v0.4.0
    • Feature: Add method to list all public ip ranges: list_public_ip_ranges
    • Add size attribute to image model
    • Add CPU architecture attribute to image config model

What's Changed

New Contributors

Full Changelog: release-2025-02-11...release-2025-03-05

Release (2025-02-11)

11 Feb 08:17
15ec0ab
Compare
Choose a tag to compare

Highlights

  • objectstorage: 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.
  • resourcemanager: v0.3.0
    • Breaking Change: Remove the methods BffGetContainersOfAFolder and BffGetContainersOfAnOrganization
  • lbapplication: v0.3.0
    • Bugfix: Set type from interface to int64 of HealthyThreshold, UnhealthyThreshold, MaxLoadBalancers, Port, MaxConnections, Code and TargetPort
  • ske: v0.3.0
    • Removal: The following methods were removed after deprecation (2024-04-16) and serviceenablement SDK must be used instead.
    • DisableService
    • EnableService
    • GetServiceStatus
  • logme: v0.3.0
    • Breaking Change: Remove mistakenly implemented syslog-use-udp. Does not exist.
  • serverupdate: v0.3.0
    • Breaking Change:: Remove field BackupProperties from CreateUpdatePayload model
    • Fix: Remove field Id from CreateUpdateSchedulePayload model
  • authorization: v0.2.2
    • Bugfix: Revert back to global URL configuration
  • sqlserverflex: v0.3.0
    • Breaking change: Delete endpoint made private.
  • mongodbflex: v0.3.0
    • Breaking change: Delete endpoint made private.
  • postgresflex: v0.3.0
    • Breaking change: Delete endpoint made private.

What's Changed

Full Changelog: release-2025-01-16...release-2025-02-11

Release (2025-01-16)

16 Jan 10:12
8f57620
Compare
Choose a tag to compare

Highlights

  • authorization: v0.2.1

    • Bugfix: configuration.py region adjustment was missing
  • certificates: v0.2.1

    • Bugfix: configuration.py region adjustment was missing
  • dns: v0.2.1

    • Bugfix: configuration.py region adjustment was missing
  • iaas: v0.3.1

    • Bugfix: configuration.py region adjustment was missing
  • lbapplication: v0.2.1

    • Bugfix: configuration.py region adjustment was missing
  • loadbalancer: v0.2.1

    • Bugfix: configuration.py region adjustment was missing
  • logme: v0.2.1

    • Bugfix: configuration.py region adjustment was missing
  • mariadb: v0.2.1

    • Bugfix: configuration.py region adjustment was missing
  • mongodbflex: v0.2.1

    • Bugfix: configuration.py region adjustment was missing
  • objectstorage: v0.2.1

    • Bugfix: configuration.py region adjustment was missing
  • authorization: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • dns: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • iaas: v0.3.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • loadbalancer: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • logme: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • mariadb: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • mongodbflex: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • objectstorage: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • opensearch: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • postgresflex: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • rabbitmq: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • redis: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • resourcemanager: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • runcommand: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • secretsmanager: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • serverupdate: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • serverbackup: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • serviceaccount: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • serviceenablement: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • ske: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • sqlserverflex: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • certificates: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • lbapplication: v0.2.0

    • Breaking Change:: get_host_from_settings returns an error if a region is specified for a global URL.
  • certificates: v0.1.0

    • Manage your STACKIT Load Balancer certificates
  • lbapplication: v0.1.0

    • Manage your STACKIT Load Balancer applications
  • iaas: v0.2.0

    • Feature: Add new methods to manage affinity groups: create_affinity_group, delete_affinity_group, get_affinity_group, and list_affinity_group
    • Feature: Add new methods to manage backups: create_backup, delete_backup, get_backup, list_backup, restore_backup, execute_backup, update_backup
    • Feature: Add new methods to manage images: create_image, delete_image, get_image, list_image, update_image
    • Feature: Add new methods to manage imageshares: delete_image_share, get_image_share, set_image_share, update_image_share
    • Feature: Add new methods to manage imageshare consumers: delete_image_share_consumer, get_image_share_consumer, set_image_share, update_image_share
    • Feature: Add new methods to manage project NICs: get_project_nic, list_project_nics
    • Feature: Add new methods to manage snapshots: create_snapshot, delete_snapshot, get_snapshot, list_snapshot, update_snapshot
  • serverupdate: v0.1.1

    • Bugfix: Id field of Update model is now of type int64 (was string)
  • stackitmarketplace: v0.1.0

    • New: STACKIT Marketplace module can be used to manage the STACKIT Marketplace.

Release (2024-12-04)

04 Dec 17:24
59c10ba
Compare
Choose a tag to compare

Highlights

List of modules: