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 4
4
- Add ` originUrlRelated ` to available options given in ` sort_by ` description
5
5
- ` opensearch ` : [ v0.3.0] ( services/opensearch/CHANGELOG.md#v030 )
6
6
- ** 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 ` )
7
12
8
13
## Release (2025-06-16)
9
14
- ` 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
+
1
7
## v1.3.0 (2025-06-10)
2
8
- ** Feature:** Add new field ` facets ` in ` ListCatalogProductsResponse `
3
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-stackitmarketplace"
3
3
4
4
[tool .poetry ]
5
5
name = " stackit-stackitmarketplace"
6
- version = " v1.3 .0"
6
+ version = " v1.4 .0"
7
7
authors = [
8
8
" STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
9
9
]
@@ -105,4 +105,4 @@ per-file-ignores = """
105
105
# E501: long descriptions/string values might lead to lines that are too long
106
106
# B028: stacklevel for deprecation warning is irrelevant
107
107
./src/stackit/*/api/default_api.py: F841,B028,E501
108
- """
108
+ """
You can’t perform that action at this time.
0 commit comments