Skip to content

Commit 1091aa7

Browse files
Releasing version 3.51.4
Co-authored-by: Harsh Kumar <[email protected]>
1 parent 3278d66 commit 1091aa7

File tree

5 files changed

+42
-3
lines changed

5 files changed

+42
-3
lines changed

CHANGELOG.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,43 @@ 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.51.4 - 2025-01-21
10+
--------------------
11+
Added
12+
~~~~~
13+
* Network Load Balancer Service
14+
15+
* Support for Active/Standby Purist Mode
16+
17+
* Support for Configurable TCP Reset
18+
19+
* ``oci nlb backend-set create --is-instant-failover-tcp-reset-enabled, --are-operationally-active-backends-preferred``
20+
* ``oci nlb backend-set update --is-instant-failover-tcp-reset-enabled, --are-operationally-active-backends-preferred``
21+
22+
* Database Service
23+
24+
* Support for Data Guard Transaction Processing
25+
26+
* ``oci db database create-standby-database``
27+
* ``oci db database update-data-guard``
28+
* ``oci db database switch-over-data-guard``
29+
* ``oci db database failover-data-guard``
30+
* ``oci db database reinstate-data-guard``
31+
32+
* Support for permanently disconnecting a peer Autonomous Database from its Primary
33+
34+
* ``oci db autonomous-database update --is-disconnect-peer``
35+
36+
* Support for External HSM for TDE key management in ExaDB-C@C and ExaDB-D
37+
38+
* ``oci db database change-to-external-hsm-key-location --database-id --hsm-password``
39+
* ``oci db database create --hsm-password``
40+
* ``oci db data-guard-association create from-existing-vm-cluster --hsm-password``
41+
42+
* Support for Bring Your Own ASN (BYOASN) in Core Service
43+
44+
* ``oci network byoasn``
45+
946
3.51.2 - 2025-01-14
1047
--------------------
1148
Added

services/database/src/oci_cli_database/database_cli_extended.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3871,7 +3871,7 @@ def list_exadb_vm_clusters_extended(ctx, **kwargs):
38713871
# database_cli.database_group.commands.pop(database_cli.create_database_create_stand_by_database_details.name)
38723872

38733873

3874-
#@cli_util.copy_params_from_generated_command(database_cli.create_database_create_stand_by_database_details, params_to_exclude=['database'])
3874+
# @cli_util.copy_params_from_generated_command(database_cli.create_database_create_stand_by_database_details, params_to_exclude=['database'])
38753875
@database_cli.database_group.command(name='create-standby-database', help="""Creates a new standby database for the given source database id.""")
38763876
@cli_util.option('--database-admin-password', required=True, help=u"""The administrator password of the primary database in this Data Guard association.
38773877
@@ -3971,4 +3971,4 @@ def create_standby_database_for_multiple_standby(ctx, wait_for_state, max_wait_s
39713971

39723972
# Multiple Stabdby : Migrate from Single Standby: oci db data-guard-association migrate-data-guard-association-to-multi-data-guards -> oci db data-guard-association migrate-to-multiple-standby-model
39733973

3974-
cli_util.rename_command(database_cli, database_cli.data_guard_association_group, database_cli.migrate_data_guard_association_to_multi_data_guards, "migrate-to-multiple-standby-model")
3974+
# cli_util.rename_command(database_cli, database_cli.data_guard_association_group, database_cli.migrate_data_guard_association_to_multi_data_guards, "migrate-to-multiple-standby-model")

src/common_util/ignored_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
['apm-synthetics', 'monitor', 'create-sql-monitor'],
250250
['apm-synthetics', 'monitor', 'update-sql-monitor'],
251251
['bds', 'instance', 'install-patch'],
252+
['db', 'database', 'create-standby-database'],
252253
]
253254

254255
IGNORED_COMMANDS_DOCS = [

src/oci_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
33
# 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.
44

5-
__version__ = '3.51.3'
5+
__version__ = '3.51.4'

tests/resources/json_ignore_command_list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,3 +492,4 @@ identity-domains, restore-oci-console-policy, create
492492
identity-domains, rule, search
493493
goldengate, deployment, update
494494
network, vnic, assign-ipv6
495+
db, database, create-standby-database

0 commit comments

Comments
 (0)