You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
+
## 65.72.0 - 2024-08-20
8
+
### Added
9
+
- Support for Fleet Application Management service
10
+
- Support for creating maintenance runs using autonomous database software images in the Database service
11
+
- Support for Object Storage buckets, Oracle databases, Oracle databases on exascale Infrastructure, autonomous container databases, and autonomous container databases on Cloud at Customer in the Disaster Recovery service
12
+
- Support for multiple sharing modes in the OCI Cache service
13
+
- Support for extended data retention periods for instances in the Integration Cloud service
14
+
- Support for SQL watch and lifecycle management in the Database management service
15
+
- Support for identity domains and feature sets in the Analytics Cloud service
16
+
- Support for automatically extending the storage space for MySQL DB systems in pre-defined increments in the MySQL Database service
17
+
18
+
### Breaking Changes
19
+
- The property `DrPlanExecutionType` has been removed from the model `ListDrPlanExecutionsRequest` in the Disaster Recovery service
20
+
7
21
## 65.71.1 - 2024-08-13
8
22
### Added
9
23
- Support for calling Oracle Cloud Infrastructure services in the `me-abudhabi-4` region
// SetFeatureBundle Set the external service properties of an Analytics instance.
1132
+
//
1133
+
// # See also
1134
+
//
1135
+
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/analytics/SetFeatureBundle.go.html to see an example of how to use SetFeatureBundle API.
1136
+
// A default retry strategy applies to this operation SetFeatureBundle()
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the OCI Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
73
+
// System tags for this resource. These predefined keys are scoped to namespaces.
// Free-form tags for this resource. Each tag is a simple key-value pair with no
63
+
// predefined name, type, or namespace. For more information, see Resource Tags (https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the OCI Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
57
+
// OCID of the OCI Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
// Copyright (c) 2016, 2018, 2024, 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.
3
+
// Code generated. DO NOT EDIT.
4
+
5
+
// Analytics API
6
+
//
7
+
// Analytics API.
8
+
//
9
+
10
+
package analytics
11
+
12
+
import (
13
+
"strings"
14
+
)
15
+
16
+
// FeatureBundleEnum Enum with underlying type: string
17
+
typeFeatureBundleEnumstring
18
+
19
+
// Set of constants representing the allowable values for FeatureBundleEnum
0 commit comments