Skip to content

Commit 0786310

Browse files
authored
Releasing version 1.6.3
Releasing version 1.6.3
2 parents 7501140 + 91b9e82 commit 0786310

File tree

328 files changed

+13305
-2183
lines changed

Some content is hidden

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

328 files changed

+13305
-2183
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ 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+
## 1.6.3 - 2020-11-03
7+
### Added
8+
- Support for calling Oracle Cloud Infrastructure services in the uk-cardiff-1 region
9+
- Support for the Organizations service
10+
- Support for the Optimizer service
11+
- Support for tenancy ID and name on responses in the Usage service
12+
- Support for object versioning in object lifecycle management in the Object Storage service
13+
- Support for specifying a syslog URL for applications in the Functions service
14+
- Support for creation of always-free NoSQL database tables in the NoSQL Database service
15+
616
## 1.6.2 - 2020-10-27
717
### Added
818
- Support for the Compute Instance Agent service

examples/javascript/database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const databaseClient = new database.DatabaseClient({ authenticationDetailsProvid
5959
databaseClient.regionId = region;
6060
// databaseClient._defaultHeaders = { "opc-host-serial": "FakeHostSerial" };
6161

62-
const databaseWaiter = databaseClient.createWaiters();
62+
const databaseWaiter = databaseClient.createWaiters(workRequestClient);
6363

6464
async function getAvailabilityDomain() {
6565
const request = {

examples/typescript/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const databaseClient = new database.DatabaseClient({ authenticationDetailsProvid
6262
databaseClient.regionId = region;
6363
// databaseClient._defaultHeaders = { "opc-host-serial": "FakeHostSerial" };
6464

65-
const databaseWaiter = databaseClient.createWaiters();
65+
const databaseWaiter = databaseClient.createWaiters(workRequestClient);
6666

6767
async function getAvailabilityDomain(): Promise<identity.models.AvailabilityDomain> {
6868
const request: identity.requests.ListAvailabilityDomainsRequest = {

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,5 @@ export import sch = require("oci-sch");
146146
export import cloudguard = require("oci-cloudguard");
147147
export import opsi = require("oci-opsi");
148148
export import computeinstanceagent = require("oci-computeinstanceagent");
149+
export import optimizer = require("oci-optimizer");
150+
export import tenantmanagercontrolplane = require("oci-tenantmanagercontrolplane");

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

lib/applicationmigration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-applicationmigration",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "OCI NodeJS client for Application Migration service",
55
"repository": {
66
"type": "git",

lib/audit/package.json

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

lib/autoscaling/package.json

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

0 commit comments

Comments
 (0)