Skip to content

Commit 110dd3a

Browse files
Generator: Update SDK /services/mongodbflex (#784)
* Generate mongodbflex * Update CHANGELOG --------- Co-authored-by: vicentepinto98 <vicente.pinto@freiheit.com>
1 parent e07c613 commit 110dd3a

File tree

56 files changed

+610
-7535
lines changed

Some content is hidden

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

56 files changed

+610
-7535
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1+
## Release (2024-XX-XX)
2+
3+
- `mongodbflex`: [v0.15.0](services/mongodbflex/CHANGELOG.md#v0150-2024-09-02)
4+
- **Feature**: New method `ListAdvisorSlowQueries` that gets slow queries from the Opsmanager performance advisor.
5+
- **Feature**: New method `ListSuggestedIndexes` that gets suggested indexes from the Opsmanager performance advisor.
6+
- **Breaking change**: Remove nullable fields.
7+
18
## Release (2024-08-26)
29

310
> [!WARNING]
4-
>
5-
> **The STACKIT Argus service was renamed to STACKIT Observability.**
6-
>
11+
>
12+
> **The STACKIT Argus service was renamed to STACKIT Observability.**
13+
>
714
> In the SDK, this means that there is a new `observability` service, which offers the same functionality as the deprecated `argus` service.
8-
>
15+
>
916
> SDK updates from now on will be released on the new `observability` service, meaning `argus` will no longer get updates.
10-
>
17+
>
1118
> Please migrate to `github.com/stackitcloud/stackit-sdk-go/services/observability`.
1219
1320
- `observability`: [v0.1.0](services/observability/CHANGELOG.md#v010-2024-08-21)
@@ -43,6 +50,7 @@
4350
- **Feature:** `Plan` has a new field `SkuName`
4451

4552
## Release (2024-07-24)
53+
4654
- `iaas`: [v0.5.0](services/iaas/CHANGELOG.md#v050-2024-07-24)
4755
- **Feature:** `CreateNetworkAddressFamily` and `UpdateNetworkAddressFamily` have a new field `Ipv6`
4856
- **Feature:** `Network` has new fields: `NameserversV6` and `PrefixesV6`

services/mongodbflex/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.15.0 (2024-09-02)
2+
3+
- **Feature**: New method `ListAdvisorSlowQueries` that gets slow queries from the Opsmanager performance advisor.
4+
- **Feature**: New method `ListSuggestedIndexes` that gets suggested indexes from the Opsmanager performance advisor.
5+
- **Breaking change**: Remove nullable fields.
6+
17
## v0.14.0 (2024-05-22)
28

39
- **Breaking change**: Remove unused data types.

services/mongodbflex/api_default.go

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

0 commit comments

Comments
 (0)