Skip to content

Commit 9dc3a43

Browse files
Releasing version 2.43.0
Releasing version 2.43.0
2 parents ca7e1e7 + 429768b commit 9dc3a43

File tree

887 files changed

+44908
-618
lines changed

Some content is hidden

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

887 files changed

+44908
-618
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ 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.43.0 - 2022-09-20
7+
### Added
8+
- Support for the Cloud Bridge service
9+
- Support for the Cloud Migrations service
10+
- Support for display banners, trails, and sizes in the GoldenGate service
11+
- Support for generic REST data assets, flattening of data in Data Flow, and runtime information on pipelines in the Data Integration service
12+
- Support for expanded search functionality in the Threat Intelligence service
13+
- Support for ingest-time rules and specifying logsets and query strings during recalls in the Logging Analytics service
14+
- Support for repository mirroring from Visual Builder Studio in the DevOps service
15+
- Support for running a managed build stage with the source code hosted in a Visual Builder Studio repository in the DevOps service
16+
- Support for triggering a build run based on an event in a Visual Builder Studio repository in the DevOps service
17+
- Support for additional parameters during cost management scheduling in the Usage service
18+
19+
### Breaking Changes
20+
- Support for retries by default on operations of the GoldenGate service
21+
- Support for retries by default on operations of the Threat Intelligence service
22+
- The properties `FlattenProjectionPreferences`, `FlattenAttributeRoot`, `FlattenAttributePath`, `FlattenColumns` were made optional in `FlattenDetails` model in the Data Integration service
23+
- The property `threatTypes` is change from an Array of `model.ThreatType` to an Array of `string` in the IndicatorSummary model in the Threat Intelligence service
24+
- The property `PreviousDeploymentId` was made a required parameter in the `CreateDeployPipelineRedeploymentDetails` model in the DevOps service
25+
- The property `DeployStageId` was made a required parameter in `CreateSingleDeployStageDeploymentDetails` and `CreateSingleDeployStageRedeploymentDetails` model in the DevOps service
26+
27+
628
## 2.42.0 - 2022-09-13
729
### Added
830
- Support for calling Oracle Cloud Infrastructure services in the eu-madrid-1 region

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,5 @@ export import lockbox = require("oci-lockbox");
201201
export import mediaservices = require("oci-mediaservices");
202202
export import opa = require("oci-opa");
203203
export import opensearch = require("oci-opensearch");
204+
export import cloudbridge = require("oci-cloudbridge");
205+
export import cloudmigrations = require("oci-cloudmigrations");

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

0 commit comments

Comments
 (0)