Skip to content

Latest commit

 

History

History
109 lines (73 loc) · 4.42 KB

File metadata and controls

109 lines (73 loc) · 4.42 KB

v1.5.0

  • Feature: Introduction of multi API version support for the sqlserverflex SDK module. For more details please see the announcement on GitHub: #5062
  • v1api: New package which can be used for communication with the sqlserverflex v1 API
  • v2api: New package which can be used for communication with the sqlserverflex v2 API
  • v3alpha1api: New package which can be used for communication with the sqlserverflex v3 alpha1 API
  • v3beta1api: New package which can be used for communication with the sqlserverflex v3 beta1 API
  • Deprecation: The contents in the root of this SDK module including the wait package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
  • Dependencies: Bump STACKIT SDK core module from v0.21.1 to v0.22.0

v1.4.3

  • Bump STACKIT SDK core module from v0.21.0 to v0.21.1

v1.4.2

  • Dependencies: Bump github.com/golang-jwt/jwt/v5 from v5.3.0 to v5.3.1

v1.4.1

  • Bugfix: Correctly handle file closing for file uploads
  • Bump STACKIT SDK core module from v0.20.1 to v0.21.0

v1.4.0

  • Breaking change: Add region parameter in ListMetrics method. Previously the method failed, because the region parameter was missing

v1.3.4

  • Bump STACKIT SDK core module from v0.20.0 to v0.20.1

v1.3.3

  • Bugfix: Adjust waiters to fail only in Failure or Unknown state

v1.3.2

  • Bump STACKIT SDK core module from v0.19.0 to v0.20.0

v1.3.1

  • Dependencies: Bump github.com/golang-jwt/jwt/v5 from v5.2.2 to v5.2.3

v1.3.0

  • Add required:"true" tags to model structs

v1.2.0 (2025-05-15)

  • Breaking change: Introduce interfaces for APIClient and the request structs

v1.1.0 (2025-05-14)

  • Features: Added new method ListMetrics

v1.0.3 (2025-05-09)

  • Feature: Update user-agent header

v1.0.2 (2025-04-29)

  • Bugfix: Correctly handle empty payload in body

v1.0.1 (2025-03-19)

  • Internal: Backwards compatible change to generated code

v1.0.0 (2025-02-25)

  • 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.
  • Feature: Add method to delete all instances for a project: TerminateProject

v0.10.0 (2025-02-21)

  • New: Minimal go version is now Go 1.21

v0.9.0 (2025-01-20)

  • Breaking change: Delete endpoint made private.

v0.8.1 (2024-12-17)

  • Bugfix: Correctly handle nullable attributes in model types

v0.8.0 (2024-10-14)

  • Feature: Add support for nullable models

v0.7.0 (2024-09-25)

  • Breaking change: Field Item in ResetUserResponse is now of type SingleUser (previously was User)
  • Feature: DefaultDatabase is no longer required in CreateUserPayload

v0.6.0 (2024-09-19)

  • Breaking change: Field ListBackupsResponse has a new field BackupListBackupsResponseGrouped, replacing the removed Count and Items fields

v0.5.0 (2024-08-16)

  • 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

v0.4.0 (2024-07-19)

  • Feature: New field for DatabaseOptions and SingleDatabaseOptions: CollationName
  • Breaking change: Fields removed from DatabaseOptions and SingleDatabaseOptions: IsEncrypted, RecoveryModel, UserAccess
  • Breaking change: Fields removed from SingleDatabase: Collation, CreateDate

v0.3.0 (2024-07-09)

  • Breaking changes:
    • Database renamed to DefaultDatabase, in CreateUserPayload
    • Type of Roles changed from []Role to []string, in CreateUserPayload
    • User renamed to SingleUser, in CreateUserResponse
    • OwnerName renamed to Owner, in DatabaseOptions
    • Fields in GetDatabaseResponse are now nested in a Database field (with type SingleDatabase)
    • GetDatabaseResponseOptions renamed to SingleDatabaseOptions (and OwnerName renamed to Owner)

v0.2.0 (2024-05-24)

  • Feature: Waiters for async operations CreateInstanceWaitHandler, UpdateInstanceWaitHandler, and DeleteInstanceWaitHandler

v0.1.0 (2024-05-22)

  • Manage your STACKIT SQL Server Flex resources: Instance, Flavors, Users, Databases, Backups