Skip to content

Commit feb7f39

Browse files
Releasing version 3.56.1
Releasing version 3.56.1
2 parents 22188f7 + 3a6d63f commit feb7f39

File tree

34 files changed

+3524
-73
lines changed

34 files changed

+3524
-73
lines changed

CHANGELOG.rst

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,69 @@ 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.56.1 - 2025-05-20
10+
--------------------
11+
Added
12+
~~~~~
13+
14+
* Support for the Globally Distributed Database service
15+
16+
* ``oci distributed-database``
17+
18+
* Support for Network Security Groups in MySQL HeatWave service
19+
20+
* ``oci mysql db-system clone --nsg-ids``
21+
* ``oci mysql db-system create --nsg-ids``
22+
* ``oci mysql db-system import --nsg-ids``
23+
* ``oci mysql db-system update --nsg-ids``
24+
25+
* Database Service
26+
27+
* Support for listing the available upgrades (OS & GI) for VM DB systems
28+
29+
* ``oci db db-system-upgrade-summary list-db-system-upgrades``
30+
31+
* Support for running dry-run operations
32+
33+
* ``oci db autonomous-database change-autonomous-database-subscription --opc-dry-run``
34+
* ``oci db autonomous-database change-compartment --opc-dry-run``
35+
* ``oci db autonomous-database change-disaster-recovery-configuration --opc-dry-run``
36+
* ``oci db autonomous-database configure-key --opc-dry-run``
37+
* ``oci db autonomous-database configure-saas-admin-user --opc-dry-run``
38+
* ``oci db autonomous-database create --opc-dry-run``
39+
* ``oci db autonomous-database create-adb-cross-region-data-guard-details --opc-dry-run``
40+
* ``oci db autonomous-database create-autonomous-database-create-cross-region-disaster-recovery-details --opc-dry-run``
41+
* ``oci db autonomous-database create-autonomous-database-register-as-customer-owned-container-details --opc-dry-run``
42+
* ``oci db autonomous-database create-autonomous-database-undelete-autonomous-database-details --opc-dry-run``
43+
* ``oci db autonomous-database create-cross-tenancy-disaster-recovery-details --opc-dry-run``
44+
* ``oci db autonomous-database create-from-backup-id --opc-dry-run``
45+
* ``oci db autonomous-database create-from-backup-timestamp --opc-dry-run``
46+
* ``oci db autonomous-database create-from-clone --opc-dry-run``
47+
* ``oci db autonomous-database create-refreshable-clone --opc-dry-run``
48+
* ``oci db autonomous-database create-virtual-clone --opc-dry-run``
49+
* ``oci db autonomous-database data-safe deregister --opc-dry-run``
50+
* ``oci db autonomous-database data-safe register --opc-dry-run``
51+
* ``oci db autonomous-database delete --opc-dry-run``
52+
* ``oci db autonomous-database disable-autonomous-database-management --opc-dry-run``
53+
* ``oci db autonomous-database disable-operations-insights --opc-dry-run``
54+
* ``oci db autonomous-database enable-autonomous-database-management --opc-dry-run``
55+
* ``oci db autonomous-database enable-operations-insights --opc-dry-run``
56+
* ``oci db autonomous-database fail-over --opc-dry-run``
57+
* ``oci db autonomous-database generate-wallet --opc-dry-run``
58+
* ``oci db autonomous-database manual-refresh --opc-dry-run``
59+
* ``oci db autonomous-database restart --opc-dry-run``
60+
* ``oci db autonomous-database restore --opc-dry-run``
61+
* ``oci db autonomous-database shrink --opc-dry-run``
62+
* ``oci db autonomous-database start --opc-dry-run``
63+
* ``oci db autonomous-database stop --opc-dry-run``
64+
* ``oci db autonomous-database switchover --opc-dry-run``
65+
* ``oci db autonomous-database update --opc-dry-run``
66+
* ``oci db autonomous-database-backup create --opc-dry-run``
67+
* ``oci db autonomous-database-backup delete --opc-dry-run``
68+
* ``oci db autonomous-database-backup update --opc-dry-run``
69+
* ``oci db autonomous-database-wallet rotate --opc-dry-run``
70+
* ``oci db autonomous-database-wallet rotate-regional-wallet --opc-dry-run``
71+
972
3.56.0 - 2025-05-13
1073
--------------------
1174
Added

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.152.0
18+
oci==2.152.1
1919
packaging==20.2
2020
pluggy==0.13.0
2121
py==1.11.0

services/database/src/oci_cli_database/generated/database_cli.py

Lines changed: 246 additions & 48 deletions
Large diffs are not rendered by default.

services/database/tests/util/generated/command_to_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
"db.list_db_system_shapes": "oci.database.DatabaseClient.list_db_system_shapes",
283283
"db.list_db_system_storage_performances": "oci.database.DatabaseClient.list_db_system_storage_performances",
284284
"db.list_db_system_upgrade_history_entries": "oci.database.DatabaseClient.list_db_system_upgrade_history_entries",
285+
"db.list_db_system_upgrades": "oci.database.DatabaseClient.list_db_system_upgrades",
285286
"db.list_db_systems": "oci.database.DatabaseClient.list_db_systems",
286287
"db.list_db_versions": "oci.database.DatabaseClient.list_db_versions",
287288
"db.list_exadata_infrastructures": "oci.database.DatabaseClient.list_exadata_infrastructures",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# coding: utf-8
2+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20250101
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# coding: utf-8
2+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20250101
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# coding: utf-8
2+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20250101
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# coding: utf-8
2+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20250101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# coding: utf-8
2+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20250101
5+
6+
import oci
7+
from oci_cli.cli_clients import CLIENT_MAP
8+
from oci_cli.cli_clients import MODULE_TO_TYPE_MAPPINGS
9+
from oci.distributed_database import DistributedAutonomousDbServiceClient
10+
11+
MODULE_TO_TYPE_MAPPINGS["distributed_database"] = oci.distributed_database.models.distributed_database_type_mapping
12+
if CLIENT_MAP.get("distributed_database") is None:
13+
CLIENT_MAP["distributed_database"] = {}
14+
CLIENT_MAP["distributed_database"]["distributed_autonomous_db_service"] = DistributedAutonomousDbServiceClient

0 commit comments

Comments
 (0)