Skip to content

Commit 092b81c

Browse files
Releasing version 3.71.0
Releasing version 3.71.0
2 parents 848f696 + b0ce488 commit 092b81c

File tree

57 files changed

+3001
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3001
-182
lines changed

CHANGELOG.rst

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,137 @@ 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.71.0 - 2025-11-18
10+
--------------------
11+
Added
12+
~~~~~
13+
* Api-Gateway Service
14+
15+
* Support for IPv6 and Reserved IPs for API Gateway service
16+
17+
* ``oci api-gateway gateway create --ip-mode``
18+
* ``oci api-gateway gateway create --ipv4-address-configuration``
19+
* ``oci api-gateway gateway create --ipv6-address-configuration``
20+
21+
* Core Service
22+
23+
* Support for Firmware Pinning in the Compute GPU Memory Fabric service
24+
25+
* ``oci compute compute-gpu-memory-fabric update --memory-fabric-preferences``
26+
* ``oci compute compute-gpu-memory-fabric get``
27+
* ``oci compute compute-gpu-memory-fabric list``
28+
29+
* Bastion Service
30+
31+
* Support for security attribute in bastion service
32+
33+
* ``oci bastion``
34+
35+
* Database Service
36+
37+
* Add new command to check DG Health Status in the Database service
38+
39+
* ``oci db database refresh-dataguard-health --database-id, -? | -h | --help``
40+
41+
* DG creation with AWS, changing encryption key location to AWS, and two new apis to register/unregister pkcs
42+
43+
* ``oci db data-guard-association create-data-guard-association-aws-encryption-key-details``
44+
* ``oci db database change-encryption-key-location-aws-encryption-key-details``
45+
* ``oci db cloud-vm-cluster register-cloud-vm-cluster-pkcs``
46+
* ``oci db cloud-vm-cluster unregister-cloud-vm-cluster-pkcs``
47+
48+
* DbMulticloud service
49+
50+
* Support for the AWS dbmulticloud service (``oci dbmulticloud``)
51+
52+
* ``oci dbmulticloud oracle-db-aws-identity-connector``
53+
* ``oci dbmulticloud oracle-db-aws-key``
54+
55+
* MultiCloud Service
56+
57+
* Added multicloudsubscriptions and omHub/multicloudResources APIs.
58+
59+
* ``oci multicloud multicloud-resources multicloud-resource-collection list-multicloud-resources``
60+
* ``oci multicloud multicloudsubscriptions multicloud-subscription-collection list-multicloud-subscriptions``
61+
62+
* Generative AI Inference Service
63+
64+
* Support for new GenericChatRequest parameters in Generative AI inference service
65+
66+
* ``oci generative-ai-inference chat-result chat-generic-chat-request --chat-request-service-tier``
67+
68+
* Email Service
69+
70+
* Support for Self Serve IP Pool API in Email Delivery service
71+
72+
* ``oci email email-ip-pool remove``
73+
* ``oci email email-ip-pool get``
74+
* ``oci email email-ip-pool delete``
75+
* ``oci email email-ip-pool-collection list-email-ip-pools``
76+
* ``oci email email-ip-pool change-compartment``
77+
* ``oci email email-outbound-ip-collection list-email-outbound-ips``
78+
79+
* Iot Service
80+
81+
* Added optional parameters in digital twin instance command
82+
83+
* ``oci iot digital-twin-instance update --digital-twin-model-spec-uri --digital-twin-model-id``
84+
85+
* Object Storage Service
86+
87+
* Support for Object Batch Delete in Object Storage
88+
89+
* ``oci os object batch-delete --bucket-name, --objects --is-skip-deleted-result --namespace-name``
90+
91+
* Golden Gate Service
92+
93+
* Support for enabling pause operation for ZeroETL pipelines in the GoldenGate service.
94+
95+
* ``oci goldengate pipeline pause --pipeline-id``
96+
97+
* Support for shared connections for ZeroETL pipelines in the GoldenGate service
98+
99+
* ``oci goldengate pipeline create-zero-etl-pipeline --subnet-id``
100+
* ``oci goldengate pipeline update-zero-etl-pipeline --subnet-id``
101+
102+
* Service Catalog Service
103+
104+
* Support for new service catalog access control on marketplace in ServiceCatalog service
105+
106+
* ``oci service-catalog application-summary list-all-applications``
107+
* ``oci service-catalog configuration get``
108+
109+
* Added optional parameter for these commands
110+
111+
* ``oci service-catalog service-catalog create --status``
112+
* ``oci service-catalog service-catalog list --status``
113+
114+
* [BREAKING] Added new required parameter for mentioned command
115+
116+
* ``oci service-catalog service-catalog update --status``
117+
118+
* Data Catalog Service
119+
120+
* Support for ZPR in DCAT Service
121+
122+
* ``oci data-catalog catalog-private-endpoint update --security-attributes``
123+
* ``oci data-catalog catalog-private-endpoint create --security-attributes``
124+
125+
* Opensearch Service
126+
127+
* Support for bring your own certificate in OCI Search Service with OpenSearch service
128+
129+
* ``oci opensearch cluster create --certificate-config``
130+
* ``oci opensearch cluster update --certificate-config``
131+
132+
Changed
133+
~~~~~~~
134+
* Service Catalog Service
135+
136+
* [BREAKING] Moved optional parameter to required parameter for this command
137+
138+
* ``oci service-catalog private-application create-with-stack-package --package-details-zip-file-base64-encoded``
139+
9140
3.70.1 - 2025-11-11
10141
--------------------
11142
Fixed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Jinja2>=3.1.5; python_version >= '3.7'
1515
jmespath==0.10.0
1616
ndg-httpsclient==0.4.2
1717
mock==2.0.0
18-
oci==2.163.1
18+
oci==2.164.0
1919
packaging>=22.0; python_version > '3.8'
2020
packaging==20.2; python_version <= '3.8'
2121
pluggy==0.13.0

0 commit comments

Comments
 (0)