Skip to content

Commit d46dc52

Browse files
authored
Releasing version 1.17.0
Releasing version 1.17.0
2 parents 6c41405 + b819535 commit d46dc52

File tree

739 files changed

+22030
-786
lines changed

Some content is hidden

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

739 files changed

+22030
-786
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ 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+
## 1.17.0 - 2021-03-23
7+
### Added
8+
- Support for the Network Load Balancing service
9+
- Support for maintenance runs on autonomous databases in the Database service
10+
- Support for announcement preferences in the Announcements service
11+
- Support for domain claiming in the Organizations service
12+
- Support for saved reports in the Usage service
13+
- Support for the HeatWave in-memory analytics accelerator in the MySQL Database service
14+
- Support for community applications in the Marketplace service
15+
- Support for capacity reservations in the Compute service
16+
17+
### Breaking Changes
18+
- Update the property `vnicId` from optional to required in `CreateIpv6Details` in core service.
19+
- Removed the property `compartmentId` from `ListWorkRequestLogsRequest` model in the tenantmanagercontrolplane service
20+
- Removed the property `compartmentId` from `ListWorkRequestErrorsRequest` model in the tenantmanagercontrolplane service
21+
622
## 1.16.2 - 2021-03-16
723
### Added
824
- Support for routing policies and HTTP2 listener protocols in the Load Balancing service

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,4 @@ export import apmcontrolplane = require("oci-apmcontrolplane");
155155
export import apmsynthetics = require("oci-apmsynthetics");
156156
export import apmtraces = require("oci-apmtraces");
157157
export import goldengate = require("oci-goldengate");
158+
export import networkloadbalancer = require("oci-networkloadbalancer");

lib/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-analytics",
3-
"version": "1.16.2",
3+
"version": "1.17.0",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

lib/announcementsservice/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ export { models };
2020
export { requests };
2121
export { responses };
2222
export import AnnouncementClient = client.AnnouncementClient;
23+
export import AnnouncementsPreferencesClient = client.AnnouncementsPreferencesClient;

0 commit comments

Comments
 (0)