Skip to content

Commit 7004172

Browse files
author
Omkar Patil
authored
Releasing version 1.25.0
Releasing version 1.25.0
2 parents 4ebbfdf + 183bba7 commit 7004172

File tree

380 files changed

+28511
-746
lines changed

Some content is hidden

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

380 files changed

+28511
-746
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.25.0 - 2020-10-13
7+
### Added
8+
- Support for API definitions in the API Gateway service
9+
- Support for pattern-based logical entities, namespace-bound custom properties, and faceted search in the Data Catalog service
10+
- Support for autonomous Data Guard on autonomous infrastructure in the Database service
11+
- Support for creating a Data Guard association on an existing standby database home in the Database service
12+
- Support for upgrading cloud VM cluster grid infrastructure in the Database service
13+
14+
15+
### Breaking Changes
16+
- Attribute `isQuickStart` & method `isQuickStart(Boolean isQuickStart)` in models `CreateLogSavedSearchDetails`, `LogSavedSearchSummary`,`UpdateLogSavedSearchDetails` and `LogSavedSearch` is removed from the Logging Management service
17+
- Lifecycle State `DELETED` is removed from the Logging Management service
18+
619
## 1.24.0 - 2020-10-06
720
### Added
821
- Support for calling Oracle Cloud Infrastructure services in the me-dubai-1 region

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.24.0</version>
7+
<version>1.25.0</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.24.0</version>
45+
<version>1.25.0</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.24.0</version>
8+
<version>1.25.0</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.24.0</version>
39+
<version>1.25.0</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.24.0</version>
10+
<version>1.25.0</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.24.0</version>
64+
<version>1.25.0</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.24.0</version>
8+
<version>1.25.0</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.24.0</version>
7+
<version>1.25.0</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.24.0</version>
18+
<version>1.25.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-announcementsservice/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.24.0</version>
7+
<version>1.25.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-announcementsservice</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-common</artifactId>
20-
<version>1.24.0</version>
20+
<version>1.25.0</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

bmc-apigateway/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.24.0</version>
7+
<version>1.25.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-apigateway</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.24.0</version>
18+
<version>1.25.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-apigateway/src/main/java/com/oracle/bmc/apigateway/ApiGateway.java

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ public interface ApiGateway extends AutoCloseable {
4848
*/
4949
void setRegion(String regionId);
5050

51+
/**
52+
* Changes the API compartment.
53+
* @param request The request object containing the details to send
54+
* @return A response object containing details about the completed operation
55+
* @throws BmcException when an error occurs.
56+
*/
57+
ChangeApiCompartmentResponse changeApiCompartment(ChangeApiCompartmentRequest request);
58+
5159
/**
5260
* Changes the certificate compartment.
5361
* @param request The request object containing the details to send
@@ -57,6 +65,15 @@ public interface ApiGateway extends AutoCloseable {
5765
ChangeCertificateCompartmentResponse changeCertificateCompartment(
5866
ChangeCertificateCompartmentRequest request);
5967

68+
/**
69+
* Creates a new API.
70+
*
71+
* @param request The request object containing the details to send
72+
* @return A response object containing details about the completed operation
73+
* @throws BmcException when an error occurs.
74+
*/
75+
CreateApiResponse createApi(CreateApiRequest request);
76+
6077
/**
6178
* Creates a new Certificate.
6279
*
@@ -66,6 +83,14 @@ ChangeCertificateCompartmentResponse changeCertificateCompartment(
6683
*/
6784
CreateCertificateResponse createCertificate(CreateCertificateRequest request);
6885

86+
/**
87+
* Deletes the API with the given identifier.
88+
* @param request The request object containing the details to send
89+
* @return A response object containing details about the completed operation
90+
* @throws BmcException when an error occurs.
91+
*/
92+
DeleteApiResponse deleteApi(DeleteApiRequest request);
93+
6994
/**
7095
* Deletes the certificate with the given identifier.
7196
* @param request The request object containing the details to send
@@ -74,6 +99,39 @@ ChangeCertificateCompartmentResponse changeCertificateCompartment(
7499
*/
75100
DeleteCertificateResponse deleteCertificate(DeleteCertificateRequest request);
76101

102+
/**
103+
* Gets an API by identifier.
104+
* @param request The request object containing the details to send
105+
* @return A response object containing details about the completed operation
106+
* @throws BmcException when an error occurs.
107+
*/
108+
GetApiResponse getApi(GetApiRequest request);
109+
110+
/**
111+
* Get the raw API content.
112+
* @param request The request object containing the details to send
113+
* @return A response object containing details about the completed operation
114+
* @throws BmcException when an error occurs.
115+
*/
116+
GetApiContentResponse getApiContent(GetApiContentRequest request);
117+
118+
/**
119+
* Gets an API Deployment specification by identifier.
120+
* @param request The request object containing the details to send
121+
* @return A response object containing details about the completed operation
122+
* @throws BmcException when an error occurs.
123+
*/
124+
GetApiDeploymentSpecificationResponse getApiDeploymentSpecification(
125+
GetApiDeploymentSpecificationRequest request);
126+
127+
/**
128+
* Gets the API validation results.
129+
* @param request The request object containing the details to send
130+
* @return A response object containing details about the completed operation
131+
* @throws BmcException when an error occurs.
132+
*/
133+
GetApiValidationsResponse getApiValidations(GetApiValidationsRequest request);
134+
77135
/**
78136
* Gets a certificate by identifier.
79137
* @param request The request object containing the details to send
@@ -82,6 +140,15 @@ ChangeCertificateCompartmentResponse changeCertificateCompartment(
82140
*/
83141
GetCertificateResponse getCertificate(GetCertificateRequest request);
84142

143+
/**
144+
* Returns a list of APIs.
145+
*
146+
* @param request The request object containing the details to send
147+
* @return A response object containing details about the completed operation
148+
* @throws BmcException when an error occurs.
149+
*/
150+
ListApisResponse listApis(ListApisRequest request);
151+
85152
/**
86153
* Returns a list of certificates.
87154
*
@@ -91,6 +158,14 @@ ChangeCertificateCompartmentResponse changeCertificateCompartment(
91158
*/
92159
ListCertificatesResponse listCertificates(ListCertificatesRequest request);
93160

161+
/**
162+
* Updates the API with the given identifier.
163+
* @param request The request object containing the details to send
164+
* @return A response object containing details about the completed operation
165+
* @throws BmcException when an error occurs.
166+
*/
167+
UpdateApiResponse updateApi(UpdateApiRequest request);
168+
94169
/**
95170
* Updates a certificate with the given identifier
96171
* @param request The request object containing the details to send

0 commit comments

Comments
 (0)