Skip to content

Commit 24e3329

Browse files
Releasing version
Releasing version
2 parents 87b6c12 + 24db846 commit 24e3329

File tree

709 files changed

+60690
-2670
lines changed

Some content is hidden

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

709 files changed

+60690
-2670
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ 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.70.0 - 2025-07-29
7+
### Added
8+
- Support for the APIP Platform service
9+
- Support for resource locking for all resources in the API Gateway service
10+
- Support for optional parameters in the import and export dashboard APIs in the Management Dashboard service
11+
- Support for agent configurations and MACS extension configurations in the Application Performance Monitoring service
12+
- Support for specifying replication configuration when creating or updating a secret in the Vault service
13+
- Support for CPU architecture agnostic configurations in the PostgreSQL service
14+
- Support for creating, deploying, cloning, getting, listing, activating and deactivating model groups in the Data Science service
15+
- Support for creating, updating, getting, listing and deleting model group version history in the Data Science service
16+
- Support for uploading and downloading model group artifacts in the Data Science service
17+
- Support for listing the state of the deployed models associated with a model group in the Data Science service
18+
- Support for updating model group deployments in the Data Science service
19+
- Support for burstable shapes in data science notebooks, machine learning jobs and machine learning pipelines in the Data Science service
20+
- Support for multilingual text to speech for 8 more languages in the AI Speech service
21+
22+
### Breaking Changes
23+
- Return type of method `public com.oracle.bmc.aispeech.model.VoiceSummary$LanguageCode getLanguageCode()` has been changed to `java.lang.String` in the model `com.oracle.bmc.aispeech.model.VoiceSummary` in the AI Speech service
24+
- Class `com.oracle.bmc.aispeech.model.VoiceSummary$LanguageCode` has been removed from the AI Speech service
25+
626
## 3.69.0 - 2025-07-22
727
### Added
828
- Support for calling Oracle Cloud Infrastructure services in the `ap-batam-1` region

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.69.0</version>
7+
<version>3.70.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.69.0</version>
18+
<version>3.70.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

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

Lines changed: 1 addition & 1 deletion
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.119
6+
java.client.codegen.version = 2.135
77
java.minimum.client.codegen.version.from.client = 2.100
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.69.0</version>
9+
<version>3.70.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.69.0</version>
8+
<version>3.70.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.69.0</version>
56+
<version>3.70.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.69.0</version>
61+
<version>3.70.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.69.0</version>
7+
<version>3.70.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.69.0</version>
20+
<version>3.70.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.69.0</version>
27+
<version>3.70.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.69.0</version>
7+
<version>3.70.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.69.0</version>
20+
<version>3.70.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.69.0</version>
27+
<version>3.70.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.69.0</version>
8+
<version>3.70.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.69.0</version>
21+
<version>3.70.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.69.0</version>
7+
<version>3.70.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.69.0</version>
41+
<version>3.70.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.69.0</version>
47+
<version>3.70.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.69.0</version>
53+
<version>3.70.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.69.0</version>
59+
<version>3.70.0</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

bmc-addons/bmc-oke-workload-identity/src/main/java/com/oracle/bmc/auth/okeworkloadidentity/OkeWorkloadIdentityAuthenticationDetailsProvider.java

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import com.oracle.bmc.auth.ProvidesConfigurableRefresh;
1313
import com.oracle.bmc.auth.RefreshableOnNotAuthenticatedProvider;
1414
import com.oracle.bmc.auth.RegionProvider;
15+
import com.oracle.bmc.auth.ResourcePrincipalAuthenticationDetailsProvider;
1516
import com.oracle.bmc.auth.ServiceAccountTokenSupplier;
1617
import com.oracle.bmc.auth.SessionKeySupplier;
1718
import com.oracle.bmc.auth.SuppliedServiceAccountTokenProvider;
@@ -184,6 +185,19 @@ public OkeWorkloadIdentityAuthenticationDetailsProviderBuilder tokenPath(
184185
return this;
185186
}
186187

188+
/**
189+
* Sets the value for Region This Region is used to initialize
190+
* ResourcePrincipalAuthenticationDetailsProvider, and it is not used by
191+
* OkeWorkloadIdentityAuthenticationDetailsProvider.
192+
*
193+
* @param region Region
194+
* @return OkeWorkloadIdentityAuthenticationDetailsProviderBuilder
195+
*/
196+
public OkeWorkloadIdentityAuthenticationDetailsProviderBuilder region(Region region) {
197+
this.region = region;
198+
return this;
199+
}
200+
187201
/**
188202
* Build a new OkeWorkloadIdentityAuthenticationDetailsProvider.
189203
*
@@ -301,5 +315,23 @@ protected OkeWorkloadIdentityAuthenticationDetailsProvider buildProvider(
301315
return new OkeWorkloadIdentityAuthenticationDetailsProvider(
302316
federationClient, sessionKeySupplierToUse, region);
303317
}
318+
319+
/**
320+
* Build a new ResourcePrincipalAuthenticationDetailsProvider using an instance of
321+
* OkeWorkloadIdentityAuthenticationDetailsProvider
322+
*
323+
* @return a ResourcePrincipalAuthenticationDetailsProvider instance
324+
* @throws IllegalArgumentException if the region is not provided
325+
*/
326+
public ResourcePrincipalAuthenticationDetailsProvider
327+
buildResourcePrincipalAuthenticationDetailsProvider() {
328+
if (this.region == null) {
329+
throw new IllegalArgumentException(
330+
"Region is not provided. Please provide a valid region.");
331+
}
332+
OkeWorkloadIdentityAuthenticationDetailsProvider prov = this.build();
333+
return new ResourcePrincipalAuthenticationDetailsProvider(
334+
prov.federationClient, prov.sessionKeySupplier, this.region);
335+
}
304336
}
305337
}

0 commit comments

Comments
 (0)