Skip to content

Commit 627e96b

Browse files
committed
Releasing version 1.19.1
1 parent 6130f50 commit 627e96b

File tree

2,157 files changed

+24520
-478
lines changed

Some content is hidden

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

2,157 files changed

+24520
-478
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.19.1 - 2020-06-30
7+
### Added
8+
- Support for the Usage service
9+
- Support for the VMware Provisioning service
10+
- Support for applying one-off patches to databases in the Database service
11+
- Support for layer-2 virtualization features on vlans in the Networking service
12+
- Support for all AttachVolumeDetails and ParavirtualizedAttachVolumeDetails properties on instance configurations in the Compute Management service
13+
- Support for setting HTTP header size and allowing invalid characters in HTTP request headers in the Load Balancing service
14+
615
## 1.19.0 - 2020-06-23
716
### Added
817
- Support for the Data Integration service

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>1.19.0</version>
7+
<version>1.19.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.oracle.oci.sdk</groupId>
4444
<artifactId>oci-java-sdk-common</artifactId>
45-
<version>1.19.0</version>
45+
<version>1.19.1</version>
4646
</dependency>
4747

4848
<!-- Explicitly pull in this version of httpclient and its httpcore dependency to address:

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>1.19.0</version>
8+
<version>1.19.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.oracle.oci.sdk</groupId>
3838
<artifactId>oci-java-sdk-common</artifactId>
39-
<version>1.19.0</version>
39+
<version>1.19.1</version>
4040
</dependency>
4141
</dependencies>
4242
</project>

bmc-addons/bmc-sasl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>oci-java-sdk-addons</artifactId>
99
<groupId>com.oracle.oci.sdk</groupId>
10-
<version>1.19.0</version>
10+
<version>1.19.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.oracle.oci.sdk</groupId>
6363
<artifactId>oci-java-sdk-common</artifactId>
64-
<version>1.19.0</version>
64+
<version>1.19.1</version>
6565
</dependency>
6666
</dependencies>
6767

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>1.19.0</version>
8+
<version>1.19.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-analytics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.19.0</version>
7+
<version>1.19.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-analytics</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.19.0</version>
18+
<version>1.19.1</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-analytics/src/main/java/com/oracle/bmc/analytics/Analytics.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
import com.oracle.bmc.analytics.requests.*;
88
import com.oracle.bmc.analytics.responses.*;
99

10+
/**
11+
* Analytics API.
12+
*
13+
*/
1014
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190331")
1115
public interface Analytics extends AutoCloseable {
1216

bmc-analytics/src/main/java/com/oracle/bmc/analytics/AnalyticsAsync.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
import com.oracle.bmc.analytics.requests.*;
88
import com.oracle.bmc.analytics.responses.*;
99

10+
/**
11+
* Analytics API.
12+
*
13+
*/
1014
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190331")
1115
public interface AnalyticsAsync extends AutoCloseable {
1216

bmc-analytics/src/main/java/com/oracle/bmc/analytics/model/AnalyticsInstance.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
builder = AnalyticsInstance.Builder.class
2323
)
2424
@com.fasterxml.jackson.annotation.JsonFilter(com.oracle.bmc.http.internal.ExplicitlySetFilter.NAME)
25+
@lombok.Builder(builderClassName = "Builder", toBuilder = true)
2526
public class AnalyticsInstance {
2627
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
2728
@lombok.experimental.Accessors(fluent = true)

bmc-analytics/src/main/java/com/oracle/bmc/analytics/model/AnalyticsInstanceSummary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
builder = AnalyticsInstanceSummary.Builder.class
2323
)
2424
@com.fasterxml.jackson.annotation.JsonFilter(com.oracle.bmc.http.internal.ExplicitlySetFilter.NAME)
25+
@lombok.Builder(builderClassName = "Builder", toBuilder = true)
2526
public class AnalyticsInstanceSummary {
2627
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
2728
@lombok.experimental.Accessors(fluent = true)

0 commit comments

Comments
 (0)