Skip to content

Commit 56dfb6d

Browse files
authored
Merge pull request #672 from oracle/legacy_v2_release_20250325
Release version 2.82.0
2 parents 812fcba + 512593f commit 56dfb6d

File tree

781 files changed

+131314
-2746
lines changed

Some content is hidden

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

781 files changed

+131314
-2746
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,67 @@ 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.82.0 - 2025-03-25
7+
### Added
8+
- Support for pipelines in the OpenSearch service
9+
- Support for uploading and downloading the model metadata artifacts in the Data Science service
10+
- Support for model references via native API in the Data Science service
11+
- Support for scheduling cross-region database backups in the HeatWave service
12+
- Support for specifying backup retention days for manual cross-region backups in the HeatWave service
13+
- Support for IPv6 addresses for dedicated infrastructure in the Database service
14+
- Support for NewDev edition for the development community in the Database service
15+
- Support for grouping sensitive types across the tenancies and reuse of groups in the discovery workflow in the Data Safe service
16+
- Support for generating custom assessment reports in the Data Safe service
17+
- Support for user quotas on file system resources in the File Storage service
18+
- Support for long term retention backups in the Autonomous Recovery service
19+
- Support for Cross Region Replication(CRR) in the PostgreSQL service
20+
- Support for subscriptions and cluster placement groups on exascale infrastructure in the Database service
21+
- Support for multiple standby databases for autonomous dataguard associations in the Database service
22+
- Support for major version upgrade of clusters in the OpenSearch service
23+
- Support for Customer Service Identifier(CSI) number in list assigned subscriptions response in the Organizations service
24+
- Support for Managed Services for Mac service
25+
- Support for scheduling customer-initiated backups in the GoldenGate service
26+
- Support for GPU memory clusters and fabrics in the Compute service
27+
- Support for agent platforms and Retrieval Augmented Generation (RAG) agents in the Generative AI Agent service
28+
- Support for knowledge based metadata summaries in the Generative AI Agent service
29+
- Support for create and update operations on onboard configurations in the Stack Monitoring service
30+
- Support for automatic activation of the management agents on compute instance launch in the Stack Monitoring service
31+
- Support for importing collectd resources in the Stack Monitoring service
32+
- Support for updating the handler configurations for collected resources in Stack Monitoring service
33+
- Support for monitored resource types based on source type and resource category in the Stack Monitoring service
34+
- Support for adding tags in maintenance windows in the Stack Monitoring service
35+
- Support for host API feature in the Compute service
36+
37+
### Fixed
38+
- Java 8 incompatibility introduced in the previous release: NoSuchMethodError for ByteBuffer.flip()
39+
40+
### Breaking Changes
41+
- Method public java.lang.String getOpcRetryToken() has been removed from com.oracle.bmc.tenantmanagercontrolplane.responses.CreateSubscriptionMappingResponse in the Organizations service
42+
- Method public java.lang.Integer getMaxMemoryGB() has been removed from the model com.oracle.bmc.opensearch.model.CreateOpensearchClusterPipelineDetails in the OpenSearch service
43+
- Method public java.lang.Integer getMaxOcpuCount() has been removed from the model com.oracle.bmc.opensearch.model.CreateOpensearchClusterPipelineDetails in the OpenSearch service
44+
- Method public java.lang.Integer getMinMemoryGB() has been removed from the model com.oracle.bmc.opensearch.model.CreateOpensearchClusterPipelineDetails in the OpenSearch service
45+
- Method public java.lang.Integer getMinOcpuCount() has been removed from the model com.oracle.bmc.opensearch.model.CreateOpensearchClusterPipelineDetails in the OpenSearch service
46+
- Method public java.util.Map getSystemTags() has been removed from the model com.oracle.bmc.opensearch.model.CreateOpensearchClusterPipelineDetails in the OpenSearch service
47+
- Method public java.lang.Integer getMaxMemoryGB() has been removed from the model com.oracle.bmc.opensearch.model.OpensearchClusterPipeline in the OpenSearch service
48+
- Method public java.lang.Integer getMaxOcpuCount() has been removed from the model com.oracle.bmc.opensearch.model.OpensearchClusterPipeline in the OpenSearch service
49+
- Method public java.lang.Integer getMinMemoryGB() has been removed from the model com.oracle.bmc.opensearch.model.OpensearchClusterPipeline in the OpenSearch service
50+
- Method public java.lang.Integer getMinOcpuCount() has been removed from the model com.oracle.bmc.opensearch.model.OpensearchClusterPipeline in the OpenSearch service
51+
- Method public java.lang.Integer getMaxMemoryGB() has been removed from the model com.oracle.bmc.opensearch.model.OpensearchClusterPipelineSummary in the OpenSearch service
52+
- Method public java.lang.Integer getMaxOcpuCount() has been removed from the model com.oracle.bmc.opensearch.model.OpensearchClusterPipelineSummary in the OpenSearch service
53+
- Method public java.lang.Integer getMinMemoryGB() has been removed from the model com.oracle.bmc.opensearch.model.OpensearchClusterPipelineSummary in the OpenSearch service
54+
- Method public java.lang.Integer getMinOcpuCount() has been removed from the model com.oracle.bmc.opensearch.model.OpensearchClusterPipelineSummary in the OpenSearch service
55+
- Class com.oracle.bmc.opensearch.model.OpensearchPipelineValidationResponse has been removed from the OpenSearch service
56+
- Class com.oracle.bmc.opensearch.model.PipelineValidationErrorDetails has been removed from the OpenSearch service
57+
- Method public java.lang.Integer getMaxMemoryGB() has been removed from the model com.oracle.bmc.opensearch.model.UpdateOpensearchClusterPipelineDetails in the OpenSearch service
58+
- Method public java.lang.Integer getMaxOcpuCount() has been removed from the model com.oracle.bmc.opensearch.model.UpdateOpensearchClusterPipelineDetails in the OpenSearch service
59+
- Method public java.lang.Integer getMinMemoryGB() has been removed from the model com.oracle.bmc.opensearch.model.UpdateOpensearchClusterPipelineDetails in the OpenSearch service
60+
- Method public java.lang.Integer getMinOcpuCount() has been removed from the model com.oracle.bmc.opensearch.model.UpdateOpensearchClusterPipelineDetails in the OpenSearch service
61+
- Class com.oracle.bmc.opensearch.model.ValidateOpensearchPipelineDetails has been removed from the OpenSearch service
62+
- Method public java.lang.String getIpAnycastId() has been removed from the model com.oracle.bmc.core.model.CreateByoipRangeDetails in the Core service
63+
- Method public java.lang.String getMonitorIp() has been removed from the model com.oracle.bmc.core.model.CreateByoipRangeDetails in the Core service
64+
- Method public java.lang.String getIpAnycastId() has been removed from the model com.oracle.bmc.core.model.UpdateByoipRangeDetails in the Core service
65+
- Method public java.lang.String getMonitorIp() has been removed from the model com.oracle.bmc.core.model.UpdateByoipRangeDetails in the Core service
66+
667
## 2.81.0 - 2025-02-25
768
### Added
869
- Support for backup retention locks on autonomous database create and update operations in the Database 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>2.81.0</version>
7+
<version>2.82.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-accessgovernancecp</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.oracle.oci.sdk</groupId>
1818
<artifactId>oci-java-sdk-common</artifactId>
19-
<version>2.81.0</version>
19+
<version>2.82.0</version>
2020
</dependency>
2121
</dependencies>
2222
</project>

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.81.0</version>
7+
<version>2.82.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.81.0</version>
21+
<version>2.82.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

bmc-addons/bmc-graalvm-addon/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>2.81.0</version>
7+
<version>2.82.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm</artifactId>
@@ -127,24 +127,24 @@
127127
<dependency>
128128
<groupId>com.oracle.oci.sdk</groupId>
129129
<artifactId>oci-java-sdk-common</artifactId>
130-
<version>2.81.0</version>
130+
<version>2.82.0</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>com.oracle.oci.sdk</groupId>
134134
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
135-
<version>2.81.0</version>
135+
<version>2.82.0</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>
139139
<groupId>com.oracle.oci.sdk</groupId>
140140
<artifactId>oci-java-sdk-identity</artifactId>
141-
<version>2.81.0</version>
141+
<version>2.82.0</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>
145145
<groupId>com.oracle.oci.sdk</groupId>
146146
<artifactId>oci-java-sdk-core</artifactId>
147-
<version>2.81.0</version>
147+
<version>2.82.0</version>
148148
<scope>test</scope>
149149
</dependency>
150150
</dependencies>

bmc-addons/bmc-graalvm-addon/src/main/java/com/oracle/bmc/graalvm/BouncyCastleFeature.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

bmc-addons/bmc-graalvm-addon/src/main/java/com/oracle/bmc/graalvm/SdkAutomaticFeatureMetadata.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"com.oracle.bmc.marketplaceprivateoffer.SdkClientsMetadata",
9898
"com.oracle.bmc.marketplacepublisher.SdkClientsMetadata",
9999
"com.oracle.bmc.mediaservices.SdkClientsMetadata",
100+
"com.oracle.bmc.mngdmac.SdkClientsMetadata",
100101
"com.oracle.bmc.monitoring.SdkClientsMetadata",
101102
"com.oracle.bmc.mysql.SdkClientsMetadata",
102103
"com.oracle.bmc.networkfirewall.SdkClientsMetadata",

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

Lines changed: 2 additions & 2 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>2.81.0</version>
7+
<version>2.82.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.oracle.oci.sdk</groupId>
4040
<artifactId>oci-java-sdk-common</artifactId>
41-
<version>2.81.0</version>
41+
<version>2.82.0</version>
4242
</dependency>
4343
</dependencies>
4444
</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.81.0</version>
8+
<version>2.82.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common</artifactId>
28-
<version>2.81.0</version>
28+
<version>2.82.0</version>
2929
</dependency>
3030
</dependencies>
3131
</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.81.0</version>
10+
<version>2.82.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.81.0</version>
65+
<version>2.82.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.81.0</version>
8+
<version>2.82.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)