Skip to content

Release (2024-08-26)

Choose a tag to compare

@GokceGK GokceGK released this 26 Aug 10:02
· 623 commits to main since this release
84a2ac5

Highlights

Warning

The STACKIT Argus service was renamed to STACKIT Observability.

In the SDK, this means that there is a new observability service, which offers the same functionality as the deprecated argus service.

SDK updates from now on will be released on the new observability service, meaning argus will no longer get updates.

Please migrate to github.com/stackitcloud/stackit-sdk-go/services/observability.

  • observability: v0.1.0
    • First release. This module offers the same functionalities as argus (release v0.11.0).
  • iaas: v0.8.0
    • Feature: CreateNetworkIPv4Body and CreateNetworkIPv6Body have a new field Prefix
  • iaas: v0.7.0
    • Breaking change: Rename types:
      • CreateNetworkIPv4 renamed to CreateNetworkIPv4Body
      • V1CreateNetworkIPv6 renamed to CreateNetworkIPv6Body
      • UpdateNetworkIPv4 renamed to UpdateNetworkIPv4Body
      • V1UpdateNetworkIPv6 renamed to UpdateNetworkIPv6Body
    • Feature: CreateNetworkPayload, PartialUpdateNetworkPayload and Network have a new field: Routed
  • secretsmanager: v0.9.0
    • Feature: New API method UpdateInstance to update an instance
  • sqlserverflex: v0.5.0
    • Breaking change:
      • Fields in GetBackupResponse are not nested in an Item field (with type Backup) anymore
      • GetBackupResponse have these new fields: EndTime, Error, Id, Labels, Name, Options, Size, StartTime
  • loadbalancer: v0.15.0
    • Feature: New API method ListPlans to list the available service plans
  • iaas: v0.6.0
    • Breaking change: Use network ID instead of request ID in the waiter: CreateNetworkWaitHandler
  • rabbitmq: v0.18.0
    • Feature: Plan has a new field SkuName
  • opensearch: v0.17.0
    • Feature: Plan has a new field SkuName
  • mariadb: v0.18.0
    • Feature: Plan has a new field SkuName
  • logme: v0.18.0
    • Feature: Plan has a new field SkuName
  • redis: v0.18.0
    • Feature: Plan has a new field SkuName

What's Changed

Full Changelog: release-2024-07-24...release-2024-08-26