File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
services/stackitmarketplace Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 44 - Add ` originUrlRelated ` to available options given in ` sort_by ` description
55- ` opensearch ` : [ v0.3.0] ( services/opensearch/CHANGELOG.md#v030 )
66 - ** Breaking change:** Attribute ` tls_protocols ` of ` InstanceParameters ` model is now of type ` List[StrictStr] ` (previously ` StrictStr ` )
7+ - ` stackitmarketplace ` : [ v1.4.0] ( services/stackitmarketplace/CHANGELOG.md#v140 )
8+ - ** Feature:** Add support for offer types
9+ - new model ` OfferType `
10+ - new attribute ` CatalogProductDetail ` for ` CatalogProductDetail ` model
11+ - Attribute ` is_product_listing ` in ` CatalogProductDetail ` is now of type ` Optional[StrictBool] ` (previously ` StrictBool ` )
712
813## Release (2025-06-16)
914- ` core ` : [ v0.2.0] ( core/CHANGELOG.md#v020-2025-06-12 )
Original file line number Diff line number Diff line change 1+ ## v1.4.0
2+ - ** Feature:** Add support for offer types
3+ - new model ` OfferType `
4+ - new attribute ` CatalogProductDetail ` for ` CatalogProductDetail ` model
5+ - Attribute ` is_product_listing ` in ` CatalogProductDetail ` is now of type ` Optional[StrictBool] ` (previously ` StrictBool ` )
6+
17## v1.3.0 (2025-06-10)
28- ** Feature:** Add new field ` facets ` in ` ListCatalogProductsResponse `
39
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.3 .0"
6+ version = " v1.4 .0"
77authors = [
88 " STACKIT Developer Tools <[email protected] >" ,
99]
@@ -105,4 +105,4 @@ per-file-ignores = """
105105 # E501: long descriptions/string values might lead to lines that are too long
106106 # B028: stacklevel for deprecation warning is irrelevant
107107 ./src/stackit/*/api/default_api.py: F841,B028,E501
108- """
108+ """
You can’t perform that action at this time.
0 commit comments