Skip to content

Commit 857a541

Browse files
authored
Merge pull request #227 from oracle/release_2020-04-21
Releasing version 18.0.0
2 parents 17bf0dc + 0ce82a1 commit 857a541

File tree

3,194 files changed

+13687
-4140
lines changed

Some content is hidden

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

3,194 files changed

+13687
-4140
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66

7+
## 18.0.0 - 2020-04-21
8+
### Added
9+
- Support for the Data Safe service
10+
- Support for the Incident Management service
11+
- Support for showing which database versions support always-free in the Database service
12+
- Support in instance configurations for flex shapes, dedicated VM hosts, encryption in transit, and KMS keys in the Compute Autoscaling service
13+
- Support for server-side object encryption using a customer-provided encryption key in the Object Storage service
14+
- Support for specifying maintenance preferences while launching and updating Exadata Database systems in the Database service
15+
- Support for flexible-shaped VM instances in the Compute service
16+
- Support for scheduled cross-region backups in the Block Volume service
17+
- Support for object versioning in the Object Storage service
18+
19+
### Breaking changes
20+
- Removed the models of `Archiver`, `CreateArchiverDetails` and `UpdateArchiverDetails`, operations of `CreateArchiver`, `GetArchiver`, `StartArchiver`, `StopArchiver` and `UpdateArchiver` in the streaming service
21+
722
## 17.4.0 - 2020-04-14
823
### Added
924
- Support for access types on instances in the Content and Experience service

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Contributing to the Oracle Cloud Infrastructure Go SDK
22

3-
*Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.*
3+
*Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.*
4+
*This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
5+
or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.*
46

57
Pull requests can be made under
68
[The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html)

LICENSE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2-
3-
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
1+
Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
3+
or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
44
 ____________________________
55
The Universal Permissive License (UPL), Version 1.0
66
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOC_SERVER_URL=https:\/\/docs.cloud.oracle.com
22

3-
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway applicationmigration datacatalog dataflow datascience nosql secrets vault bds ##SPECNAME##
3+
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway applicationmigration datacatalog dataflow datascience nosql secrets vault bds cims datasafe ##SPECNAME##
44
NON_GEN_TARGETS = common common/auth objectstorage/transfer example
55
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ Oracle gratefully acknowledges the contributions to oci-go-sdk that have been ma
121121

122122

123123
## License
124-
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
125-
126-
This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License 2.0.
124+
Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
125+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
126+
or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
127127

128128
See [LICENSE](/LICENSE.txt) for more details.
129129

analytics/analytics_client.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2016, 2018, 2019, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
23
// Code generated. DO NOT EDIT.
34

45
// Analytics API

analytics/analytics_instance.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2016, 2018, 2019, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
23
// Code generated. DO NOT EDIT.
34

45
// Analytics API

analytics/analytics_instance_lifecycle_state.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2016, 2018, 2019, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
23
// Code generated. DO NOT EDIT.
34

45
// Analytics API

analytics/analytics_instance_summary.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2016, 2018, 2019, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
23
// Code generated. DO NOT EDIT.
34

45
// Analytics API

analytics/capacity.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2016, 2018, 2019, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
23
// Code generated. DO NOT EDIT.
34

45
// Analytics API

0 commit comments

Comments
 (0)