Skip to content

Commit 2109c72

Browse files
committed
chore(opensearch): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 244e9a2 commit 2109c72

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,14 @@
356356
- **Improvement:** Use new WaiterHelper for opensearch waiters
357357
- [v0.29.0](services/opensearch/CHANGELOG.md#v0290)
358358
- **Feature:** Introduce enums for various attributes
359+
- [v1.0.0](services/opensearch/CHANGELOG.md#v100)
360+
- `v2api`:
361+
- New package which can be used for communication with the opensearch v2 API
362+
- **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.
363+
- **Deprecation:** `TlsCiphers`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
364+
- `v1api`:
365+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
366+
- **Deprecation:** `TlsCiphers`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
359367
- `postgresflex`:
360368
- [v1.6.3](services/postgresflex/CHANGELOG.md#v163)
361369
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/opensearch/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.0.0
2+
- `v2api`:
3+
- New package which can be used for communication with the opensearch v2 API
4+
- **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.
5+
- **Deprecation:** `TlsCiphers`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
6+
- `v1api`:
7+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
8+
- **Deprecation:** `TlsCiphers`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
9+
110
## v0.29.0
211
- **Feature:** Introduce enums for various attributes
312

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)