Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,32 @@
- `v1alphaapi`: Align package to latest API specification
- `v1betaapi`: Align package to latest API specification
- `auditlog`:
- [v0.6.1](services/auditlog/CHANGELOG.md#v061)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v0.6.0](services/auditlog/CHANGELOG.md#v060)
- **Deprecation:** The `auditlog` SDK module and the underlying API is deprecated and will be removed in the future. Use the `telemetryrouter` SDK module and API instead.
- `cost`:
- [v0.5.1](services/cost/CHANGELOG.md#v051)
- `v3api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v0.5.0](services/cost/CHANGELOG.md#v050)
- **Feature:** Add field `TotalQuantityDecimal` to `DetailedServiceCost` model struct
- **Feature:** Add field `QuantityDecimal` to `ReportData` model struct
- `dns`:
- [v0.22.1](services/dns/CHANGELOG.md#v0221)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v0.22.0](services/dns/CHANGELOG.md#v0220)
- **Breaking Change:** `Value` field of `Label`/`CreateLabelPayload` is no longer required. `NewLabel`/`NewCreateLabelPayload` drop the `value` param
- `v1api`:
- **Breaking Change:** `Value` field of `Label`/`CreateLabelPayload` changed from `string` to `*string` and is no longer required. `NewLabel`/`NewCreateLabelPayload` drop the `value` param
- `dremio`:
- [v0.5.1](services/dremio/CHANGELOG.md#v051)
- `v1alphaapi`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v1betaapi`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v0.5.0](services/dremio/CHANGELOG.md#v050)
- `v1betaapi`: New package which can be used for communication with the STACKIT dremio v1 beta API
- `iaas`: [v1.14.0](services/iaas/CHANGELOG.md#v1140)
Expand All @@ -52,7 +66,16 @@
- `v2alpha1api`:
- **Breaking Change:** Moved fields in `CreateVPCNetworkRangePayload` to submodel `NetworkRangeIPv4Request`
- **Breaking Change:** Moved fields in `UpdateVPCNetworkRangePayload` to submodel `V1UpdateVPCNetworkRangeIPv4`
- `kms`:
- [v1.12.1](services/kms/CHANGELOG.md#v1121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `logme`:
- [v1.2.1](services/logme/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v1.2.0](services/logme/CHANGELOG.md#v120)
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand.
Expand All @@ -63,6 +86,11 @@
- `v2api`:
- **Feature**: Added wait handlers
- `mariadb`:
- [v1.2.1](services/mariadb/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v1.2.0](services/mariadb/CHANGELOG.md#v120)
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand.
Expand All @@ -75,7 +103,18 @@
- `modelserving`:
- [v0.12.0](services/modelserving/CHANGELOG.md#v0120)
- **Feature:** Add label support for tokens
- `objectstorage`:
- [v1.9.1](services/objectstorage/CHANGELOG.md#v191)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `opensearch`:
- [v1.2.1](services/opensearch/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v1.2.0](services/opensearch/CHANGELOG.md#v120)
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand.
Expand All @@ -89,13 +128,23 @@
- `v2api`: **Deprecated:** `v2api` is deprecated, use instead `v3api`
- `v3beta1api`: **Deprecated:** `v3beta1api` is deprecated, use instead `v3api`
- `rabbitmq`:
- [v1.2.1](services/rabbitmq/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v1.2.0](services/rabbitmq/CHANGELOG.md#v120)
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- `v2api`:
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- `redis`:
- [v1.2.1](services/redis/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v1.2.0](services/redis/CHANGELOG.md#v120)
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand.
Expand All @@ -106,11 +155,41 @@
- [v0.24.1](services/resourcemanager/CHANGELOG.md#v0241)
- Update description of the `Labels` field in model structs
- `runcommand`:
- [v1.9.1](services/runcommand/CHANGELOG.md#v191)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v1betaapi`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2betaapi`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v1.9.0](services/runcommand/CHANGELOG.md#v190)
- `v1api`: **Bugfix:** Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api
- `serverbackup`:
- [v1.7.1](services/serverbackup/CHANGELOG.md#v171)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `serverupdate`:
- [v1.5.4](services/serverupdate/CHANGELOG.md#v154)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v1.5.3](services/serverupdate/CHANGELOG.md#v153)
- **Docs:** Add a description to the attributes `Rrule` and `MaintenanceWindow`
- `serviceaccount`:
- [v0.20.1](services/serviceaccount/CHANGELOG.md#v0201)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `sfs`:
- [v0.11.1](services/sfs/CHANGELOG.md#v0111)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v1betaapi`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `ske`:
- [v1.21.0](services/ske/CHANGELOG.md#v1210)
- **Fix:** Update regular expression for `Start` and `End` field of the `HibernationSchedule`
Expand Down Expand Up @@ -139,6 +218,11 @@
- **Improvement:** Add validation for `Description` field
- `v1api`: **Improvement:** Add validation for `Description` field
- `valkey`:
- [v0.1.1](services/valkey/CHANGELOG.md#v011)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- [v0.1.0](services/valkey/CHANGELOG.md#v010)
- New service `valkey`:
Valkey is a fork of redis under the Linux Foundation. The API in this SDK is mostly compatible with v1.2.0 of the
Expand Down
4 changes: 4 additions & 0 deletions services/auditlog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.6.1
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)

## v0.6.0
- **Deprecation:** The `auditlog` SDK module and the underlying API is deprecated and will be removed in the future. Use the `telemetryrouter` SDK module and API instead.

Expand Down
2 changes: 1 addition & 1 deletion services/auditlog/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.0
v0.6.1
2 changes: 1 addition & 1 deletion services/auditlog/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f22dd14374388602d895c8892b3e5b110dc16582
e9fe931e91e0b8f067d5c12518398a52062ca794
9 changes: 9 additions & 0 deletions services/auditlog/v2api/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions services/cost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5.1
- `v3api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)

## v0.5.0
- **Feature:** Add field `TotalQuantityDecimal` to `DetailedServiceCost` model struct
- **Feature:** Add field `QuantityDecimal` to `ReportData` model struct
Expand Down
2 changes: 1 addition & 1 deletion services/cost/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.0
v0.5.1
2 changes: 1 addition & 1 deletion services/cost/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f22dd14374388602d895c8892b3e5b110dc16582
e9fe931e91e0b8f067d5c12518398a52062ca794
9 changes: 9 additions & 0 deletions services/cost/v3api/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions services/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.22.1
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)

## v0.22.0
- **Breaking Change:** `Value` field of `Label`/`CreateLabelPayload` is no longer required. `NewLabel`/`NewCreateLabelPayload` drop the `value` param
- `v1api`:
Expand Down
2 changes: 1 addition & 1 deletion services/dns/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.22.0
v0.22.1
2 changes: 1 addition & 1 deletion services/dns/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
615e0c091b55fd1ae8e4931c26902127bddf6ac6
e9fe931e91e0b8f067d5c12518398a52062ca794
9 changes: 9 additions & 0 deletions services/dns/v1api/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions services/dremio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.5.1
- `v1alphaapi`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v1betaapi`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)

## v0.5.0
- `v1betaapi`: New package which can be used for communication with the STACKIT dremio v1 beta API

Expand Down
2 changes: 1 addition & 1 deletion services/dremio/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.0
v0.5.1
2 changes: 1 addition & 1 deletion services/dremio/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
602a933a8a6cc22c52171febbca7ceaf63bc7538
e9fe931e91e0b8f067d5c12518398a52062ca794
9 changes: 9 additions & 0 deletions services/dremio/v1alphaapi/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions services/dremio/v1betaapi/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions services/kms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.12.1
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)

## v1.12.0
- **Feature:** Add enum "hsm" for key protection. Only as private preview feature available.

Expand Down
2 changes: 1 addition & 1 deletion services/kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.12.0
v1.12.1
2 changes: 1 addition & 1 deletion services/kms/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c4128703f9d3ed3951e55d042b5a6ecc57011f2e
e9fe931e91e0b8f067d5c12518398a52062ca794
9 changes: 9 additions & 0 deletions services/kms/v1api/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions services/logme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.2.1
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)

## v1.2.0
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand.
Expand Down
2 changes: 1 addition & 1 deletion services/logme/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.2.1
2 changes: 1 addition & 1 deletion services/logme/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
615e0c091b55fd1ae8e4931c26902127bddf6ac6
e9fe931e91e0b8f067d5c12518398a52062ca794
9 changes: 9 additions & 0 deletions services/logme/v1api/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions services/logme/v2api/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions services/mariadb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.2.1
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)

## v1.2.0
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand.
Expand Down
2 changes: 1 addition & 1 deletion services/mariadb/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.2.1
2 changes: 1 addition & 1 deletion services/mariadb/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
615e0c091b55fd1ae8e4931c26902127bddf6ac6
e9fe931e91e0b8f067d5c12518398a52062ca794
Loading
Loading