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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 1.35.0 - 2021-03-30
7
+
### Added
8
+
- Support for the Vulnerability Scanning service
9
+
- Support for vSphere 7.0 in the VMware Solution service
10
+
- Support for forecasting in the Usage service
11
+
- Support for viewing, searching, and modifying parameters for on-premise Oracle databases in the Database Management service
12
+
- Support for listing tablespaces of managed databases in the Database Management service
13
+
- Support for cross-regional replication of keys in the Key Management service
14
+
- Support for highly-available database systems in the MySQL Database service
15
+
- Support for Oracle Enterprise Manager bridges, source auto-association, source event type mappings, and plugins to upload data in the Logging Analytics service
16
+
17
+
### Breaking Changes
18
+
- Renamed field `Succesful` to `Successful` from enum `Status` of request `ListLookupsRequest` in the Logging Analytics service
19
+
- Renamed field `ForcastType` to `ForecastType` from the model `Forecast` in the Usage service
Copyright (c) 2016, 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 or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardExpand all lines: bmc-analytics/src/main/java/com/oracle/bmc/analytics/requests/ChangeAnalyticsInstanceCompartmentRequest.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,13 @@
9
9
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ChangeAnalyticsInstanceCompartmentExample.java.html" target="_blank" rel="noopener noreferrer">here</a> to see how to use ChangeAnalyticsInstanceCompartmentRequest.
0 commit comments