Skip to content

Commit ed791b7

Browse files
Releasing version
Releasing version 3.77.0
2 parents 3c8f59d + 0450100 commit ed791b7

File tree

642 files changed

+47267
-2049
lines changed

Some content is hidden

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

642 files changed

+47267
-2049
lines changed

CHANGELOG.md

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

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

6+
## 3.77.0 - 2025-11-18
7+
### Added
8+
- Support for calling Oracle Cloud Infrastructure services in the eu-turin-1 region
9+
- Support for security attributes in the Bastion service
10+
- Support for DataGuard Health Status check in the Database service
11+
- Support for DataGuard creation with AWS in the Database service
12+
- Support for changing encryption key location to AWS in the Database service
13+
- Support for registering and unregistering PKCS for AWS in the Database service
14+
- Support for new service catalog access control on marketplace in the Service Catalog service
15+
- Support for bring-your-own-certificate in the OpenSearch service
16+
- Support for AWS KMS integration for DB@AWS in the Database MultiCloud service
17+
- Support for multi-cloud subscriptions and multi-cloud resource management in the MultiCloud service
18+
- Support for new GenericChatRequest parameters in the Generative AI Inference service
19+
- Support for Self-Serve IP Pool API in the Email Delivery service
20+
- Support for Object Batch Delete in the Object Storage service
21+
- Support for IPv6 and Reserved IPs in the API Gateway service
22+
- Support for Zero Trust Packet Routing (ZPR) security attributes in the Data Catalog service
23+
- Support for pinning the firmware of a Compute GPU Memory Fabric in the Compute service
24+
- Support for pausing ZeroETL pipelines in the GoldenGate service
25+
- Support for shared connections for ZeroETL pipelines in the GoldenGate service
26+
- Support for migrating digital twin instances from non-ingestible to ingestible in the OCI Internet of Things (OCI IoT) service
27+
28+
### Fixed
29+
- Fixed InvokeRawCommand API by changing response header from "Content-Location" to "Location" in the OCI Internet of Things (OCI IoT) service
30+
- Fixed UpdateDigitalTwinInstance API by adding missing model id and spec URI properties in the OCI Internet of Things (OCI IoT) service
31+
32+
### Breaking Changes
33+
- Support for default retries on the operations of the Service Catalog service
34+
- Method `public java.lang.String getContentLocation()` has been removed from `com.oracle.bmc.iot.responses.InvokeRawCommandResponse` in the OCI Internet of Things (OCI IoT) service
35+
- Method `public com.oracle.bmc.multicloud.OmhubNetworkAnchorWaiters getWaiters()` has been removed from `com.oracle.bmc.multicloud.OmhubNetworkAnchor` in the MultiCloud service
36+
- Method `public com.oracle.bmc.multicloud.OmhubNetworkAnchorClient$Builder executorService(java.util.concurrent.ExecutorService)` has been removed from `com.oracle.bmc.multicloud.OmhubNetworkAnchorClient$Builder` in the MultiCloud service
37+
- Class `com.oracle.bmc.multicloud.OmhubNetworkAnchorWaiters` has been removed from the MultiCloud service
38+
- Method `public com.oracle.bmc.multicloud.model.NetworkAnchor$LifecycleState getLifecycleState()` has been removed from the model `com.oracle.bmc.multicloud.model.NetworkAnchor` in the MultiCloud service
39+
- Class `com.oracle.bmc.multicloud.model.NetworkAnchor$LifecycleState` has been removed from the MultiCloud service
40+
- Method `public com.oracle.bmc.multicloud.model.NetworkAnchor$LifecycleState getLifecycleState()` has been removed from the model `com.oracle.bmc.multicloud.model.NetworkAnchorSummary` in the MultiCloud service
41+
- Return type of method `public com.oracle.bmc.multicloud.model.OciNetworkMetadata$NetworkAnchorConnectionStatus getNetworkAnchorConnectionStatus()` has been changed to `com.oracle.bmc.multicloud.model.NetworkAnchorConnectionStatus` in the model `com.oracle.bmc.multicloud.model.OciNetworkMetadata` in the MultiCloud service
42+
- Class `com.oracle.bmc.multicloud.model.OciNetworkMetadata$NetworkAnchorConnectionStatus` has been removed from the MultiCloud service
43+
- Method `public com.oracle.bmc.multicloud.model.NetworkAnchor$LifecycleState getLifecycleState()` has been removed from `com.oracle.bmc.multicloud.requests.ListNetworkAnchorsRequest` in the MultiCloud service
44+
645
## 3.76.1 - 2025-11-10
746
### Added
847
- Support for image lookup by URI in OCI Registry in the Generic Artifacts service

bmc-accessgovernancecp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>3.76.1</version>
7+
<version>3.77.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-accessgovernancecp</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>3.76.1</version>
18+
<version>3.77.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-accessgovernancecp/src/main/resources/com/oracle/bmc/accessgovernancecp/client.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 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.
44
#
55

6-
java.client.codegen.version = 2.145
7-
java.minimum.client.codegen.version.from.client = 2.145
6+
java.client.codegen.version = 2.146
7+
java.minimum.client.codegen.version.from.client = 2.146
88

99
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220518")

bmc-addons/bmc-adk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.oracle.oci.sdk</groupId>
88
<artifactId>oci-java-sdk-addons</artifactId>
9-
<version>3.76.1</version>
9+
<version>3.77.0</version>
1010
</parent>
1111

1212
<artifactId>oci-java-sdk-addons-adk</artifactId>

bmc-addons/bmc-aispeech-realtime/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>3.76.1</version>
8+
<version>3.77.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>com.oracle.oci.sdk</groupId>
5555
<artifactId>oci-java-sdk-aispeech</artifactId>
56-
<version>3.76.1</version>
56+
<version>3.77.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.oracle.oci.sdk</groupId>
6060
<artifactId>oci-java-sdk-common-httpclient-jersey</artifactId>
61-
<version>3.76.1</version>
61+
<version>3.77.0</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
<dependency>

bmc-addons/bmc-apache-configurator-jersey-addon/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>3.76.1</version>
7+
<version>3.77.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -17,14 +17,14 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-bom</artifactId>
20-
<version>3.76.1</version>
20+
<version>3.77.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common-httpclient-jersey</artifactId>
27-
<version>3.76.1</version>
27+
<version>3.77.0</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

bmc-addons/bmc-apache-configurator-jersey3-addon/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>3.76.1</version>
7+
<version>3.77.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -17,14 +17,14 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-bom</artifactId>
20-
<version>3.76.1</version>
20+
<version>3.77.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common-httpclient-jersey3</artifactId>
27-
<version>3.76.1</version>
27+
<version>3.77.0</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>3.76.1</version>
8+
<version>3.77.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>3.76.1</version>
21+
<version>3.77.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

bmc-addons/bmc-oke-workload-identity/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>oci-java-sdk-addons</artifactId>
66
<groupId>com.oracle.oci.sdk</groupId>
7-
<version>3.76.1</version>
7+
<version>3.77.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

@@ -38,25 +38,25 @@
3838
<dependency>
3939
<groupId>com.oracle.oci.sdk</groupId>
4040
<artifactId>oci-java-sdk-common</artifactId>
41-
<version>3.76.1</version>
41+
<version>3.77.0</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-core</artifactId>
47-
<version>3.76.1</version>
47+
<version>3.77.0</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.oracle.oci.sdk</groupId>
5252
<artifactId>oci-java-sdk-identity</artifactId>
53-
<version>3.76.1</version>
53+
<version>3.77.0</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.oracle.oci.sdk</groupId>
5858
<artifactId>oci-java-sdk-keymanagement</artifactId>
59-
<version>3.76.1</version>
59+
<version>3.77.0</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>3.76.1</version>
7+
<version>3.77.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.oracle.oci.sdk</groupId>
2525
<artifactId>oci-java-sdk-common</artifactId>
26-
<version>3.76.1</version>
26+
<version>3.77.0</version>
2727
</dependency>
2828
</dependencies>
2929
</project>

0 commit comments

Comments
 (0)