Skip to content

Commit 3219b07

Browse files
Generator: Update SDK /services/mongodbflex (#5920)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 7c78f60 commit 3219b07

File tree

104 files changed

+3164
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+3164
-262
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,16 @@
309309
- Deprecated SDK layer in root of the module:
310310
- **Feature:** Add new field `Description` in `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`, `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload` model struct
311311
- `v2beta1api`: Align package to latest API specification
312-
- `mongodbflex`: [v1.6.0](services/mongodbflex/CHANGELOG.md#v160)
313-
- **Feature:** Introduction of multi API version support for the mongodbflex SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
314-
- `v1api`: New package which can be used for communication with the mongodbflex v1 API
315-
- `v2api`: New package which can be used for communication with the mongodbflex v2 API
316-
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
317-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
312+
- `mongodbflex`:
313+
- [v1.6.0](services/mongodbflex/CHANGELOG.md#v160)
314+
- **Feature:** Introduction of multi API version support for the mongodbflex SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
315+
- `v1api`: New package which can be used for communication with the mongodbflex v1 API
316+
- `v2api`: New package which can be used for communication with the mongodbflex v2 API
317+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
318+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
319+
- [v1.7.0](services/mongodbflex/CHANGELOG.md#v170)
320+
- **Bugfix:** Disable strict decoding of API responses
321+
- **Feature:** Add `AdditionalProperties` fields to model structs
318322
- `objectstorage`: [v1.5.0](services/objectstorage/CHANGELOG.md#v150)
319323
- **Feature:** Introduction of multi API version support for the objectstorage SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
320324
- `v1api`: New package which can be used for communication with the objectstorage v1 API

services/mongodbflex/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.7.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v1.6.0
26
- **Feature:** Introduction of multi API version support for the mongodbflex SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
37
- `v1api`: New package which can be used for communication with the mongodbflex v1 API

services/mongodbflex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.6.0
1+
v1.7.0

services/mongodbflex/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cb550f3c2129447568c2855337b1874968e033bb
1+
0e64886dd0847341800d7191ed193b75413be998

services/mongodbflex/v1api/model_acl.go

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mongodbflex/v1api/model_backup.go

Lines changed: 44 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mongodbflex/v1api/model_backup_schedule.go

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mongodbflex/v1api/model_clone_instance_payload.go

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mongodbflex/v1api/model_clone_instance_response.go

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mongodbflex/v1api/model_create_instance_payload.go

Lines changed: 28 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)