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
* Releasing version 1.36.0
* Removing lombok.verbose=true, travis-ci job was logging too much.
* Waiting up to 30 minutes without output. Unfortunately, we have no tests after the Download Manager at this time.
Co-authored-by: Mathias Ricken <mathias.ricken@oracle.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,40 @@ 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.36.0 - 2021-04-13
7
+
### Added
8
+
- Support for the Database Migration service
9
+
- Support for the Networking Topology service
10
+
- Support for getting the id of peered VCNs on local peering gateways in the Networking service
11
+
- Support for burstable instances in the Compute service
12
+
- Support for preemptible instances in the Compute service
13
+
- Support for fractional resource usage and availability in the Limits service
14
+
- Support for streaming analytics in the Service Connector Hub service
15
+
- Support for flexible routing inside DRGs to enable packet flow between any two attachments in the Networking service
16
+
- Support for routing policy to customize dynamic import/export of routes in the Networking service
17
+
- Support for IPv6, including on FastConnect and IPsec resources, in the Networking service
18
+
- Support for request validation policies in the API Gateway service
19
+
- Support for RESP-compliant (e.g. REDIS) response caches, and for configuring response caching per-route in the API Gateway service
20
+
- Support for flexible billing in the VMWare Solution service
21
+
- Support for new DNS format for the Web Application Acceleration and Security service
22
+
- Support for configuring APM tracing on applications and functions in the Functions service
23
+
- Support for Enterprise Manager external databases and Management Agent Service managed external databases and hosts in the Operations Insights service
24
+
- Support for getting cluster cache metrics for RAC CDB managed databases in the Database Management service
25
+
26
+
### Breaking Changes
27
+
- Method `public java.lang.Boolean getIsInternetAccessAllowed()` has been removed from the model `CreateIpv6Details` in the Core service
28
+
- Method `public java.lang.String getIpv6CidrBlock()` has been removed from the model `CreateVcnDetails` in the Core service
29
+
- Method `public java.lang.Boolean getIsInternetAccessAllowed()` has been removed from the model `Ipv6` in the Core service
30
+
- Method `public java.lang.String getPublicIpAddress()` has been removed from the model `Ipv6` in the Core service
31
+
- Method `public java.lang.String getIpv6PublicCidrBlock()` has been removed from the model `Subnet` in the Core service
32
+
- Method `public java.lang.Boolean getIsInternetAccessAllowed()` has been removed from the model `UpdateIpv6Details` in the Core service
33
+
- Method `public java.lang.String getIpv6CidrBlock()` has been removed from the model `Vcn` in the Core service
34
+
- Method `public java.lang.String getIpv6PublicCidrBlock()` has been removed from the model `Vcn` in the Core service
35
+
- Method `public com.oracle.bmc.opsi.model.DatabaseInsightSummary$Builder builder()` has been removed from the model `DatabaseInsightSummary` in the Opsi service
36
+
- Method `public java.util.Set get__explicitlySet__()` has been removed from the model `DatabaseInsightSummary` in the Opsi service
37
+
- Method `public com.oracle.bmc.opsi.model.DatabaseInsightSummary$Builder toBuilder()` has been removed from the model `DatabaseInsightSummary` in the Opsi service
38
+
- Accessibility of method `public DatabaseInsightSummary(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.List, java.util.Map, java.util.Map, java.util.Map)` from the model `DatabaseInsightSummary` in Opsi service has been decreased from public to protected
39
+
6
40
## 1.35.1 - 2021-04-06
7
41
### Added
8
42
- Support for scheduling the suspension and resumption of compute instance pools based on predefined schedules in the Autoscaling service
0 commit comments