Skip to content

Commit b6f5d71

Browse files
authored
Merge pull request #22 from oracle/release_2020-09-15
Releasing version 1.5.4
2 parents 30f8a8c + 78ebd23 commit b6f5d71

File tree

408 files changed

+22248
-67
lines changed

Some content is hidden

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

408 files changed

+22248
-67
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.5.4 - 2020-09-15
7+
### Added
8+
- Support for the Cloud Guard service
9+
- Support for specifying desired consumption models when creating instances in the Integration service
10+
- Support for dynamic shapes in the Load Balancing service
11+
- Support for existing code / samples which call the SDK to work in Cloud Shell without changes
12+
613
## 1.5.3 - 2020-09-08
714
### Added
815
- Support for Logging Service

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,4 @@ export import loggingsearch = require("oci-loggingsearch");
143143
export import managementagent = require("oci-managementagent");
144144
export import managementdashboard = require("oci-managementdashboard");
145145
export import sch = require("oci-sch");
146+
export import cloudguard = require("oci-cloudguard");

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

lib/bds/package.json

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

lib/blockchain/package.json

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

0 commit comments

Comments
 (0)