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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,18 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
5
5
6
6
## [Unreleased]
7
7
8
+
### Added
9
+
- Managed Database session support, including methods `service.GetManagedDatabaseSessions` & `service.CancelManagedDatabaseSession`.
10
+
11
+
### Deprecated
12
+
-`service.GetManagedDatabaseConnections` and `service.CancelManagedDatabaseConnection` in favor of `service.GetManagedDatabaseSessions` and `service.CancelManagedDatabaseSession`
13
+
8
14
## [6.4.0]
9
15
10
16
### Added
11
17
- client functions `NewDefaultHTTPClient` and `NewDefaultHTTPTransport` to provide HTTP client default properties
12
18
- kubernetes: experimental support for deleting nodes from node groups
13
-
- kubernetes: consts for `scaling-up` and `scaling-down` nodegroup states
19
+
- kubernetes: consts for `scaling-up` and `scaling-down` node-group states
14
20
- kubernetes: `utility_network_access` field to node group for configuring utility network access on the given group
15
21
16
22
### Changed
@@ -320,8 +326,7 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
// Deprecated: ManagedDatabasePropertyMaxIndexCount allows adjusting the maximum number of indices of an OpenSearch
120
-
// Managed Database service. Use ManagedDatabaseUserOpenSearchAccessControlRule instead.
119
+
// Deprecated: ManagedDatabasePropertyMaxIndexCount in favor of ManagedDatabaseUserOpenSearchAccessControlRule.
120
+
// Allows adjusting the maximum number of indices of an OpenSearch Managed Database service. Use ManagedDatabaseUserOpenSearchAccessControlRule instead.
0 commit comments