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
+18
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
+
## 65.84.0 - 2025-02-25
8
+
### Added
9
+
- Support for Database Lifecycle Management service
10
+
- Support for Valkey cluster creation and Valkey migration in the OCI Cache service
11
+
- Support for Dataflow Steps and Storage Mounts in Pipelines in the Data Science service
12
+
- Support for Bring Your Own DKIM Keys in the Email Delivery service
13
+
- Support for OpenId Connect Multi Authentication command in the OCI Kubernetes Engine service
14
+
- Support for security attributes for Load Balancer resource in the Load Balancer service
15
+
- Support for reservation of private IP addresses in the Networking service
16
+
- Support for additional configuration parameters in the HeatWave service
17
+
- Support for private and 3rd party software repositories, and rebooting of instances in the OS Management service
18
+
19
+
### Breaking Changes
20
+
- The property `ZprTags` was removed from models `UpdateLoadBalancerDetails`, `CreateLoadBalancerDetails` and `LoadBalancer` in the Load Balancer service
21
+
- The models `CreateContainerCommandHealthCheckDetails` and `ContainerCommandHealthCheck` were removed in the Container Instances service
22
+
- The enum member `Command` was removed from the enum `ContainerHealthCheckType` in the Container Instances service
23
+
- The field `VnicId` was made non-mandatory in the response model `Ipv6` in the Compute Service
24
+
7
25
## 65.83.2 - 2025-02-18
8
26
### Added
9
27
- Support for Customer Onboarding Success(COS) in the Java Management service
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ import "github.com/oracle/oci-go-sdk/v49/common" // or whatever major version y
44
44
To start working with the Go SDK, you import the service package, create a client, and then use that client to make calls.
45
45
46
46
### Configuring
47
-
Before using the SDK, set up a config file with the required credentials. See [SDK and Tool Configuration](https://docs.cloud.oracle.com/Content/API/Concepts/sdkconfig.htm) for instructions.
47
+
Before using the SDK, set up a config file with the required credentials. See [SDK and Tool Configuration](https://docs.oracle.com/iaas/Content/API/Concepts/sdkconfig.htm) for instructions.
48
48
49
49
Note that the Go SDK does not support profile inheritance or defining custom values in the configuration file.
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartment API.
98
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartment API.
99
99
// A default retry strategy applies to this operation ChangeGovernanceInstanceCompartment()
@@ -158,7 +158,7 @@ func (client AccessGovernanceCPClient) changeGovernanceInstanceCompartment(ctx c
158
158
//
159
159
// # See also
160
160
//
161
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstance API.
161
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstance API.
162
162
// A default retry strategy applies to this operation CreateGovernanceInstance()
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstance API.
224
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstance API.
225
225
// A default retry strategy applies to this operation DeleteGovernanceInstance()
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstance API.
287
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstance API.
288
288
// A default retry strategy applies to this operation GetGovernanceInstance()
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfiguration API.
345
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfiguration API.
346
346
// A default retry strategy applies to this operation GetGovernanceInstanceConfiguration()
@@ -400,7 +400,7 @@ func (client AccessGovernanceCPClient) getGovernanceInstanceConfiguration(ctx co
400
400
//
401
401
// # See also
402
402
//
403
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstances API.
403
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstances API.
404
404
// A default retry strategy applies to this operation ListGovernanceInstances()
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstance API.
461
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstance API.
462
462
// A default retry strategy applies to this operation UpdateGovernanceInstance()
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfiguration API.
519
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfiguration API.
520
520
// A default retry strategy applies to this operation UpdateGovernanceInstanceConfiguration()
Copy file name to clipboardExpand all lines: accessgovernancecp/change_governance_instance_compartment_request_response.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import (
15
15
//
16
16
// # See also
17
17
//
18
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartmentRequest.
18
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartmentRequest.
Copy file name to clipboardExpand all lines: accessgovernancecp/create_governance_instance_request_response.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import (
15
15
//
16
16
// # See also
17
17
//
18
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstanceRequest.
18
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstanceRequest.
Copy file name to clipboardExpand all lines: accessgovernancecp/delete_governance_instance_request_response.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import (
15
15
//
16
16
// # See also
17
17
//
18
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstanceRequest.
18
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstanceRequest.
Copy file name to clipboardExpand all lines: accessgovernancecp/get_governance_instance_configuration_request_response.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import (
15
15
//
16
16
// # See also
17
17
//
18
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfigurationRequest.
18
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfigurationRequest.
Copy file name to clipboardExpand all lines: accessgovernancecp/get_governance_instance_request_response.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import (
15
15
//
16
16
// # See also
17
17
//
18
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstanceRequest.
18
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstanceRequest.
Copy file name to clipboardExpand all lines: accessgovernancecp/list_governance_instances_request_response.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import (
15
15
//
16
16
// # See also
17
17
//
18
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstancesRequest.
18
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstancesRequest.
19
19
typeListGovernanceInstancesRequeststruct {
20
20
21
21
// The OCID of the compartment in which resources are listed.
Copy file name to clipboardExpand all lines: accessgovernancecp/update_governance_instance_configuration_request_response.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import (
15
15
//
16
16
// # See also
17
17
//
18
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfigurationRequest.
18
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfigurationRequest.
Copy file name to clipboardExpand all lines: accessgovernancecp/update_governance_instance_request_response.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import (
15
15
//
16
16
// # See also
17
17
//
18
-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstanceRequest.
18
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstanceRequest.
19
19
typeUpdateGovernanceInstanceRequeststruct {
20
20
21
21
// The details of the GovernanceInstance to be updated.
Copy file name to clipboardExpand all lines: adm/action_type.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
// Application Dependency Management API
6
6
//
7
-
// Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see ADM (https://docs.cloud.oracle.com/Content/application-dependency-management/home.htm).
7
+
// Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see ADM (https://docs.oracle.com/iaas/Content/application-dependency-management/home.htm).
0 commit comments