You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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.
Copy file name to clipboardExpand all lines: services/opensearch/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
10
## v0.29.0
2
11
-**Feature:** Introduce enums for various attributes
0 commit comments