Skip to content

Commit 8b012d2

Browse files
Releasing version 2.31.0
Releasing version 2.31.0
2 parents dcf2e43 + d958e30 commit 8b012d2

File tree

555 files changed

+25205
-482
lines changed

Some content is hidden

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

555 files changed

+25205
-482
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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.31.0 - 2022-06-14
7+
### Added
8+
- Support for the Web Application Acceleration (WAA) service
9+
- Support for the Governance Rules service
10+
- Support for the OneSubscription service
11+
- Support for resource locking in the Identity service
12+
- Support for quota resource locking in the Limits service
13+
- Support for returning the backup with the requested changes in the MySQL Database service
14+
- Support for time zone in Cloud Autonomous VM (CAVM) clusters in the Database service
15+
- Support for configuration options in the Application Performance Monitoring service
16+
- Support for MySQL connections in the Database Tools service
17+
18+
### Breaking Changes
19+
- Support for retries by default on operations in the Database Tools service
20+
- Model `DatabaseToolsAllowedNetworkSources` removed in Database Tools service
21+
- Model `DatabaseToolsVirtualSource` removed in Database Tools service
22+
- Model `ServiceCapability` removed in Database Tools service
23+
624
## 2.30.0 - 2022-06-07
725
### Added
826
- Support for calling Oracle Cloud Infrastructure services in the eu-paris-1 region

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,5 @@ export import stackmonitoring = require("oci-stackmonitoring");
191191
export import servicemesh = require("oci-servicemesh");
192192
export import adm = require("oci-adm");
193193
export import licensemanager = require("oci-licensemanager");
194+
export import governancerulescontrolplane = require("oci-governancerulescontrolplane");
195+
export import onesubscription = require("oci-onesubscription");

lib/adm/package.json

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

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.30.0",
3+
"version": "2.31.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.30.0",
3+
"version": "2.31.0",
44
"description": "OCI NodeJS client for Ai Language Service",
55
"repository": {
66
"type": "git",

lib/aispeech/package.json

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

lib/aivision/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aivision",
3-
"version": "2.30.0",
3+
"version": "2.31.0",
44
"description": "OCI NodeJS client for Ai Vision 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.30.0",
3+
"version": "2.31.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.30.0",
3+
"version": "2.31.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.30.0",
3+
"version": "2.31.0",
44
"description": "OCI NodeJS client for API gateway service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)