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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.2.18 - 2017-11-27
Changed
Passphrases are now passed as char[] instead of as String
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.
Added
Support for VCN to VCN peering within region
Support option for second NIC on X7 bare metal instances
Support for user-managed boot volumes
Support for creating database from backup in Database service
Support for sort and filter in ListLoadBalancers method in Load Balancer Service
Deprecated
Methods accepting passphrases as String are deprecated; use char[] instead