Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.46 KB

File metadata and controls

36 lines (24 loc) · 1.46 KB

v0.6.0

  • Version: Minimal version is now python 3.9

v0.5.1

  • Internal: Improve deserializing and error types

v0.5.0 (2025-06-04)

  • Feature: Delete Organization labels using the new method DeleteOrganizationLabels
  • Feature: Delete Project labels using the new method DeleteProjectLabels
  • Feature: List folders using the new method ListFolders
  • Feature: Partial Update Organization using the new method PartialUpdateOrganization

v0.4.0 (2025-05-14)

  • Breaking change: Fields ContainerParentId and ParentId are no longer required in ParentListInner

v0.3.2 (2025-05-09)

  • Feature: Update user-agent header

v0.3.1 (2025-05-05)

  • Feature:
    • Added API calls for folder management

v0.3.0 (2025-02-07)

  • Breaking Change: Remove the methods BffGetContainersOfAFolder and BffGetContainersOfAnOrganization

v0.2.0 (2025-01-13)

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

STACKIT will move to a new way of specifying regions, where the region is provided as a function argument instead of being set in the client configuration. Once all services have migrated, the methods to specify the region in the client configuration will be removed.

v0.1.0 (2024-12-04)

  • Manage your STACKIT resources such as your project, organization and folders
  • Usage example