Skip to content

Commit 0e1f6b6

Browse files
author
waruwaruwaru
committed
Releasing version 1.15.0
1 parent 2438815 commit 0e1f6b6

File tree

310 files changed

+9489
-625
lines changed

Some content is hidden

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

310 files changed

+9489
-625
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ 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.15.0 - 2021-02-09
7+
### Added
8+
- Support for the Database Management service
9+
- Support for setting an offset for budget processing in the Budgets service
10+
- Support for enabling and disabling Oracle Cloud Agent plugins in the Compute service
11+
- Support for listing available plugins and for getting the status of plugins in the Oracle Cloud Agent service
12+
- Support for one-off patching in autonomous transaction processing - dedicated databases in the Database service
13+
- Support for additional database upgrade options in the Database service
14+
- Support for glossary term recommendations in the Data Catalog service
15+
- Support for listing errata in the OS Management service
16+
17+
### Breaking Changes
18+
- Removed the model `InstanceAgentCommandContentInfo` from Compute Instance Agent service.
19+
- Update the property `text` from required to optional in `InstanceAgentCommandExecutionOutputViaTextDetails` model in Compute Instance Agent service.
20+
621
## 1.14.0 - 2021-02-02
722
### Added
823
- Support for checking if a contact for Exadata infrastructure is valid in My Oracle Support in the Database service

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ export import computeinstanceagent = require("oci-computeinstanceagent");
149149
export import optimizer = require("oci-optimizer");
150150
export import tenantmanagercontrolplane = require("oci-tenantmanagercontrolplane");
151151
export import rover = require("oci-rover");
152+
export import databasemanagement = require("oci-databasemanagement");

lib/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-analytics",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

lib/announcementsservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-announcementsservice",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "OCI NodeJS client for Announcement Service",
55
"repository": {
66
"type": "git",

lib/apigateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apigateway",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "OCI NodeJS client for API gateway service",
55
"repository": {
66
"type": "git",

lib/applicationmigration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-applicationmigration",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "OCI NodeJS client for Application Migration service",
55
"repository": {
66
"type": "git",

lib/audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-audit",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "OCI NodeJS client for Audit Service",
55
"repository": {
66
"type": "git",

lib/autoscaling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-autoscaling",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "OCI NodeJS client for Autoscaling Service",
55
"repository": {
66
"type": "git",

lib/bds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-bds",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "OCI NodeJS client for BDS Service",
55
"repository": {
66
"type": "git",

lib/blockchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-blockchain",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "OCI NodeJS client for Blockchain Service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)