Skip to content

Commit a35825a

Browse files
Releasing version 2.12.0
Releasing version 2.12.0
2 parents f9744f4 + 2051a8f commit a35825a

File tree

207 files changed

+5496
-312
lines changed

Some content is hidden

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

207 files changed

+5496
-312
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.12.0 - 2022-01-25
7+
### Added
8+
- Support for OneSubscription services
9+
- Support for retries enabled by default on all operations in the Object Storage service (Breaking change, only for python, go, java, typescript)
10+
- Support for specifying if a run or application is streaming or batch in the Data Flow service
11+
- Support for updating the Instance Configuration of an Instance Pool within a Cluster Network in the Compute Management service
12+
- Updated documentation for Cross Region ADG feature for Autonomous Database in the Database service
13+
14+
### Breaking Changes
15+
- Support for retries enabled by default on all operations in the Object Storage service
16+
617
## 2.11.1 - 2022-01-18
718
### Added
819
- Support for calling Oracle Cloud Infrastructure services in the me-dcc-muscat-1 region

index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,7 @@ export import appmgmtcontrol = require("oci-appmgmtcontrol");
178178
export import identitydataplane = require("oci-identitydataplane");
179179
export import ospgateway = require("oci-ospgateway");
180180
export import visualbuilder = require("oci-visualbuilder");
181+
export import osubbillingschedule = require("oci-osubbillingschedule");
182+
export import osuborganizationsubscription = require("oci-osuborganizationsubscription");
183+
export import osubsubscription = require("oci-osubsubscription");
184+
export import osubusage = require("oci-osubusage");

lib/aianomalydetection/package.json

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

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

lib/apmconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmconfig",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Apm Config 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": "2.11.1",
3+
"version": "2.12.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": "2.11.1",
3+
"version": "2.12.0",
44
"description": "OCI NodeJS client for Apm Synthetics Service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)