Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.97 KB

File metadata and controls

49 lines (38 loc) · 1.97 KB

v0.8.0

  • Feature: client now supports UUID and decimal types
  • Bugfix: timeouts now passed to requests library
  • Feature: add new methods to manage STACKIT git authentication: list_authentication, create_authentication, delete_authentication, get_authentication, patch_authentication
  • Feature: add new methods to manage STACKIT git runners: delete_runner, get_runner, create_runner
  • Feature: add new methods to manage STACKIT git runner runtimes: list_runner_runtimes
  • Feature: add support for FeatureToggles to PatchInstancePayload and Instance models
  • Breaking Change: added field featureToggle to model Instance
  • Breaking Change: list_runner_labels was removed
  • Breaking Change: model UnauthorizedResponse renamed to UnauthorizedErrorResponse
  • Feature: add new model AlreadyExistsError
  • Breaking Change: model InstanceFlavor was removed

v0.7.0

  • Breaking Change: Replace patch_operation by patch_instance_payload in patch_instance request
  • Feature: Add enums InstanceFlavor

v0.6.0

  • Feature: Add support for list runner labels operation
    • new API client methods list_runner_labels
    • new model classes RunnerLabel and ListRunnerLabels

v0.5.1

  • Bugfix: Prevent year 0 timestamp issue

v0.5.0

  • Feature: Add support for instance patch operation

v0.4.0

  • Version: Minimal version is now python 3.9

v0.3.0

  • Feature: Add validation for field flavor in CreateInstancePayload model
  • Feature: Add field sku in Flavor model
  • Internal: Improve deserializing and error types

v0.2.0

  • Feature: Add support for Flavors for STACKIT git instance
  • Improvement: Error handling and documentation improved

v0.1.2 (2025-05-09)

  • Feature: Update user-agent header

v0.1.1 (2025-05-05)

  • Bugfix: Spelling corrections in documentation

v0.1.0 (2025-04-23)

  • New: STACKIT Git module can be used to manage STACKIT Git