Skip to content

Commit c8069d3

Browse files
Releasing version 2.28.0
Releasing version 2.28.0
2 parents 5a10024 + c79d76e commit c8069d3

File tree

676 files changed

+72710
-4790
lines changed

Some content is hidden

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

676 files changed

+72710
-4790
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.28.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+
14+
### Breaking Changes
15+
- Support for retries by default on operations in the API Gateway service
16+
- Property `specification` is changed from optional to required from model `Deployment` and `CreateDeploymentDetails` in the API Gateway service.
17+
618
## 2.27.0 - 2022-05-17
719
### Added
820
- Support for information requests in the Operator Access Control service

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,4 @@ export import dataconnectivity = require("oci-dataconnectivity");
190190
export import stackmonitoring = require("oci-stackmonitoring");
191191
export import servicemesh = require("oci-servicemesh");
192192
export import adm = require("oci-adm");
193+
export import licensemanager = require("oci-licensemanager");

0 commit comments

Comments
 (0)