Skip to content

Commit fa1fbce

Browse files
committed
chore(mongodbflex): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent cc5bb9b commit fa1fbce

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
- `modelexperiements`
1313
- [v0.1.0](services/modelexperiments/CHANGELOG.md#v010)
1414
- **New**: API for STACKIT modelexperiments
15+
- `mongodbflex`:
16+
- [v1.4.0](services/mongodbflex/CHANGELOG.md#v140)
17+
- **Breaking change:** Introduce validators for `name`, `database` and `username`
1518
- `opensearch`:
1619
- [v1.0.0](services/opensearch/CHANGELOG.md#v100)
1720
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.

services/mongodbflex/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.4.0
2+
- **Breaking change:** Introduce validators for `name`, `database` and `username`
3+
14
## v1.3.0
25
- **Feature:** regenerate with openapi-generator v7.22.0
36

services/mongodbflex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-mongodbflex"
3-
version = "v1.3.0"
3+
version = "v1.4.0"
44
description = "STACKIT MongoDB Service API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)