Skip to content

Commit 971991a

Browse files
Releasing version 3.7.0
Releasing version 3.7.0
2 parents 86c4973 + cf55b2d commit 971991a

File tree

256 files changed

+10652
-837
lines changed

Some content is hidden

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

256 files changed

+10652
-837
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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.7.0 - 2023-03-07
7+
### Added
8+
- Support for creating and updating autonomous database long-term backup schedules in the Database service
9+
- Support for creating, updating, and deleting autonomous database long-term backups in the Database service
10+
- Support for model deployment resources to use customized container images containing runtime dependencies of ML models and custom web servers to handle inference requests in the Data Science service
11+
- Support for using the compartmentIdInSubtree parameter when summarizing management agent counts in the Management Agent Cloud service
12+
- Support for getting agent property details in the Management Agent Cloud service
13+
- Support for filtering by gateway ID when listing agents in the Management Agent Cloud service
14+
- Support for the Hebrew and Greek languages during AI language text translation in the AI Language service
15+
- Support for auto-detection when analyzing text with pre-trained models in the AI Language service
16+
- Support for specifying update operation constraints when updating an instance in the Compute Service
17+
- Support for disaster recovery in the Content Management service
18+
- Support for advanced autonomous databases insights in the Operations Insights service
19+
20+
### Breaking Changes
21+
- Support for retries by default on operations of the Analytics Cloud service
22+
- Enum value `ACTIVE` has been removed from the model `com.oracle.bmc.oce.model.LifecycleDetails` in the Content Management service
23+
624
## 3.6.0 - 2023-02-28
725
### Added
826
- Support for calling Oracle Cloud Infrastructure services in the eu-dcc-rating-1, eu-dcc-rating-2, eu-dcc-dublin-1, eu-dcc-dublin-2, and eu-dcc-milan-2 regions

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.6.0</version>
7+
<version>3.7.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,14 +18,14 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-bom</artifactId>
21-
<version>3.6.0</version>
21+
<version>3.7.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common-httpclient-jersey</artifactId>
28-
<version>3.6.0</version>
28+
<version>3.7.0</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</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.6.0</version>
7+
<version>3.7.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,14 +18,14 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-bom</artifactId>
21-
<version>3.6.0</version>
21+
<version>3.7.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common-httpclient-jersey3</artifactId>
28-
<version>3.6.0</version>
28+
<version>3.7.0</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</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.6.0</version>
8+
<version>3.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.oracle.oci.sdk</groupId>
2121
<artifactId>oci-java-sdk-common</artifactId>
22-
<version>3.6.0</version>
22+
<version>3.7.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

bmc-addons/bmc-graalvm-addon/pom.xml

Lines changed: 7 additions & 7 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.6.0</version>
7+
<version>3.7.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm</artifactId>
@@ -141,37 +141,37 @@
141141
<dependency>
142142
<groupId>com.oracle.oci.sdk</groupId>
143143
<artifactId>oci-java-sdk-common</artifactId>
144-
<version>3.6.0</version>
144+
<version>3.7.0</version>
145145
<scope>provided</scope>
146146
</dependency>
147147
<dependency>
148148
<groupId>com.oracle.oci.sdk</groupId>
149149
<artifactId>oci-java-sdk-common-httpclient</artifactId>
150-
<version>3.6.0</version>
150+
<version>3.7.0</version>
151151
<scope>provided</scope>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.oracle.oci.sdk</groupId>
155155
<artifactId>oci-java-sdk-core</artifactId>
156-
<version>3.6.0</version>
156+
<version>3.7.0</version>
157157
<scope>test</scope>
158158
</dependency>
159159
<dependency>
160160
<groupId>com.oracle.oci.sdk</groupId>
161161
<artifactId>oci-java-sdk-identity</artifactId>
162-
<version>3.6.0</version>
162+
<version>3.7.0</version>
163163
<scope>test</scope>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.oracle.oci.sdk</groupId>
167167
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
168-
<version>3.6.0</version>
168+
<version>3.7.0</version>
169169
<scope>test</scope>
170170
</dependency>
171171
<dependency>
172172
<groupId>com.oracle.oci.sdk</groupId>
173173
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
174-
<version>3.6.0</version>
174+
<version>3.7.0</version>
175175
<scope>test</scope>
176176
</dependency>
177177
<dependency>

bmc-addons/bmc-graalvm-jersey3-addon/pom.xml

Lines changed: 7 additions & 7 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.6.0</version>
7+
<version>3.7.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm-jersey3</artifactId>
@@ -142,37 +142,37 @@
142142
<dependency>
143143
<groupId>com.oracle.oci.sdk</groupId>
144144
<artifactId>oci-java-sdk-common</artifactId>
145-
<version>3.6.0</version>
145+
<version>3.7.0</version>
146146
<scope>provided</scope>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.oracle.oci.sdk</groupId>
150150
<artifactId>oci-java-sdk-common-httpclient</artifactId>
151-
<version>3.6.0</version>
151+
<version>3.7.0</version>
152152
<scope>provided</scope>
153153
</dependency>
154154
<dependency>
155155
<groupId>com.oracle.oci.sdk</groupId>
156156
<artifactId>oci-java-sdk-core</artifactId>
157-
<version>3.6.0</version>
157+
<version>3.7.0</version>
158158
<scope>test</scope>
159159
</dependency>
160160
<dependency>
161161
<groupId>com.oracle.oci.sdk</groupId>
162162
<artifactId>oci-java-sdk-identity</artifactId>
163-
<version>3.6.0</version>
163+
<version>3.7.0</version>
164164
<scope>test</scope>
165165
</dependency>
166166
<dependency>
167167
<groupId>com.oracle.oci.sdk</groupId>
168168
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
169-
<version>3.6.0</version>
169+
<version>3.7.0</version>
170170
<scope>test</scope>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.oracle.oci.sdk</groupId>
174174
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
175-
<version>3.6.0</version>
175+
<version>3.7.0</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<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.6.0</version>
7+
<version>3.7.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common</artifactId>
27-
<version>3.6.0</version>
27+
<version>3.7.0</version>
2828
</dependency>
2929
</dependencies>
3030
</project>

bmc-addons/bmc-sasl/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.6.0</version>
8+
<version>3.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.oracle.oci.sdk</groupId>
6262
<artifactId>oci-java-sdk-common</artifactId>
63-
<version>3.6.0</version>
63+
<version>3.7.0</version>
6464
</dependency>
6565
</dependencies>
6666

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>3.6.0</version>
8+
<version>3.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)