Skip to content

Commit 9e8e817

Browse files
authored
Merge pull request #9 from oracle/release_2020-06-30
Releasing version 1.2.1
2 parents d6004e2 + 09f7cb2 commit 9e8e817

File tree

260 files changed

+7494
-331
lines changed

Some content is hidden

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

260 files changed

+7494
-331
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.2.1 - 2020-06-30
7+
### Added
8+
- Support for the Usage service
9+
- Support for the VMware Provisioning service
10+
- Support for applying one-off patches to databases in the Database service
11+
- Support for layer-2 virtualization features on vlans in the Networking service
12+
- Support for all AttachVolumeDetails and ParavirtualizedAttachVolumeDetails properties on instance configurations in the Compute Management service
13+
- Support for setting HTTP header size and allowing invalid characters in HTTP request headers in the Load Balancing service
14+
615
## 1.2.0 - 2020-06-23
716
### Added
817
- Support for the Data Integration service

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![wercker status](https://app.wercker.com/status/09bc4818e7b1d70b04285331a9bdbc41/s/master "wercker status")](https://app.wercker.com/project/byKey/09bc4818e7b1d70b04285331a9bdbc41)
44

5-
This is Oracle Cloud Infrastructure SDK for TypeScript and JavaScript. (Note that the SDK works with both JavaScript and TypeScript projects.) This project is open source and maintained by Oracle Corp.
5+
This is Oracle Cloud Infrastructure SDK for TypeScript and JavaScript. This project is open source and maintained by Oracle Corp.
66
The home page for the project is [Oracle Cloud Infrastructure SDK for TypeScript and JavaScript](https://github.com/oracle/oci-typescript-sdk/).
77

88
## Installing

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,5 @@ export import nosql = require("oci-nosql");
133133
export import vault = require("oci-vault");
134134
export import secrets = require("oci-secrets");
135135
export import dataintegration = require("oci-dataintegration");
136+
export import ocvp = require("oci-ocvp");
137+
export import usageapi = require("oci-usageapi");

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

0 commit comments

Comments
 (0)