Skip to content
Open
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- **Fix:** Escape regex in validate tags of model structs correctly
- `cdn`:
- [v1.20.0](services/cdn/CHANGELOG.md#v1200)
- `v1api`:
- **Feature:** Add field `Labels` to models `Config`, `ConfigPatch` and `CreateDistributionPayload`
- **Breaking Change:** `LogSink` fields changed to new polymorphic wrapper types: `ConfigLogSink`, `ConfigPatchLogSink`, `CreateDistributionPayloadLogSink`
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v1betaapi`:
- **Breaking Change:** `Backend` and `LogSink` fields changed to new polymorphic wrapper types: `ConfigBackend`, `ConfigPatchBackend`, `ConfigLogSink`, `ConfigPatchLogSink`
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- **Fix:** Escape regex in validate tags of model structs correctly
- `v1beta2api`:
- **Breaking Change:** `LogSink` fields changed to new polymorphic wrapper types: `ConfigLogSink`, `ConfigPatchLogSink`
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- Deprecated SDK layer in root of the module:
- **Feature:** Add field `Labels` to models `Config`, `ConfigPatch` and `CreateDistributionPayload`
- `certificates`:
- [v1.9.1](services/certificates/CHANGELOG.md#v191)
- `v2api`
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.20.0
- `v1api`:
- **Feature:** Add field `Labels` to models `Config`, `ConfigPatch` and `CreateDistributionPayload`
- **Breaking Change:** `LogSink` fields changed to new polymorphic wrapper types: `ConfigLogSink`, `ConfigPatchLogSink`, `CreateDistributionPayloadLogSink`
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `v1betaapi`:
- **Breaking Change:** `Backend` and `LogSink` fields changed to new polymorphic wrapper types: `ConfigBackend`, `ConfigPatchBackend`, `ConfigLogSink`, `ConfigPatchLogSink`
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- **Fix:** Escape regex in validate tags of model structs correctly
- `v1beta2api`:
- **Breaking Change:** `LogSink` fields changed to new polymorphic wrapper types: `ConfigLogSink`, `ConfigPatchLogSink`
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- Deprecated SDK layer in root of the module:
- **Feature:** Add field `Labels` to models `Config`, `ConfigPatch` and `CreateDistributionPayload`

## v1.19.0
- `v1api`:
- **Improvement**: Represent available types of `HttpBackend`, `BucketBackend` and `LokiLogSink` with explicit enums instead of strings
Expand Down
2 changes: 1 addition & 1 deletion services/cdn/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.19.0
v1.20.0
61 changes: 60 additions & 1 deletion services/cdn/model_config.go

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

61 changes: 60 additions & 1 deletion services/cdn/model_config_patch.go

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

61 changes: 60 additions & 1 deletion services/cdn/model_create_distribution_payload.go

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

2 changes: 1 addition & 1 deletion services/cdn/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d7306ee5d2400a8571c390a29df8ffd02428182f
dba2b6e065de87745d57269c1eaba07e3833f709
9 changes: 9 additions & 0 deletions services/cdn/v1api/client.go

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

Loading
Loading