@@ -6,6 +6,98 @@ All notable changes to this project will be documented in this file.
66
77The format is based on `Keep a Changelog <http://keepachangelog.com/ >`__.
88
9+ 3.35.0 - 2023-10-24
10+ --------------------
11+ Added
12+ ~~~~~
13+ * Support for new optional parameters in the list alarms status in the OCI Monitoring Service
14+
15+ * ``oci monitoring alarm-status list-alarms-status --entity-id, --resource-id, --service-name, --status ``
16+
17+ * Add support for creating/updating new connection types in the Goldengate service
18+
19+ * ``oci goldengate connection create-amazon-kinesis-connection ``
20+ * ``oci goldengate connection update-amazon-kinesis-connection ``
21+ * ``oci goldengate connection create-amazon-redshift-connection ``
22+ * ``oci goldengate connection update-amazon-redshift-connection ``
23+ * ``oci goldengate connection create-elasticsearch-connection ``
24+ * ``oci goldengate connection update-elasticsearch-connection ``
25+ * ``oci goldengate connection create-generic-connection ``
26+ * ``oci goldengate connection update-generic-connection ``
27+ * ``oci goldengate connection create-google-big-query-connection ``
28+ * ``oci goldengate connection update-google-big-query-connection ``
29+ * ``oci goldengate connection create-google-cloud-storage-connection ``
30+ * ``oci goldengate connection update-google-cloud-storage-connection ``
31+ * ``oci goldengate connection create-redis-connection ``
32+ * ``oci goldengate connection update-redis-connection ``
33+
34+ * Support for managing replicas in the NoSQL service
35+
36+ * ``oci nosql table create-replica ``
37+ * ``oci nosql table update-replica ``
38+
39+ * Application Dependency Management
40+
41+ * Adds new commands for managing ADM Remediation resources
42+
43+ * ``oci adm remediation-recipe ``
44+ * ``oci adm remediation-run ``
45+ * ``oci adm remediation-run-collection list-remediation-runs ``
46+ * ``oci adm remediation-run-stage get-stage ``
47+ * ``oci adm remediation-run-stage-collection list-stages ``
48+ * ``oci adm application-dependency-recommendation-collection list-application-dependency-recommendations ``
49+
50+ * Fix bug where when creating a Vulnerability Audit, we now wait for the lifecycle state of the audit instead of its Work Request.
51+
52+ * Database Service
53+
54+ * Support for new optional parameter in autonomous container database
55+
56+ * ``oci db autonomous-container-database create --is-dst-file-update-enabled ``
57+ * ``oci db autonomous-container-database update --is-dst-file-update-enabled ``
58+
59+ * Newly added api for creating maintenance run for ACD resources
60+
61+ * ``oci db maintenance-run create ``
62+
63+ * Database Tools
64+
65+ * Support for the new Generic JDBC connection type
66+
67+ * ``oci dbtools connection create-generic-jdbc ``
68+ * ``oci dbtools connection update-generic-jdbc ``
69+
70+ * Support for the new Postgresql connection type
71+
72+ * ``oci dbtools connection create-postgresql ``
73+ * ``oci dbtools connection update-postgresql ``
74+
75+ * Support for connections without runtime support on existing connection types
76+
77+ * ``oci dbtools connection create-oracle-database --runtime-support unsupported ``
78+ * ``oci dbtools connection create-mysql-database --runtime-support unsupported ``
79+
80+ * Support for connection list filtering using the runtime-support property
81+
82+ * ``oci dbtools connection list --runtime-support ``
83+
84+ * Support for proxy authentication on Oracle connections
85+
86+ * ``oci dbtools connection create-oracle-database --proxy-client ``
87+ * ``oci dbtools connection update-oracle-database --proxy-client ``
88+
89+ * Support for resource locking
90+
91+ * ``oci dbtools private-endpoint add-lock ``
92+ * ``oci dbtools private-endpoint remove-lock ``
93+
94+ Changed
95+ ~~~~~~~
96+ * [BREAKING] New required parameters in the Database Tools Service
97+
98+ * ``oci dbtools connection create-mysql-database --connection-string --user-name ``
99+ * ``oci dbtools connection create-oracle-database --connection-string --user-name ``
100+
91013.34.0 - 2023-10-17
10102--------------------
11103Added
0 commit comments