Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.18 KB

File metadata and controls

43 lines (31 loc) · 2.18 KB

v0.7.0

  • Feature: Add token_endpoint attribute to CreateServiceAccountKeyResponseCredentials model class

v0.6.1

  • Feature: client now supports UUID and decimal types
  • Bugfix: timeouts now passed to requests library

v0.6.0

  • Breaking Change: rename CreateFederatedIdentityProviderResponse to FederatedIdentityProvider and update file path accordingly
  • Breaking Change: rename CreateFederatedIdentityProviderResponseAssertionsInner to FederatedIdentityProviderAssertionsInner and update file path accordingly
  • Feature: add id for FederatedIdentityProvider

v0.5.0

  • Feature: add support for Federated Identity Providers
    • new operations: CreateFederatedIdentityProvider, DeleteServiceFederatedIdentityProvider, ListFederatedIdentityProviders,PartialUpdateServiceAccountFederatedIdentityProvider
    • new models: CreateFederatedIdentityProviderPayload, CreateFederatedIdentityProviderPayloadAssertionsInner, CreateFederatedIdentityProviderResponse, CreateFederatedIdentityProviderResponseAssertionsInner, FederatedListFederatedIdentityProvidersResponse, PartialUpdateServiceAccountFederatedIdentityProviderPayload

v0.4.2

  • Bugfix: Prevent year 0 timestamp issue

v0.4.1

  • Improvement: Improve error handling for CreateShortLivedAccessToken

v0.4.0

  • Feature: Add new algorithm field to CreateServiceAccountKeyPayload model with enum values RSA_2048 and RSA_4096

v0.3.0

  • Version: Minimal version is now python 3.9

v0.2.2

  • Internal: Improve deserializing and error types

v0.2.1 (2025-05-09)

  • Feature: Update user-agent header

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)