Skip to content

Latest commit

 

History

History
139 lines (92 loc) · 4.33 KB

File metadata and controls

139 lines (92 loc) · 4.33 KB

v0.16.3

  • Dependencies: Bump STACKIT SDK core module from v0.24.0 to v0.24.1

v0.16.2

  • Dependencies: Bump STACKIT SDK core module from v0.23.0 to v0.24.0

v0.16.1

  • Dependencies: Bump STACKIT SDK core module from v0.22.0 to v0.23.0

v0.16.0

  • Bugfix: Disable strict decoding of API responses
  • Feature: Add AdditionalProperties fields to model structs

v0.15.0

  • Feature: Introduction of multi API version support for the secretsmanager SDK module. For more details please see the announcement on GitHub: #5062
  • v1api: New package which should be used for communication with the STACKIT secretsmanager API in the future
  • 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 v1api package instead.
  • Dependencies: Bump STACKIT SDK core module from v0.21.1 to v0.22.0

v0.14.3

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

v0.14.2

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

v0.14.1

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

v0.14.0

  • Feature: added KmsKey model
  • Feature: added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload

v0.13.3

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

v0.13.2

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

v0.13.1

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

v0.13.0

  • Add required:"true" tags to model structs

v0.12.0 (2025-05-15)

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

v0.11.4 (2025-05-09)

  • Feature: Update user-agent header

v0.11.3 (2025-04-29)

  • Bugfix: Correctly handle empty payload in body

v0.11.2 (2025-03-20)

  • Improvement: Error handling
  • Feature: Add description to UpdateUserPayload

v0.11.1 (2025-03-19)

  • Internal: Backwards compatible change to generated code

v0.11.0 (2025-02-21)

  • New: Minimal go version is now Go 1.21

v0.10.1 (2024-12-17)

  • Bugfix: Correctly handle nullable attributes in model types

v0.10.0 (2024-10-14)

  • Feature: Add support for nullable models

v0.9.0 (2024-08-16)

  • Feature: New API method UpdateInstance to update an instance

v0.8.0 (2024-05-23)

  • Breaking change: Rename data types for uniformity
    • Acl is now ACL
    • AclList is now ListACLsResponse
    • InstanceList is now ListInstancesResponse
    • UserList is now ListUsersResponse
  • Breaking change: Remove unused data types

v0.7.0 (2024-04-11)

  • Set config.ContextHTTPRequest in Execute method
  • Support WithMiddleware configuration option in the client
  • Update core to v0.12.0

v0.6.0 (2024-03-18)

  • Feature: New API method UpdateACLs to update all ACLs of an instance

v0.5.6 (2024-02-28)

v0.5.5 (2024-02-02)

  • Update core to v0.7.7. The http.request context is now passed in the client Do call.

v0.5.4 (2024-01-24)

  • Bug fix: NewAPIClient now initializes a new client instead of using http.DefaultClient (#236)

v0.5.3 (2024-01-15)

  • Add license and notice files

v0.5.2 (2024-01-09)

  • Improvement: Description fixes
  • Dependency updates

v0.5.1 (2023-12-22)

  • Dependency updates

v0.5.0 (2023-12-20)

API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.

  • Changed methods:
    • CreateAcl renamed to CreateACL
    • DeleteAcl renamed to DeleteACL
    • GetAcl renamed to GetACL
    • GetAcls renamed to ListACLs
    • GetInstances renamed to ListInstances
    • UpdateAcl renamed to UpdateACL
  • Changed structs:
    • CreateAclPayload renamed to CreateACLPayload
    • UpdateAclPayload renamed to UpdateACLPayload

v0.4.0 (2023-11-10)

  • Manage your STACKIT Secrets Manager resources: Instance, Acl, User
  • Usage example