Skip to content

Commit 4f11536

Browse files
Releasing version 2.78.0
1 parent dce0ab9 commit 4f11536

File tree

511 files changed

+17533
-264
lines changed

Some content is hidden

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

511 files changed

+17533
-264
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.78.0 - 2024-01-30
7+
### Added
8+
- Support for OCI Control Center service
9+
- Support for giro value set for address rules in the Oracle Store Platform service
10+
- Support for giro in tax information for subscriptions in the Oracle Store Platform service
11+
- Support for REST connectivity with Oath2 in the Data Integration service
12+
- Support for resolver rules limit increase in the DNS service
13+
- Support for named credentials in the Database Management service
14+
15+
### Breaking Changes
16+
- Default retry disabled on the operations of the DNS service
17+
18+
619
## 2.77.1 - 2024-01-23
720
### Added
821
- Support for the Generative AI service

index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ export import announcementsservice = require("oci-announcementsservice");
2424
// API Gateway Service
2525
export import apigateway = require("oci-apigateway");
2626

27+
// Application Migration Service
28+
export import applicationmigration = require("oci-applicationmigration");
29+
2730
// Audit Service
2831
export import audit = require("oci-audit");
2932

@@ -217,3 +220,4 @@ export import jmsjavadownloads = require("oci-jmsjavadownloads");
217220
export import psql = require("oci-psql");
218221
export import generativeai = require("oci-generativeai");
219222
export import generativeaiinference = require("oci-generativeaiinference");
223+
export import capacitymanagement = require("oci-capacitymanagement");

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.77.1",
3+
"version": "2.78.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.77.1",
3+
"version": "2.78.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.77.1",
3+
"version": "2.78.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.77.1",
3+
"version": "2.78.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.77.1",
3+
"version": "2.78.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.77.1",
3+
"version": "2.78.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.77.1",
3+
"version": "2.78.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.77.1",
3+
"version": "2.78.0",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)