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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@
- **New**: API for STACKIT Automation
- [Usage example](https://github.com/stackitcloud/stackit-sdk-go/tree/main/examples/automation)
- `cdn`:
- [v1.21.0](services/cdn/CHANGELOG.md#v1210)
- `v1api`:
- **Feature:** Add field `CacheConfig` to models `Config`, `ConfigPatch` and `CreateDistributionPayload`
- **Feature:** New models `CacheConfig`, `CacheConfigCreate`, `CacheConfigPatch`
- **Feature:** Add support for OTLP log sinks: `ConfigLogSink`, `ConfigPatchLogSink` and `CreateDistributionPayloadLogSink` now support `OtlpLogSink`
- **Feature:** New OTLP models `OtlpLogSink`, `OtlpLogSinkCreate`, `OtlpLogSinkPatch`, `OtlpLogSinkBasicCredentials`, `OtlpLogSinkBearerCredentials`, `OtlpLogSinkCreateCredentials`, `OtlpLogSinkPatchCredentials`
- **Breaking Change:** `NewConfig` constructor now requires a `cacheConfig` parameter
- Deprecated SDK layer in root of the module:
- **Feature:** Add field `CacheConfig` to models `Config`, `ConfigPatch` and `CreateDistributionPayload`
- **Feature:** New models `CacheConfig`, `CacheConfigCreate`, `CacheConfigPatch`
- **Feature:** Add support for OTLP log sinks: `ConfigLogSink`, `ConfigPatchLogSink` and `CreateDistributionPayloadLogSink` now support `OtlpLogSink`
- **Feature:** New OTLP models `OtlpLogSink`, `OtlpLogSinkCreate`, `OtlpLogSinkPatch`, `OtlpLogSinkBasicCredentials`, `OtlpLogSinkBearerCredentials`, `OtlpLogSinkCreateCredentials`, `OtlpLogSinkPatchCredentials`
- **Breaking Change:** `NewConfig` constructor now requires a `cacheConfig` parameter
- **Breaking Change:** Removed deprecated packages `v1betaapi` and `v1beta2api`
- [v1.20.1](services/cdn/CHANGELOG.md#v1201)
- **Dependencies:** Bump STACKIT SDK core module from `v0.26.0` to `v0.27.0`
- `certificates`:
Expand Down
15 changes: 15 additions & 0 deletions services/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v1.21.0
- `v1api`:
- **Feature:** Add field `CacheConfig` to models `Config`, `ConfigPatch` and `CreateDistributionPayload`
- **Feature:** New models `CacheConfig`, `CacheConfigCreate`, `CacheConfigPatch`
- **Feature:** Add support for OTLP log sinks: `ConfigLogSink`, `ConfigPatchLogSink` and `CreateDistributionPayloadLogSink` now support `OtlpLogSink`
- **Feature:** New OTLP models `OtlpLogSink`, `OtlpLogSinkCreate`, `OtlpLogSinkPatch`, `OtlpLogSinkBasicCredentials`, `OtlpLogSinkBearerCredentials`, `OtlpLogSinkCreateCredentials`, `OtlpLogSinkPatchCredentials`
- **Breaking Change:** `NewConfig` constructor now requires a `cacheConfig` parameter
- Deprecated SDK layer in root of the module:
- **Feature:** Add field `CacheConfig` to models `Config`, `ConfigPatch` and `CreateDistributionPayload`
- **Feature:** New models `CacheConfig`, `CacheConfigCreate`, `CacheConfigPatch`
- **Feature:** Add support for OTLP log sinks: `ConfigLogSink`, `ConfigPatchLogSink` and `CreateDistributionPayloadLogSink` now support `OtlpLogSink`
- **Feature:** New OTLP models `OtlpLogSink`, `OtlpLogSinkCreate`, `OtlpLogSinkPatch`, `OtlpLogSinkBasicCredentials`, `OtlpLogSinkBearerCredentials`, `OtlpLogSinkCreateCredentials`, `OtlpLogSinkPatchCredentials`
- **Breaking Change:** `NewConfig` constructor now requires a `cacheConfig` parameter
- **Breaking Change:** Removed deprecated packages `v1betaapi` and `v1beta2api`

## v1.20.1
- **Dependencies:** Bump STACKIT SDK core module from `v0.26.0` to `v0.27.0`

Expand Down
2 changes: 1 addition & 1 deletion services/cdn/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.20.1
v1.21.0
258 changes: 258 additions & 0 deletions services/cdn/model_cache_config.go

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

Loading
Loading