@@ -6,6 +6,107 @@ All notable changes to this project will be documented in this file.
6
6
7
7
The format is based on `Keep a Changelog <http://keepachangelog.com/ >`__.
8
8
9
+ 3.45.0 - 2024-07-30
10
+ --------------------
11
+ Added
12
+ ~~~~~
13
+ * Identity Domains Service
14
+
15
+ * Support for new commands
16
+
17
+ * ``oci identity-domains social-identity-provider create ``
18
+ * ``oci identity-domains social-identity-provider delete ``
19
+ * ``oci identity-domains social-identity-provider get ``
20
+ * ``oci identity-domains social-identity-provider patch ``
21
+ * ``oci identity-domains social-identity-provider put ``
22
+ * ``oci identity-domains social-identity-providers list ``
23
+ * ``oci identity-domains social-identity-providers search ``
24
+
25
+ * Stack Monitoring
26
+
27
+ * Support for baselineable metric for imported resources and metric extension
28
+
29
+ * ``oci stack-monitoring baselineable-metric update ``
30
+ * ``oci stack-monitoring baselineable-metric list ``
31
+ * ``oci stack-monitoring baselineable-metric create ``
32
+
33
+ * Database Migration
34
+
35
+ * Support GoldenGate Suspend Phase / Parameter File Update
36
+
37
+ * ``oci database-migration job create-parameter-file-version ``
38
+ * ``oci database-migration job delete-parameter-file-version ``
39
+ * ``oci database-migration job get-parameter-file-version ``
40
+ * ``oci database-migration job list-parameter-file-versions ``
41
+ * ``oci database-migration job make-current-parameter-file-version ``
42
+ * ``oci database-migration job suspend ``
43
+
44
+ * Exadata Fleet Update Service
45
+
46
+ * Support for Diagnostics collection preferences and VMCluster and CloudVMCluster custom GI images
47
+
48
+ * ``oci fleet-software-update fsu-cycle create --diagnostics-collection ``
49
+
50
+ * Speech Service
51
+
52
+ * Support for Realtime Speech in the Speech Service
53
+
54
+ * ``oci speech realtime-session-token create ``
55
+
56
+ * Support for Customization in the Speech Service
57
+
58
+ * ``oci speech customization ``
59
+
60
+ * Core Service
61
+
62
+ * Support for obtaining compute instance maintenance events in Core services
63
+
64
+ * ``oci compute instance-maintenance-event get ``
65
+ * ``oci compute instance-maintenance-event list ``
66
+ * ``oci compute instance-maintenance-event update ``
67
+
68
+ * Data Safe Service
69
+
70
+ * Support for creating custom alert policies
71
+
72
+ * ``oci data-safe alert-policy change-compartment ``
73
+ * ``oci data-safe alert-policy create ``
74
+ * ``oci data-safe alert-policy delete ``
75
+ * ``oci data-safe alert-policy update ``
76
+ * ``oci data-safe alert-policy-rule create ``
77
+ * ``oci data-safe alert-policy-rule delete ``
78
+ * ``oci data-safe alert-policy-rule get ``
79
+ * ``oci data-safe alert-policy-rule update ``
80
+
81
+ Changed
82
+ ~~~~~~~
83
+ * [BREAKING] Network Firewall Service
84
+
85
+ * The following commands from network-firewall service have been deprecated and unavailable to use
86
+
87
+ * ``oci network-firewall application create-application-create-icmp-application-details ``
88
+ * ``oci network-firewall application create-application-create-icmp6-application-details ``
89
+ * ``oci network-firewall application create-service-create-udp-service-details ``
90
+ * ``oci network-firewall application create-service-create-tcp-service-details ``
91
+ * ``oci network-firewall mapped-secret create-mapped-secret-create-vault-mapped-secret-details ``
92
+ * ``oci network-firewall decryption-profile create-decryption-profile-create-ssl-inbound-inspection-profile-details ``
93
+ * ``oci network-firewall decryption-profile create-decryption-profile-create-ssl-forward-proxy-profile-details ``
94
+ * ``oci network-firewall application update-application-update-icmp-application-details ``
95
+ * ``oci network-firewall application update-application-update-icmp6-application-details ``
96
+ * ``oci network-firewall application update-service-update-udp-service-details ``
97
+ * ``oci network-firewall application update-service-update-tcp-service-details ``
98
+ * ``oci network-firewall mapped-secret update-mapped-secret-update-vault-mapped-secret-details ``
99
+ * ``oci network-firewall decryption-profile update-decryption-profile-update-ssl-inbound-inspection-profile-details ``
100
+ * ``oci network-firewall decryption-profile update-decryption-profile-update-ssl-forward-proxy-profile-details ``
101
+
102
+ * Data Safe Service
103
+
104
+ * Added additional attributes for existing APIs
105
+
106
+ * ``oci data-safe masking-policy ``
107
+ * ``oci data-safe work-request list ``
108
+ * ``oci data-safe target-alert-policy-association-summary list-target-alert-policy-associations ``
109
+
9
110
3.44.4 - 2024-07-23
10
111
--------------------
11
112
Added
0 commit comments