Skip to content

Commit ab18839

Browse files
Releasing version 2.26.0
Releasing version 2.26.0
2 parents 8731f0c + d23bad4 commit ab18839

File tree

449 files changed

+26428
-1530
lines changed

Some content is hidden

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

449 files changed

+26428
-1530
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+
## 2.26.0 - 2022-05-03
7+
### Added
8+
- Support for the Application Dependency Management service
9+
- Support for platform configuration options on some bare metal shapes in the Compute service
10+
- Support for shielded instances for BM.Standard.E4.128 and BM.Standard3.64 shapes in the Compute service
11+
- Support for E4 dense VMs on launch and update instance operations in the Compute service
12+
- Support for reboot migration on DenseIO shapes in the Compute service
13+
- Support for an increased database name maximum length, from 14 to 30 characters, in the Database service
14+
- Support for provisioned concurrency in the Functions service
15+
16+
### Breaking Changes
17+
- Support for retries by default on operations in the Vault service
18+
- Support for retries by default on operations in the DNS service
19+
- Support for retries by default on operations in the Content Management service
20+
- Support for retries by default on operations in the Console Dashboard service
21+
- Support for retries by default on Web Application Firewall operations in the Web Application Acceleration and Security service
22+
- Support for retries by default on operations in the Data Science service
23+
624
## 2.25.0 - 2022-04-26
725
### Added
826
- Support for the Service Mesh 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.25.0</version>
7+
<version>2.26.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.25.0</version>
21+
<version>2.26.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)