Skip to content

Commit 441e4e3

Browse files
Releasing version 2.29.0
Releasing version 2.29.0
2 parents 0469196 + 5190f21 commit 441e4e3

File tree

708 files changed

+94090
-603
lines changed

Some content is hidden

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

708 files changed

+94090
-603
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ 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.29.0 - 2022-05-24
7+
### Added
8+
- Support for the License Manager service
9+
- Support for usage plans in the API Gateway service
10+
- Support for packaged skill and instance metadata management, role-based access options on instance creation, and assigned ownership in the Digital Assistant service
11+
- Support for compute capacity reservations in the VMWare Solution service
12+
- Support for Oracle Linux 8 application streams in the OS Management service
13+
- Add support for GraalVM
14+
15+
### Breaking Changes
16+
- Support for retries by default on operations in the API Gateway service
17+
618
## 2.28.0 - 2022-05-17
719
### Added
820
- Support for information requests in the Operator Access Control service

THIRD_PARTY_LICENSES.txt

Lines changed: 363 additions & 1 deletion
Large diffs are not rendered by default.

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.28.0</version>
7+
<version>2.29.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.28.0</version>
21+
<version>2.29.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)