Skip to content

Commit 62642ec

Browse files
authored
Releasing version 1.12.0
Releasing version 1.12.0
2 parents 31523c6 + 0a45bf2 commit 62642ec

File tree

195 files changed

+3891
-229
lines changed

Some content is hidden

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

195 files changed

+3891
-229
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ 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.12.0 - 2021-01-19
7+
### Added
8+
- Support for Logging Analytics as a target in the Service Connector Hub service
9+
- Support for lookups, agent collection warnings, task commands, and data archive/recall in the Logging Analytics service
10+
11+
### Fixed
12+
- Fixed a bug in the endpoint used for the Management Dashboard service
13+
14+
### Breaking Changes
15+
- Updated the property of `sortBy` type from `string` to `ListSourceMetaFunctionsRequest.SortBy` from the model of `ListSourceMetaFunctionsRequest` in the log analytics service.
16+
- Updated the property of `sortBy` type from `string` to `ListSourceLabelOperatorsRequest.SortBy`,` from the model of `ListSourceLabelOperatorsRequest` in the log analytics service.
17+
- Updated the property of `sortBy` type from `string` to `ListParserMetaPluginsRequest.SortBy`,` from the model of `ListParserMetaPluginsRequest` in the log analytics service.
18+
- Updated the property of `sortBy` type from `string` to `ListParserFunctionsRequest.SortBy`,` from the model of `ListParserFunctionsRequest` in the log analytics service.
19+
- Updated the property of `sortBy` type from `string` to `ListMetaSourceTypesRequest.SortBy`,` from the model of `ListMetaSourceTypesRequest` in the log analytics service.
20+
- Added mandatory field `kind` to the model `UpdateScheduleTaskDetails` in the log analytics service.
21+
622
## 1.11.0 - 2021-01-12
723
### Added
824
- Support for auto-scaling in the Big Data service

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

lib/budget/package.json

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

0 commit comments

Comments
 (0)