Skip to content

Commit 9789638

Browse files
Releasing version 2.85.0
1 parent 54958f3 commit 9789638

File tree

1,179 files changed

+26616
-3900
lines changed

Some content is hidden

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

1,179 files changed

+26616
-3900
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6+
## 2.85.0 - 2024-04-23
7+
### Added
8+
- Support for the Cluster Placement Groups service
9+
- Support for new optional parameter for managing approval template in the Managed Access service
10+
- Support for cluster placement groups in the Compute service
11+
- Support for replacing boot volume for virtual machines in the Compute service
12+
- Support for assigning a cluster placement group to boot and block volumes in the Block Storage service
13+
- Support for container workload integration in the Cloud Guard service
14+
- Support for instances in OCI and 3rd party clouds in the OS Management service
15+
16+
### Breaking Changes
17+
- Support for default retries on the operations of the Managed Access service
18+
- The property `instanceLocation` was removed from the models `SummarizeManagedInstanceAnalyticsRequest` and `GetManagedInstanceAnalyticContentRequest` in the OS Management service
19+
- The property `advisoryType` was removed from the models `ListManagedInstanceErrataRequest` and `GetManagedInstanceContentRequest` in the OS Management service
20+
- The type of property `architecture` was changed from `string` to `SoftwarePackageArchitecture` in the models `SoftwarePackage` and `SoftwarePackageSummary` in the OS Management service
21+
- The type of property `action` was changed from `InstanceActionRequest.Action` to `string` in the model `InstanceActionRequest` in the Compute service
22+
- The type of property `action` was changed from `DbNodeActionRequest.Action` to `string` in the model `DbNodeActionRequest` in the Database service
23+
- The type of property `protocol` was changed from `ListIdentityProvidersRequest.Protocol` to `string` in the model `ListIdentityProvidersRequest` in the Identity service
24+
- The type of property `fields` was changed from `ListObjectVersionsRequest.Fields` to `string` in the models `ListObjectVersionsRequest` and `ListObjectsRequest` in the Object Storage service
25+
26+
627
## 2.84.2 - 2024-04-16
728
### Added
829
- Support for calling Oracle Cloud Infrastructure services in the me-abudhabi-3 region

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,4 @@ export import capacitymanagement = require("oci-capacitymanagement");
221221
export import globallydistributeddatabase = require("oci-globallydistributeddatabase");
222222
export import desktops = require("oci-desktops");
223223
export import emaildataplane = require("oci-emaildataplane");
224+
export import clusterplacementgroups = require("oci-clusterplacementgroups");

lib/accessgovernancecp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-accessgovernancecp",
3-
"version": "2.84.2",
3+
"version": "2.85.0",
44
"description": "OCI NodeJS client for Access Governance Cp Service",
55
"repository": {
66
"type": "git",

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.84.2",
3+
"version": "2.85.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.84.2",
3+
"version": "2.85.0",
44
"description": "OCI NodeJS client for Ai Anomaly Detection Service",
55
"repository": {
66
"type": "git",

lib/aidocument/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aidocument",
3-
"version": "2.84.2",
3+
"version": "2.85.0",
44
"description": "OCI NodeJS client for Ai Document 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.84.2",
3+
"version": "2.85.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.84.2",
3+
"version": "2.85.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.84.2",
3+
"version": "2.85.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.84.2",
3+
"version": "2.85.0",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)