Skip to content

Commit 0e6d2e4

Browse files
committed
chore(opensearch): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 5b2261a commit 0e6d2e4

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,13 @@
348348
- **Improvement:** Use new WaiterHelper for opensearch waiters
349349
- [v0.29.0](services/opensearch/CHANGELOG.md#v0290)
350350
- **Feature:** Introduce enums for various attributes
351+
- [v1.0.0](services/opensearch/CHANGELOG.md#v100)
352+
- `v2api`:
353+
- **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.
354+
- **Deprecation:** `TlsCiphers`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
355+
- `v1api`:
356+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
357+
- **Deprecation:** `TlsCiphers`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
351358
- `postgresflex`:
352359
- [v1.6.3](services/postgresflex/CHANGELOG.md#v163)
353360
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/opensearch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.0.0
2+
- `v2api`:
3+
- **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.
4+
- **Deprecation:** `TlsCiphers`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
5+
- `v1api`:
6+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
7+
- **Deprecation:** `TlsCiphers`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
8+
19
## v0.29.0
210
- **Feature:** Introduce enums for various attributes
311

services/opensearch/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.29.0
1+
v1.0.0

0 commit comments

Comments
 (0)