Skip to content

Commit 4d6a1df

Browse files
Releasing version 2.23.0
Releasing version 2.23.0
2 parents c60de29 + 8be7bc7 commit 4d6a1df

File tree

392 files changed

+9712
-304
lines changed

Some content is hidden

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

392 files changed

+9712
-304
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ 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.23.0 - 2022-04-19
7+
### Added
8+
- Support for the Stack Monitoring service
9+
- Support for stack monitoring on external databases in the Database service
10+
- Support for upgrading VM database systems in place in the Database service
11+
- Support for viewing supported VMWare software versions when listing host shapes in the VMWare Solution service
12+
- Support for choosing compute shapes when creating SDDCs and ESXi hosts in the VMWare Solution service
13+
- Support for work requests on delete operations in the Vulnerability Scanning service
14+
- Support for additional scan metadata in reports, including CVE descriptions, in the Vulnerability Scanning service
15+
- Support for redemption codes in the Usage service
16+
17+
### Breaking Changes
18+
- Removed field `etag` from `ListRedeemableUsersResponse` model from Usage service
19+
620
## 2.22.0 - 2022-04-12
721
### Added
822
- Support for bringing your own IPv6 addresses in the Networking service

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,4 @@ export import aivision = require("oci-aivision");
187187
export import threatintelligence = require("oci-threatintelligence");
188188
export import aispeech = require("oci-aispeech");
189189
export import dataconnectivity = require("oci-dataconnectivity");
190+
export import stackmonitoring = require("oci-stackmonitoring");

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.22.0",
3+
"version": "2.23.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.22.0",
3+
"version": "2.23.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.22.0",
3+
"version": "2.23.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.22.0",
3+
"version": "2.23.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.22.0",
3+
"version": "2.23.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.22.0",
3+
"version": "2.23.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.22.0",
3+
"version": "2.23.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.22.0",
3+
"version": "2.23.0",
44
"description": "OCI NodeJS client for Apm Config Service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)