Skip to content

Latest commit

 

History

History
193 lines (137 loc) · 7.7 KB

File metadata and controls

193 lines (137 loc) · 7.7 KB

v1.7.3

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

v1.7.2

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

v1.7.1

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

v1.7.0

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

v1.6.0

  • Feature: Introduction of multi API version support for the mongodbflex SDK module. For more details please see the announcement on GitHub: #5062
  • v1api: New package which can be used for communication with the mongodbflex v1 API
  • v2api: New package which can be used for communication with the mongodbflex v2 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.5.8

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

v1.5.7

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

v1.5.6

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

v1.5.5

  • Docs: Extend description of Roles field in CreateUserPayload, PartialUpdateUserPayload, UpdateUserPayload and User model

v1.5.4

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

v1.5.3

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

v1.5.2

  • Improvement: Improved documentation for the Roles field in user-related models.

v1.5.1

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

v1.5.0

  • Breaking Change: Renamed GetInstanceResponse to InstanceResponse. This affects the return type of the GetInstance method.

v1.4.0

  • 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.

v1.3.0

  • Add required:"true" tags to model structs

v1.2.1 (2025-06-04)

  • Bugfix: Adjusted UnmarshalJSON function to use enum types and added tests for enums

v1.2.0 (2025-05-15)

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

v1.1.0 (2025-05-14)

  • Breaking change: Introduce typed enum constants for status attributes

v1.0.1 (2025-05-09)

  • Feature: Update user-agent header

v1.0.0 (2025-05-02)

  • Breaking Change: Introduce typed enum constants for status attributes

v0.18.2 (2025-04-29)

  • Bugfix: Correctly handle empty payload in body

v0.18.1 (2025-03-19)

  • Internal: Backwards compatible change to generated code

v0.18.0 (2025-02-21)

  • New: Minimal go version is now Go 1.21

v0.17.0 (2025-01-20)

  • Breaking change: Delete endpoint made private.

v0.16.1 (2024-12-17)

  • Bugfix: Correctly handle nullable attributes in model types

v0.16.0 (2024-10-14)

  • Feature: Add support for nullable models

v0.15.0 (2024-09-02)

  • Feature: New method ListAdvisorSlowQueries that gets slow queries from the Opsmanager performance advisor.
  • Feature: New method ListSuggestedIndexes that gets suggested indexes from the Opsmanager performance advisor.
  • Breaking change: Remove nullable fields.

v0.14.0 (2024-05-22)

  • Breaking change: Remove unused data types.

v0.13.0 (2024-05-14)

  • Waiter for async operation RestoreInstance

v0.12.0 (2024-04-11)

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

v0.11.1 (2024-02-28)

v0.11.0 (2024-02-02)

  • Breaking Change: HandlersInfraGetFlavorsResponse renamed to DevAzureComSchwarzitSchwarzitStackitMongodbStackitMongodbApiGitHandlersInfraGetFlavorsResponse
  • Update core to v0.7.7. The http.request context is now passed in the client Do call.

v0.10.3 (2024-01-24)

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

v0.10.2 (2024-01-15)

  • Add license and notice files

v0.10.1 (2024-01-09)

  • Dependency updates

v0.10.0 (2024-01-05)

  • Breaking Change: Added method ListMetrics (which accepts the desired metric: cpu, database, disk-iops, disk-use, or exec-time) as an argument and replaces ListCPUMetrics, ListDatabaseStorageMetrics, ListDiskIOPSMetrics, ListDiskUsageMetrics, and ListExecutionTimesMetrics, respectivelly
  • Breaking Change: Removes the previously deprecated method GetStorage, replaced by ListStorages

v0.9.0 (2023-12-22)

  • Added struct ApiListStoragesRequest, which will replace ApiGetStorageRequest
    • ApiGetStorageRequest has been marked as deprecated, and will be removed in the next minor update
  • Added method ListStorages, which will replace GetStorage
    • GetStorage has been marked as deprecated, and will be removed in the next minor update
  • Added CloneInstanceWaitHandler, to wait for CloneInstance async operation to be completed
  • 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:
    • DeleteProject renamed to DisableService
    • GetBackups renamed to ListBackups
    • GetCPUMetrics renamed to ListCPUMetrics
    • GetDatabaseStorageMetrics renamed to ListDatabaseStorageMetrics
    • GetDiskIOPSMetrics renamed to ListDiskIOPSMetrics
    • GetDiskUsageMetrics renamed to ListDiskUsageMetrics
    • GetExecutionTimesMetrics renamed to ListExecutionTimesMetrics
    • GetFlavors renamed to ListFlavors
    • GetInstanceRestores renamed to ListRestoreJobs
    • GetInstances renamed to ListInstances
    • GetMemoryMetrics renamed to ListMemoryMetrics
    • GetUsers renamed to ListUsers
  • Changed structs:
    • BackupScheduleModelJson renamed to BackupSchedule
    • GetBackupsResponse renamed to ListBackupsResponse
    • GetFlavorsResponse renamed to ListFlavorsResponse
    • GetInstanceRestoresResponse renamed to ListRestoreJobsResponse
    • GetInstancesResponse renamed to ListInstancesResponse
    • GetMetricsResponse renamed to ListMetricsResponse
    • GetStorageResponse renamed to ListStorageResponse
    • GetUsersResponse renamed to ListUsersResponseItem
    • GetVersionsResponse renamed to ListVersionsResponse
    • InstanceAcl renamed to ACL
    • InstanceBackup renamed to Backup
    • InstanceDataPoint renamed to DataPoint
    • InstanceError renamed to Error
    • InstanceFlavor renamed to Flavor
    • InstanceHost renamed to Host
    • InstanceHostMetric renamed to HostMetric
    • InstanceListUser renamed to ListUsersResponse
    • InstanceRestore renamed to RestoreInstanceStatus
    • InstanceSingleInstance renamed to Instance
    • InstanceStorage renamed to Storage
    • InstanceStorageRange renamed to StorageRange
    • InstanceUser renamed to User
  • Added waiters:
    • PartialUpdateInstanceWaitHandler, for PartialUpdateInstance method

v0.7.0 (2023-11-10)

  • Manage your STACKIT MongoDB Flex resources: Instance, Flavors, Metrics, User, Storages, Versions
  • Waiters for async operations: CreateInstanceWaitHandler, UpdateInstanceWaitHandler, DeleteInstanceWaitHandler
  • Usage example