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

+10
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

+1-1
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

+1-1
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

+2
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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",

lib/bds/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-bds",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "OCI NodeJS client for BDS Service",
55
"repository": {
66
"type": "git",

lib/blockchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-blockchain",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "OCI NodeJS client for Blockchain Service",
55
"repository": {
66
"type": "git",

lib/budget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-budget",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "OCI NodeJS client for Budget Service",
55
"repository": {
66
"type": "git",

lib/cims/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cims",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "OCI NodeJS client for Cims ",
55
"repository": {
66
"type": "git",

lib/cloudguard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cloudguard",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "OCI NodeJS client for Cloud Guard Service",
55
"repository": {
66
"type": "git",

lib/common/lib/region.ts

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export class Region {
3737
"ams": "eu-amsterdam-1",
3838
"jed": "me-jeddah-1",
3939
"kix": "ap-osaka-1",
40+
"cwl": "uk-cardiff-1",
4041
"ltn": "uk-gov-london-1",
4142
"nrt": "ap-tokyo-1",
4243
"icn": "ap-seoul-1",
@@ -94,6 +95,7 @@ export class Region {
9495
public static EU_FRANKFURT_1: Region = Region.register("eu-frankfurt-1", Realm.OC1);
9596
public static EU_ZURICH_1: Region = Region.register("eu-zurich-1", Realm.OC1);
9697
public static SA_SAOPAULO_1: Region = Region.register("sa-saopaulo-1", Realm.OC1);
98+
public static UK_CARDIFF_1: Region = Region.register("uk-cardiff-1", Realm.OC1);
9799
public static UK_LONDON_1: Region = Region.register("uk-london-1", Realm.OC1);
98100
public static US_ASHBURN_1: Region = Region.register("us-ashburn-1", Realm.OC1);
99101
public static US_PHOENIX_1: Region = Region.register("us-phoenix-1", Realm.OC1);

lib/common/lib/signer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class DefaultRequestSigner implements RequestSigner {
137137
const bodyStringContent: string = await getStringFromRequestBody(request.body);
138138
shaObj.update(bodyStringContent);
139139
request.headers.set(HEADER_CONTENT_SHA, shaObj.getHash("B64"));
140-
contentLen = bodyStringContent.length;
140+
contentLen = Buffer.byteLength(bodyStringContent, "utf8");
141141
}
142142

143143
if (contentLen == 0) {

lib/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-common",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "OCI Common module for NodeJS",
55
"repository": {
66
"type": "git",

lib/common/tests/region.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ describe("Test Region", () => {
2525
Region.EU_FRANKFURT_1,
2626
Region.EU_ZURICH_1,
2727
Region.SA_SAOPAULO_1,
28+
Region.UK_CARDIFF_1,
2829
Region.UK_LONDON_1,
2930
Region.US_ASHBURN_1,
3031
Region.US_PHOENIX_1,

lib/computeinstanceagent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-computeinstanceagent",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "OCI NodeJS client for Compute Instance Agent Service",
55
"repository": {
66
"type": "git",

lib/containerengine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-containerengine",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "OCI NodeJS client for Container Engine",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)