Skip to content

Commit 08ce329

Browse files
committed
add changelog entries
1 parent 575e346 commit 08ce329

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
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)

services/stackitmarketplace/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

services/stackitmarketplace/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-stackitmarketplace"
33

44
[tool.poetry]
55
name = "stackit-stackitmarketplace"
6-
version = "v1.3.0"
6+
version = "v1.4.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
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+
"""

0 commit comments

Comments
 (0)