Skip to content

Commit c7ac2e5

Browse files
Releasing version 3.45.0
Releasing version 3.45.0
2 parents 0db0b94 + 33be1f0 commit c7ac2e5

File tree

20 files changed

+3396
-118
lines changed

20 files changed

+3396
-118
lines changed

CHANGELOG.rst

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,107 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
88

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+
9110
3.44.4 - 2024-07-23
10111
--------------------
11112
Added

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Jinja2==3.0.3
1414
jmespath==0.10.0
1515
ndg-httpsclient==0.4.2
1616
mock==2.0.0
17-
oci==2.129.4
17+
oci==2.130.0
1818
packaging==20.2
1919
pluggy==0.13.0
2020
py==1.11.0

0 commit comments

Comments
 (0)