Skip to content

Commit bcb9c96

Browse files
authored
Merge pull request #79 from oracle/release_2021-06-29
Releasing version 1.22.0
2 parents 14957ff + a3ea756 commit bcb9c96

File tree

456 files changed

+20646
-266
lines changed

Some content is hidden

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

456 files changed

+20646
-266
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.22.0 - 2021-06-29
7+
### Added
8+
- Support for the DevOps service
9+
- Support for configuring network security groups for node pools in the Container Engine for Kubernetes service
10+
- Support for optionally specifying CPU core count and data storage size when creating autonomous databases in the Database service
11+
- Support for metastore and initial data asset import/export in the Data Catalog service
12+
- Support for associating domain names to emails and managing email domain names / DKIM in the Email Delivery service
13+
- Support for email domain names on senders and suppressions in the Email Delivery service
14+
15+
### Breaking Changes
16+
- `Displayname` enum was removed from the SortBy property in ListJobExecutionsRequest under the Data Catalog service
17+
- `sortOrder` field was changed to `model.SortOrderEnum` to `model.SortOrder` in ListSuppressionsRequest under the Email Delivery service
18+
- `sortOrder` field was changed to `model.SortOrderEnum` to `model.SortOrder` in ListSendersRequest under the Email Delivery service
19+
- The property `CpuCoreCount` was made optional in CreateAutonomousDatabaseBase model in the Database service
20+
621
## 1.21.1 - 2021-06-22
722
### Added
823
- Support for virtual machine and bare metal pluggable databases in the Database service

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,4 @@ export import servicecatalog = require("oci-servicecatalog");
164164
export import bastion = require("oci-bastion");
165165
export import genericartifactscontent = require("oci-genericartifactscontent");
166166
export import jms = require("oci-jms");
167+
export import devops = require("oci-devops");

lib/ailanguage/package.json

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

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.21.1",
3+
"version": "1.22.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.21.1",
3+
"version": "1.22.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.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for API gateway service",
55
"repository": {
66
"type": "git",

lib/apmcontrolplane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmcontrolplane",
3-
"version": "1.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for Apm Control Plane Service",
55
"repository": {
66
"type": "git",

lib/apmsynthetics/package.json

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

lib/apmtraces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmtraces",
3-
"version": "1.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for Apm Traces 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.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for Application Migration service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)