Skip to content

Commit 1e415e8

Browse files
Generator: Update SDK /services/* changelogs (#2971)
Co-authored-by: SDK Generator Bot <[email protected]>
1 parent 9d2c544 commit 1e415e8

File tree

135 files changed

+2039
-376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+2039
-376
lines changed

CHANGELOG.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
## Release (2025-XX-XX)
2+
- `sqlserverflex`: [v1.3.0](services/sqlserverflex/CHANGELOG.md#v130)
3+
- Add `required:"true"` tags to model structs
4+
- `postgresflex`: [v1.2.0](services/postgresflex/CHANGELOG.md#v120)
5+
- Add `required:"true"` tags to model structs
6+
- `cdn`: [v1.3.0](services/cdn/CHANGELOG.md#v130)
7+
- **Feature:** Add `DefaultCacheDuration` field to `Config`, `ConfigPatch`, and `CreateDistributionPayload` models
8+
- Add `required:"true"` tags to model structs
9+
- `redis`: [v0.25.0](services/redis/CHANGELOG.md#v0250)
10+
- Add `required:"true"` tags to model structs
11+
- `rabbitmq`: [v0.25.0](services/rabbitmq/CHANGELOG.md#v0250)
12+
- Add `required:"true"` tags to model structs
13+
- `stackitmarketplace`: [v1.6.0](services/stackitmarketplace/CHANGELOG.md#v160)
14+
- **Feature:** Add new `Assets` model for managing service certificate assets
15+
- **Feature:** Add new `LocalizedVersion` model for localized content management
16+
- **Feature:** Add new `NoticePeriod` model with types: `SAME_DAY`, `DAYS`, `MONTHS`
17+
- **Feature:** Add new `ServiceCertificate` model for service certification
18+
- **Feature:** Add `Assets` field to `CatalogProductDetail` model
19+
- **Feature:** Add `OfferType` field to `CatalogProductDetail` model
20+
- **Feature:** Add `NoticePeriod` field to `CatalogProductPricingOption` model
21+
- Add `required:"true"` tags to model structs
22+
- `dns`:
23+
- [v0.17.0](services/dns/CHANGELOG.md#v0170)
24+
- **Feature:** Add new record set types
25+
- **Feature:** Improve documentation for APEX records in `RecordSet` and `CreateRecordSetPayload` models
26+
- [v0.16.0](services/dns/CHANGELOG.md#v0160)
27+
- Add `required:"true"` tags to model structs
228
- `ske`:
329
- [v0.26.0](services/ske/CHANGELOG.md#v0260)
430
- Add `required:"true"` tags to model structs
@@ -31,10 +57,12 @@
3157
- Add `required:"true"` tags to model structs
3258
- `logme`: [v0.25.0](services/logme/CHANGELOG.md#v0250)
3359
- Add `required:"true"` tags to model structs
34-
- `iaas`: [v0.25.0](services/iaas/CHANGELOG.md#v0250)
35-
- Add `required:"true"` tags to model structs
36-
- `dns`: [v0.16.0](services/dns/CHANGELOG.md#v0160)
37-
- Add `required:"true"` tags to model structs
60+
- `iaas`:
61+
- [v0.26.0](services/iaas/CHANGELOG.md#v0260)
62+
- **Feature:** Add `Metadata` field to `Server`, `CreateServerPayload`, and `UpdateServerPayload` models
63+
- **Feature:** Increase maximum length validation for `machineType` and `volumePerformanceClass` from 63 to 127 characters
64+
- [v0.25.0](services/iaas/CHANGELOG.md#v0250)
65+
- Add `required:"true"` tags to model structs
3866
- `authorization`: [v0.8.0](services/authorization/CHANGELOG.md#v080)
3967
- Add `required:"true"` tags to model structs
4068
- `serviceaccount`: [v0.9.0](services/serviceaccount/CHANGELOG.md#v090)
@@ -192,7 +220,7 @@
192220
- **Breaking change:** Introduce interfaces for `APIClient` and the request structs
193221
- [v0.22.0](services/opensearch/CHANGELOG.md#v0220-2025-05-14)
194222
- **Breaking change:** Introduce typed enum constants for status attributes
195-
- `postgresflex`: [v1.1.0](services/postgresflex/CHANGELOG.md#v110-2025-05-15)
223+
- `postgresflex`: [v1.0.4](services/postgresflex/CHANGELOG.md#v104-2025-05-09)
196224
- **Breaking change:** Introduce interfaces for `APIClient` and the request structs
197225
- `rabbitmq`:
198226
- [v0.24.0](services/rabbitmq/CHANGELOG.md#v0240-2025-05-15)

services/cdn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.3.0
2+
- **Feature:** Add `DefaultCacheDuration` field to `Config`, `ConfigPatch`, and `CreateDistributionPayload` models
3+
- Add `required:"true"` tags to model structs
4+
15
## v1.2.1 (2025-06-04)
26
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
37
- **Feature:** Added `Optimizer` attribute

services/cdn/api_default.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/model_config.go

Lines changed: 68 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/model_config_patch.go

Lines changed: 64 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)