Skip to content

Commit e0d06b0

Browse files
author
Omkar Patil
authored
Releasing version 1.35.1
Releasing version 1.35.1
2 parents b780f6e + 94fbfb8 commit e0d06b0

File tree

572 files changed

+14219
-501
lines changed

Some content is hidden

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

572 files changed

+14219
-501
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ 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.35.1 - 2021-04-06
7+
### Added
8+
- Support for scheduling the suspension and resumption of compute instance pools based on predefined schedules in the Autoscaling service
9+
- Support for database software images for Cloud@Customer in the Database service
10+
- Support for OCIC IDCS authorization details in the Application Migration service
11+
- Support for cross-region asynchronous volume replication in the Block Storage service
12+
- Support for SDK generation in the API Gateway service
13+
- Support for container image signing in the Registry service
14+
- Support for cluster features as a part of the Container Engine for Kubernetes service
15+
- Support for filtering dedicated virtual machine hosts by remaining memory and OCPUs in the Compute service
16+
- Support for read/write-any object from buckets using pre-authenticated requests in the Object Storage service
17+
- Support for restricting pre-authenticated requests by prefix in the Object Storage service
18+
- Support for route filtering on public virtual circuits in the Virtual Networking service
19+
620
## 1.35.0 - 2021-03-30
721
### Added
822
- Support for the Vulnerability Scanning 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.35.0</version>
7+
<version>1.35.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.35.0</version>
45+
<version>1.35.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.35.0</version>
8+
<version>1.35.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-common</artifactId>
47-
<version>1.35.0</version>
47+
<version>1.35.1</version>
4848
</dependency>
4949
</dependencies>
5050
</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.35.0</version>
10+
<version>1.35.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.oracle.oci.sdk</groupId>
6464
<artifactId>oci-java-sdk-common</artifactId>
65-
<version>1.35.0</version>
65+
<version>1.35.1</version>
6666
</dependency>
6767
</dependencies>
6868

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.35.0</version>
8+
<version>1.35.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.35.0</version>
7+
<version>1.35.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-analytics</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-common</artifactId>
20-
<version>1.35.0</version>
20+
<version>1.35.1</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

bmc-announcementsservice/pom.xml

Lines changed: 3 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.35.0</version>
7+
<version>1.35.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-announcementsservice</artifactId>
@@ -14,11 +14,12 @@
1414

1515

1616

17+
1718
<dependencies>
1819
<dependency>
1920
<groupId>com.oracle.oci.sdk</groupId>
2021
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>1.35.0</version>
22+
<version>1.35.1</version>
2223
</dependency>
2324
</dependencies>
2425
</project>

bmc-announcementsservice/src/main/java/com/oracle/bmc/announcementsservice/requests/CreateAnnouncementsPreferenceRequest.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/announcementsservice/CreateAnnouncementsPreferenceExample.java.html" target="_blank" rel="noopener noreferrer">here</a> to see how to use CreateAnnouncementsPreferenceRequest.
1010
*/
1111
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 0.0.1")
12-
@lombok.Builder(builderClassName = "Builder", buildMethodName = "buildWithoutInvocationCallback")
12+
@lombok.Builder(
13+
builderClassName = "Builder",
14+
buildMethodName = "buildWithoutInvocationCallback",
15+
toBuilder = true
16+
)
17+
@lombok.ToString(callSuper = true)
18+
@lombok.EqualsAndHashCode(callSuper = true)
1319
@lombok.Getter
1420
public class CreateAnnouncementsPreferenceRequest
1521
extends com.oracle.bmc.requests.BmcRequest<CreateAnnouncementsPreferencesDetails> {

bmc-announcementsservice/src/main/java/com/oracle/bmc/announcementsservice/requests/GetAnnouncementsPreferenceRequest.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/announcementsservice/GetAnnouncementsPreferenceExample.java.html" target="_blank" rel="noopener noreferrer">here</a> to see how to use GetAnnouncementsPreferenceRequest.
1010
*/
1111
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 0.0.1")
12-
@lombok.Builder(builderClassName = "Builder", buildMethodName = "buildWithoutInvocationCallback")
12+
@lombok.Builder(
13+
builderClassName = "Builder",
14+
buildMethodName = "buildWithoutInvocationCallback",
15+
toBuilder = true
16+
)
17+
@lombok.ToString(callSuper = true)
18+
@lombok.EqualsAndHashCode(callSuper = true)
1319
@lombok.Getter
1420
public class GetAnnouncementsPreferenceRequest
1521
extends com.oracle.bmc.requests.BmcRequest<java.lang.Void> {

bmc-announcementsservice/src/main/java/com/oracle/bmc/announcementsservice/requests/ListAnnouncementsPreferencesRequest.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/announcementsservice/ListAnnouncementsPreferencesExample.java.html" target="_blank" rel="noopener noreferrer">here</a> to see how to use ListAnnouncementsPreferencesRequest.
1010
*/
1111
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 0.0.1")
12-
@lombok.Builder(builderClassName = "Builder", buildMethodName = "buildWithoutInvocationCallback")
12+
@lombok.Builder(
13+
builderClassName = "Builder",
14+
buildMethodName = "buildWithoutInvocationCallback",
15+
toBuilder = true
16+
)
17+
@lombok.ToString(callSuper = true)
18+
@lombok.EqualsAndHashCode(callSuper = true)
1319
@lombok.Getter
1420
public class ListAnnouncementsPreferencesRequest
1521
extends com.oracle.bmc.requests.BmcRequest<java.lang.Void> {

0 commit comments

Comments
 (0)