Skip to content

Commit 3637eb7

Browse files
Releasing version 65.113.0
1 parent bc9ff91 commit 3637eb7

222 files changed

Lines changed: 8032 additions & 1437 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66

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+
734
## 65.112.0 - 2026-04-14
835
### Added
936
- Support for filesystem snapshot locking for ransomware protection in the File Storage service

common/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerregistry/containerregistry_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func (client ContainerRegistryClient) getAccessToken(ctx context.Context, reques
140140
defer common.CloseBodyIfValid(httpResponse)
141141
response.RawResponse = httpResponse
142142
if err != nil {
143-
apiReferenceLink := ""
143+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/container-registry/20180419/AccessToken/GetAccessToken"
144144
err = common.PostProcessServiceError(err, "ContainerRegistry", "GetAccessToken", apiReferenceLink)
145145
return response, err
146146
}

core/bulk_create_ipv6s_details.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ import (
2121
"strings"
2222
)
2323

24-
// BulkCreateIpv6sDetails Bulk Secondary IPv6 addresses creation object.
24+
// BulkCreateIpv6sDetails Details needed to create secondary IPv6 addresses with a bulk operation.
2525
type BulkCreateIpv6sDetails struct {
2626

27-
// Secondary IPv6 addresses to assign.
27+
// A secondary IPv6 address to assign.
2828
BulkCreateIpv6sItem []BulkCreateIpv6sItem `mandatory:"true" json:"bulkCreateIpv6sItem"`
2929

3030
// 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.
3232
VnicId *string `mandatory:"false" json:"vnicId"`
3333

3434
// 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,

core/bulk_create_ipv6s_item.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"strings"
2222
)
2323

24-
// BulkCreateIpv6sItem Secondary IPv6 object to creation as part of bulk creation .
24+
// BulkCreateIpv6sItem Secondary IPv6 object to use as part of bulk IPv6 object creation.
2525
type BulkCreateIpv6sItem struct {
2626

2727
// Defined tags for this resource. Each key is predefined and scoped to a
@@ -58,7 +58,7 @@ type BulkCreateIpv6sItem struct {
5858
// The IPv6 prefix allocated to the subnet. This is required if more than one IPv6 prefix exists on the subnet.
5959
Ipv6SubnetCidr *string `mandatory:"false" json:"ipv6SubnetCidr"`
6060

61-
// Length of cidr range. Optional field to specify flexible cidr.
61+
// Length of the CIDR range. Optional field to specify a flexible CIDR.
6262
CidrPrefixLength *int `mandatory:"false" json:"cidrPrefixLength"`
6363
}
6464

core/bulk_create_ipv6s_request_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
// 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.
1919
type BulkCreateIpv6sRequest struct {
2020

21-
// Bulk Create Ipv6s.
21+
// Create Ipv6s in bulk.
2222
BulkCreateIpv6sDetails `contributesTo:"body"`
2323

2424
// A token that uniquely identifies a request so it can be retried in case of a timeout or

core/bulk_create_private_ip_item.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"strings"
2222
)
2323

24-
// BulkCreatePrivateIpItem Secondary private IPv4 address object to create as part of bulk creation.
24+
// BulkCreatePrivateIpItem An object used to create secondary private IPv4 addresses in a bulk operation.
2525
type BulkCreatePrivateIpItem struct {
2626

2727
// Defined tags for this resource. Each key is predefined and scoped to a

core/bulk_create_private_ips_details.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
"strings"
2222
)
2323

24-
// BulkCreatePrivateIpsDetails Bulk Secondary IPv4 addresses creation object.
24+
// BulkCreatePrivateIpsDetails Details used to create secondary private IPv4 addresses in a bulk operation.
2525
type BulkCreatePrivateIpsDetails struct {
2626

27-
// Secondary IPv4 addresses to assign.
27+
// A secondary IPv4 address to assign.
2828
BulkCreatePrivateIpItem []BulkCreatePrivateIpItem `mandatory:"true" json:"bulkCreatePrivateIpItem"`
2929

3030
// 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.

core/bulk_create_private_ips_request_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
// 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.
1919
type BulkCreatePrivateIpsRequest struct {
2020

21-
// Create private IPs details.
21+
// Details used to create secondary private IPs.
2222
BulkCreatePrivateIpsDetails `contributesTo:"body"`
2323

2424
// A token that uniquely identifies a request so it can be retried in case of a timeout or

core/bulk_delete_ipv6s_details.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ import (
2121
"strings"
2222
)
2323

24-
// BulkDeleteIpv6sDetails Bulk Secondary IPv6 addresses deletion object.
24+
// BulkDeleteIpv6sDetails A secondary IPv6 address bulk deletion object.
2525
type BulkDeleteIpv6sDetails struct {
2626

27-
// IPv6 addresses to deleted.
27+
// An IPv6 address to delete.
2828
BulkDeleteIpv6sItem []BulkDeleteIpv6sItem `mandatory:"true" json:"bulkDeleteIpv6sItem"`
2929

3030
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC to assign the IPv6s to. The
3131
// IPv6 will be in the VNIC's subnet.
3232
VnicId *string `mandatory:"false" json:"vnicId"`
3333

34-
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet from which the IPv6s addresses are to be deleted.
34+
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet from which the IPv6s addresses are deleted.
3535
SubnetId *string `mandatory:"false" json:"subnetId"`
3636
}
3737

0 commit comments

Comments
 (0)