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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@ 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.113.0 - 2026-04-21
8
+
### Added
9
+
- Support for Azure AD, Avro Metadata, and Microsoft Fabric Eventstream (Kafka-like) data sources in the GoldenGate service
10
+
- Support for creating branded email subdomains without delegating DNS subzone in the Fusion Apps as a Service
11
+
- Support for IPv6 endpoints in the Events service
12
+
- Support for IPv6 endpoints in the Logging service
13
+
- Support for IPv6 endpoints in the Logging Search service
14
+
- Support for IPv6 endpoints in the Logging Ingestion service
15
+
- Support for reserved private IP IDs in the Compute service
16
+
- Support for USAGE_ONLY query type in the Usage Api service
17
+
- Support for resizing Data, Reco, and Sparse disk groups in the Database service
18
+
- Support for logging line format in the Functions service
19
+
20
+
### Breaking Changes
21
+
- Enum value `OperationTypeGoldengateConnectionAssigmnentDelete` was removed from model `OperationTypeEnum` in the GoldenGate service
22
+
- The field `TimeUpgradeRequired` was removed in the model Deployment in the GoldenGate service
23
+
- The model `DeploymentUpgradeLifecycleStateEnum` was removed in the GoldenGate service
24
+
- Type of field `LifecycleState` was changed to `DeploymentBackupLifecycleStateEnum` in the models `DeploymentBackupSummary`, `DeploymentBackup`, `DeploymentSummary`, `DeploymentUpgradeSummary`, `DeploymentUpgrade`, `Deployment`, `ListDeploymentBackupsRequest`, `ListDeploymentPeersRequest`, `ListDeploymentUpgradesRequest`, and `ListDeploymentsRequest` in the GoldenGate service
25
+
- Type of field `BootstrapServers` was changed from `[]KafkaBootstrapServer` to `[]CreateKafkaBootstrapServer` in the model `CreateKafkaConnectionDetails` in the GoldenGate service
26
+
- The field `PrivateIp` was removed from the models `CreateGoldenGateConnectionDetails`, `CreateJavaMessageServiceConnectionDetails`, `CreateMicrosoftSqlserverConnectionDetails`, `CreateKafkaSchemaRegistryConnectionDetails`, `CreateMysqlConnectionDetails`, and `CreatePostgresqlConnectionDetails` in the GoldenGate service
27
+
- The model `UpdateComputeHostsRequest` renamed to `UpdateComputeHostRequest` in the Compute service
28
+
- The model `UpdateComputeHostsDetails` was renamed to `UpdateComputeHostDetails` in the Compute service
29
+
- The model `GetComputeHostsRequest` renamed to `GetComputeHostRequest` in the Compute service
30
+
- Methods `getComputeHosts(GetComputeHostsRequest)` and `updateComputeHosts(UpdateComputeHostsRequest)` have been removed from `Compute` in the Compute service.
31
+
- Methods `forUpdateComputeHosts(UpdateComputeHostsRequest)` and `forUpdateComputeHosts(UpdateComputeHostsRequest, TerminationStrategy, DelayStrategy)` have been removed from `ComputeWaiters` in the Compute service.
32
+
- Classes `UpdateComputeHostsDetails`, `GetComputeHostsRequest`, `UpdateComputeHostsRequest`, `GetComputeHostsResponse`, and `UpdateComputeHostsResponse` have been removed in the Compute service.
33
+
7
34
## 65.112.0 - 2026-04-14
8
35
### Added
9
36
- Support for filesystem snapshot locking for ransomware protection in the File Storage service
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC to assign the IPv6s to. The
31
-
// IPv6 will be in the VNIC's subnet.
31
+
// IPv6s will be in the VNIC's subnet.
32
32
VnicId*string`mandatory:"false" json:"vnicId"`
33
33
34
34
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet from which the IPv6s are to be drawn. The IP addresses,
Copy file name to clipboardExpand all lines: core/bulk_create_ipv6s_request_response.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ import (
18
18
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/core/BulkCreateIpv6s.go.html to see an example of how to use BulkCreateIpv6sRequest.
19
19
typeBulkCreateIpv6sRequeststruct {
20
20
21
-
// Bulk Create Ipv6s.
21
+
// Create Ipv6s in bulk.
22
22
BulkCreateIpv6sDetails`contributesTo:"body"`
23
23
24
24
// A token that uniquely identifies a request so it can be retried in case of a timeout or
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC to assign the private IPs to. The VNIC and private IPs must be in the same subnet.
Copy file name to clipboardExpand all lines: core/bulk_create_private_ips_request_response.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ import (
18
18
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/core/BulkCreatePrivateIps.go.html to see an example of how to use BulkCreatePrivateIpsRequest.
19
19
typeBulkCreatePrivateIpsRequeststruct {
20
20
21
-
// Create private IPs details.
21
+
// Details used to create secondary private IPs.
22
22
BulkCreatePrivateIpsDetails`contributesTo:"body"`
23
23
24
24
// A token that uniquely identifies a request so it can be retried in case of a timeout or
0 commit comments