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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,27 @@ Change Log
3
3
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
+
====================
7
+
2.119.0 - 2024-01-16
8
+
====================
9
+
10
+
Added
11
+
-----
12
+
* Support for resource id filter on the service work requests in the Container Instances service
13
+
* Support for polyglot vulnerability audit in the Application Dependency Management service
14
+
* Support for create, read, and update operations on peer databases in the Data Safe service
15
+
* Support for dimension specific alarm suppressions in the Monitoring service
16
+
* Support for calculating audit volume in the Data Safe service
17
+
* Support for viewing schema accesses in data safe user assessments in the Data Safe service
18
+
* Support for security feature usage in the Data Safe service
19
+
* Support for viewing the top security findings in data safe security assessments in the Data Safe service
20
+
* Support for additional filters in list findings operation in the Data Safe service
21
+
* Support for updating risk level of the specified finding in the Data Safe service
22
+
23
+
Breaking
24
+
--------
25
+
* Method `create_vulnerability_audit_and_wait_for_state` now waits on `oci.adm.models.VulnerabilityAudit` instead of `oci.adm.models.WorkRequest` in the Application Dependency Management service
0 commit comments