Skip to content

Commit 120a43e

Browse files
committed
Releasing version 2.10.0
1 parent bf4bd8f commit 120a43e

File tree

686 files changed

+19374
-4208
lines changed

Some content is hidden

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

686 files changed

+19374
-4208
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ 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+
## 2.10.0 - 2021-11-17
7+
### Added
8+
- Support for getting subnet topology in the Networking service
9+
- Support for encrypted FastConnect resources in the Networking service
10+
- Support for performance and high availability, as well as recommendation metrics, in the Optimizer service
11+
- Support for optional TDE wallet passwords in the Database service
12+
- Support for Object Storage service integration in the Big Data service
13+
- Support for circuit breakers enabled by default in all services except Streaming and Compute
14+
- Support for retries enabled by default in all operations of the Functions and Roving Edge services, and in some operations of the Streaming service. This support is not added on the async clients
15+
616
## 2.9.0 - 2021-11-09
717
### Added
818
- Support for drill down metadata in the Management Dashboard service

bmc-addons/bmc-apache-connector-provider/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>2.9.0</version>
7+
<version>2.10.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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

bmc-addons/bmc-resteasy-client-configurator/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>2.9.0</version>
8+
<version>2.10.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-common</artifactId>
47-
<version>2.9.0</version>
47+
<version>2.10.0</version>
4848
</dependency>
4949
</dependencies>
5050
</project>

bmc-addons/bmc-sasl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>oci-java-sdk-addons</artifactId>
99
<groupId>com.oracle.oci.sdk</groupId>
10-
<version>2.9.0</version>
10+
<version>2.10.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.oracle.oci.sdk</groupId>
6464
<artifactId>oci-java-sdk-common</artifactId>
65-
<version>2.9.0</version>
65+
<version>2.10.0</version>
6666
</dependency>
6767
</dependencies>
6868

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
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</artifactId>
8-
<version>2.9.0</version>
8+
<version>2.10.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-aianomalydetection/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>2.9.0</version>
7+
<version>2.10.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-aianomalydetection</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>2.9.0</version>
18+
<version>2.10.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/AnomalyDetection.java

Lines changed: 31 additions & 30 deletions
Large diffs are not rendered by default.

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/AnomalyDetectionClient.java

Lines changed: 33 additions & 0 deletions
Large diffs are not rendered by default.

bmc-ailanguage/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>2.9.0</version>
7+
<version>2.10.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-ailanguage</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>2.9.0</version>
18+
<version>2.10.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-ailanguage/src/main/java/com/oracle/bmc/ailanguage/AIServiceLanguage.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
1313
* This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
1414
*
15+
* This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.
1516
*/
1617
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210101")
1718
public interface AIServiceLanguage extends AutoCloseable {
@@ -53,7 +54,7 @@ public interface AIServiceLanguage extends AutoCloseable {
5354
* @param request The request object containing the details to send
5455
* @return A response object containing details about the completed operation
5556
* @throws BmcException when an error occurs.
56-
* This operation will not retry by default, users can also use RetryConfiguration.DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
57+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
5758
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
5859
*
5960
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/DetectDominantLanguageExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use DetectDominantLanguage API.
@@ -65,7 +66,7 @@ public interface AIServiceLanguage extends AutoCloseable {
6566
* @param request The request object containing the details to send
6667
* @return A response object containing details about the completed operation
6768
* @throws BmcException when an error occurs.
68-
* This operation will not retry by default, users can also use RetryConfiguration.DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
69+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
6970
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
7071
*
7172
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/DetectLanguageEntitiesExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use DetectLanguageEntities API.
@@ -77,7 +78,7 @@ public interface AIServiceLanguage extends AutoCloseable {
7778
* @param request The request object containing the details to send
7879
* @return A response object containing details about the completed operation
7980
* @throws BmcException when an error occurs.
80-
* This operation will not retry by default, users can also use RetryConfiguration.DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
81+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
8182
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
8283
*
8384
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/DetectLanguageKeyPhrasesExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use DetectLanguageKeyPhrases API.
@@ -90,7 +91,7 @@ DetectLanguageKeyPhrasesResponse detectLanguageKeyPhrases(
9091
* @param request The request object containing the details to send
9192
* @return A response object containing details about the completed operation
9293
* @throws BmcException when an error occurs.
93-
* This operation will not retry by default, users can also use RetryConfiguration.DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
94+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
9495
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
9596
*
9697
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/DetectLanguageSentimentsExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use DetectLanguageSentiments API.
@@ -103,7 +104,7 @@ DetectLanguageSentimentsResponse detectLanguageSentiments(
103104
* @param request The request object containing the details to send
104105
* @return A response object containing details about the completed operation
105106
* @throws BmcException when an error occurs.
106-
* This operation will not retry by default, users can also use RetryConfiguration.DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
107+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
107108
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
108109
*
109110
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/DetectLanguageTextClassificationExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use DetectLanguageTextClassification API.

0 commit comments

Comments
 (0)