Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

69 lines (43 loc) · 2.08 KB

v0.11.1 (2024-12-17)

  • Bugfix: Correctly handle nullable attributes in model types

v0.11.0 (2024-10-14)

  • Feature: Add support for nullable models

v0.10.0 (2024-06-14)

  • Breaking change: Remove unused data types.

v0.9.0 (2024-04-11)

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

v0.8.7 (2024-04-09)

  • Remove unused model data types.

v0.8.6 (2024-02-28)

v0.8.5 (2024-02-02)

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

v0.8.4 (2024-01-24)

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

v0.8.3 (2024-01-15)

  • Add license and notice files

v0.8.2 (2024-01-09)

  • Dependency updates

v0.8.1 (2023-12-22)

  • Dependency updates

v0.8.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:
    • CreateProject renamed to EnableService
    • DeleteProject renamed to DisableService
    • GetAccessKeys renamed to ListAccessKeys
    • GetBuckets renamed to ListBuckets
    • GetCredentialsGroups renamed to ListCredentialsGroups
    • GetProject renamed to GetServiceStatus
  • Changed structs:
    • GetAccessKeysResponse renamed to ListAccessKeysResponse
    • GetBucketsResponse renamed to ListBucketsResponse
    • GetCredentialsGroupsResponse renamed to ListCredentialsGroupsResponse
    • GetProjectResponse renamed to ProjectStatus

v0.7.0 (2023-11-10)

  • Manage your STACKIT ObjectStorage resources: Bucket, AccessKey, CredentialGroup
  • Waiters for async operations: CreateBucketWaitHandler, DeleteBucketWaitHandler
  • Usage example