File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11## Release (2025-MM-DD)
2+ - ` cdn ` : [ v1.6.0] ( services/cdn/CHANGELOG.md#v160 )
3+ - ** Feature:** Added Attribute ` LogSink ` to ` ConfigPatch `
4+ - ** Feature:** Added Attribute ` Geofencing ` to ` DistributionPayload ` , ` HttpBackend ` and ` HttpBackendPatch `
5+ - ** Feature:** Added new function ` GetLogsSearchFilters `
26- ` modelserving ` : [ v0.2.1] ( services/modelserving/CHANGELOG.md#v021 )
37 - ** Feature:** Extend enums in field ` type ` in model ` Model ` : ` audio ` , ` image `
48- ` objectstorage ` : [ v1.2.0] ( services/objectstorage/CHANGELOG.md#v120 )
2327 - ** Feature:** Add new field ` kubernetes ` to ` Nodepool ` model
2428- ` serviceaccount ` : [ v0.4.1] ( services/serviceaccount/CHANGELOG.md#v041 )
2529 - ** Improvement:** Improve error handling for ` CreateShortLivedAccessToken `
26- - ` stackitmarketplace ` : [ v1.8.0] ( services/stackitmarketplace/CHANGELOG.md#v180 )
27- - ** Feature:** Add new field ` free_trial ` in ` CatalogProductOverview ` model
30+ - ` stackitmarketplace ` :
31+ - [ v1.9.0] ( services/stackitmarketplace/CHANGELOG.md#v190 )
32+ - ** Feature:** Added ` RequestPrivatePlan ` to ` InquiriesCreateInquiryPayload `
33+ - [ v1.8.0] ( services/stackitmarketplace/CHANGELOG.md#v180 )
34+ - ** Feature:** Add new field ` free_trial ` in ` CatalogProductOverview ` model
2835
2936## Release (2025-08-29)
3037- ` kms ` : [ v0.3.0] ( services/kms/CHANGELOG.md#v030 )
Original file line number Diff line number Diff line change 1+ ## v1.6.0
2+ - ** Feature:** Added Attribute ` LogSink ` to ` ConfigPatch `
3+ - ** Feature:** Added Attribute ` Geofencing ` to ` DistributionPayload ` , ` HttpBackend ` and ` HttpBackendPatch `
4+ - ** Feature:** Added new function ` GetLogsSearchFilters `
5+
16## v1.5.0
27- ** Feature:** Added new filter functions ` DataCenterRegion ` , ` RequestCountryCode ` , ` StatusCode ` and ` CacheHit `
38- ** Feature:** Added Attribute ` LogSink ` and ` Certificate `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-cdn"
33
44[tool .poetry ]
55name = " stackit-cdn"
6- version = " v1.5 .0"
6+ version = " v1.6 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
Original file line number Diff line number Diff line change 1+ ## v1.9.0
2+ - ** Feature:** Added ` RequestPrivatePlan ` to ` InquiriesCreateInquiryPayload `
3+
14## v1.8.0
25- ** Feature:** Add new field ` free_trial ` in ` CatalogProductOverview ` model
36
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-stackitmarketplace"
33
44[tool .poetry ]
55name = " stackit-stackitmarketplace"
6- version = " v1.8 .0"
6+ version = " v1.9 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments