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.rst
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6
6
7
+
====================
8
+
2.180.0 - 2026-06-23
9
+
====================
10
+
11
+
Added
12
+
-----
13
+
* Support for static redirect paths in OAuth2 and OpenID Connect authentication policies in the API Gateway service
14
+
* Support for returning SDK resources and etags during SDK updates in the API Gateway service
15
+
* Support for virtual node pool cycling in the Kubernetes Engine service
16
+
* Support for access types on Autonomous AI Database Serverless instances in the Database service
17
+
* Support for external logical zones on Autonomous AI Database Serverless instances and local Autonomous Data Guard standby databases in the Database service
18
+
* Support for scheduled backups of Autonomous Database Dedicated resources in the Resource Scheduler service
19
+
* Support for action-type filtering of resource types in the Resource Scheduler service
20
+
* Support for Log Analytics log groups on Oracle Process Automation (OPA) instances attached to Integration instances in the Integration service
21
+
* Support for Zero Trust Packet Routing (ZPR) security attributes on DNS resolver endpoints in the DNS service
22
+
* Support for free-form and defined tags on DNS resolver endpoints in the DNS service
23
+
* Support for resolver, private endpoint, and VNIC identifiers in DNS resolver endpoint responses in the DNS service
24
+
* Support for the UPDATING lifecycle state on DNS steering policies in the DNS service
25
+
26
+
Breaking
27
+
--------
28
+
* Return type of method `update_sdk` changed from `None` to `oci.apigateway.models.Sdk` in the API Gateway service
An array of states to wait on. These should be valid values for :py:attr:`~oci.apigateway.models.Sdk.lifecycle_state`
695
+
696
+
:param dict operation_kwargs:
697
+
A dictionary of keyword arguments to pass to :py:func:`~oci.apigateway.ApiGatewayClient.update_sdk`
698
+
699
+
:param dict waiter_kwargs:
700
+
A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
701
+
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
e.args=e.args+ ('This composite operation is currently not supported in the SDK. Please use the operation from the service client and use waiters as an alternative. For more information on waiters, visit: "https://docs.oracle.com/en-us/iaas/tools/python/latest/api/waiters.html"', )
0 commit comments