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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,38 @@ 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.105.0 - 2025-11-18
8
+
### Added
9
+
- Support for calling Oracle Cloud Infrastructure services in the eu-turin-1 region
10
+
- Support for security attributes in the Bastion service
11
+
- Support for DataGuard Health Status check in the Database service
12
+
- Support for DataGuard creation with AWS in the Database service
13
+
- Support for changing encryption key location to AWS in the Database service
14
+
- Support for registering and unregistering PKCS for AWS in the Database service
15
+
- Support for new service catalog access control on marketplace in the Service Catalog service
16
+
- Support for bring-your-own-certificate in the OpenSearch service
17
+
- Support for AWS KMS integration for DB@AWS in the Database MultiCloud service
18
+
- Support for multi-cloud subscriptions and multi-cloud resource management in the MultiCloud service
19
+
- Support for new GenericChatRequest parameters in the Generative AI Inference service
20
+
- Support for Self-Serve IP Pool API in the Email Delivery service
21
+
- Support for Object Batch Delete in the Object Storage service
22
+
- Support for IPv6 and Reserved IPs in the API Gateway service
23
+
- Support for Zero Trust Packet Routing (ZPR) security attributes in the Data Catalog service
24
+
- Support for pinning the firmware of a Compute GPU Memory Fabric in the Compute service
25
+
- Support for pausing ZeroETL pipelines in the GoldenGate service
26
+
- Support for shared connections for ZeroETL pipelines in the GoldenGate service
27
+
- Support for migrating digital twin instances from non-ingestible to ingestible in the IoT Service
28
+
29
+
### Fixed
30
+
- Fixed InvokeRawCommand API by changing response header from "Content-Location" to "Location" in the OCI Internet of Things (OCI IoT) service
31
+
- Fixed UpdateDigitalTwinInstance API by adding missing model id and spec URI properties in the OCI Internet of Things (OCI IoT) service
32
+
33
+
### Breaking Changes
34
+
- Support for default retries on the operations of the Service Catalog service
35
+
- The field `ContentLocation` was changed to `Location` in the model `InvokeRawCommandResponse` in the OCI Internet of Things (OCI IoT) service
36
+
- The field `LifecycleState` was changed to `NetworkAnchorLifecycleState` and its type was changed to `NetworkAnchorNetworkAnchorLifecycleStateEnum` in the models `NetworkAnchor` and `NetworkAnchorSummary` in the MultiCloud service
37
+
- The type of field `NetworkAnchorConnectionStatus` has been changed to `NetworkAnchorConnectionStatusEnum` in the model `OciNetworkMetadata` in the MultiCloud service
38
+
7
39
## 65.104.1 - 2025-11-10
8
40
### Added
9
41
- Support for image lookup by URI in OCI Registry in the Generic Artifacts service
// Copyright (c) 2016, 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
// Code generated. DO NOT EDIT.
4
+
5
+
// API Gateway API
6
+
//
7
+
// API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
8
+
// For more information, see
9
+
// Overview of API Gateway (https://docs.oracle.com/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
10
+
//
11
+
12
+
package apigateway
13
+
14
+
import (
15
+
"fmt"
16
+
"github.com/oracle/oci-go-sdk/v65/common"
17
+
"strings"
18
+
)
19
+
20
+
// Ipv4AddressConfiguration IPv4 address configuration details that should be used when creating the gateway.
21
+
typeIpv4AddressConfigurationstruct {
22
+
23
+
// List of Reserved IP OCIDs created in VCN service.
// Copyright (c) 2016, 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
// Code generated. DO NOT EDIT.
4
+
5
+
// API Gateway API
6
+
//
7
+
// API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
8
+
// For more information, see
9
+
// Overview of API Gateway (https://docs.oracle.com/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
10
+
//
11
+
12
+
package apigateway
13
+
14
+
import (
15
+
"fmt"
16
+
"github.com/oracle/oci-go-sdk/v65/common"
17
+
"strings"
18
+
)
19
+
20
+
// Ipv6AddressConfiguration IPv6 address configuration details that should be used when creating the gateway.
21
+
typeIpv6AddressConfigurationstruct {
22
+
23
+
// List of IPv6 addresses that will be assigned to the gateway during creation.
0 commit comments