Added
-
Support for the Cloud Guard service
-
Support for specifying desired consumption models when creating instances in the Integration service
-
Support for dynamic shapes in the Load Balancing service
-
Support for allowing clients to return their currently configured endpoint
-
Support for running existing code/samples which call the SDK in Cloud Shell without any changes
-
Support for dumping request/response body in SDK logging error for 4XX/5XX errors
-
Support for Go Modules
Breaking changes
-
All oci-go-sdk imports need to add specific major version for go module users, for more information please refer README.md
-
Method
AuthType()
was added to the interfaceConfigurationProvider
, any interface/struct that inherits the interface is expected to implement AuthType() -
Client end logging level was updated from debug to info level for errors in
client.HTTPClient.Do(request)