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
+12-2
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
7
7
### Fixed
8
8
- N/A
9
9
10
+
## 1.2.18 - 2017-11-27
11
+
10
12
### Changed
11
-
- N/A
13
+
- Passphrases are now passed as char[] instead of as String
14
+
- Requests are now buffered in memory by default, except by the ObjectStorageClient and ObjectStorageAsyncClient. This allows for better error messages on PUT and POST requests. If you do not want to buffer requests in memory, pass an instance of `com.oracle.bmc.http.DefaultConfigurator.NonBuffering` to the constructor of the client.
12
15
13
16
### Added
14
-
- N/A
17
+
- Support for VCN to VCN peering within region
18
+
- Support option for second NIC on X7 bare metal instances
19
+
- Support for user-managed boot volumes
20
+
- Support for creating database from backup in Database service
21
+
- Support for sort and filter in ListLoadBalancers method in Load Balancer Service
22
+
23
+
### Deprecated
24
+
- Methods accepting passphrases as String are deprecated; use char[] instead
0 commit comments