Skip to content

Commit e50f855

Browse files
Releasing version 3.50.3
Releasing version 3.50.3
2 parents 6c782b4 + f62a54d commit e50f855

File tree

20 files changed

+1294
-134
lines changed

20 files changed

+1294
-134
lines changed

CHANGELOG.rst

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,63 @@ 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+
10+
3.50.3 - 2024-12-10
11+
--------------------
12+
Added
13+
~~~~~
14+
15+
* Database Service
16+
17+
* Support for BYOK(bring your own key)
18+
19+
* ``oci db autonomous-container-database rotate-key --key-version-id``
20+
* ``oci db autonomous-database rotate-key --key-version-id``
21+
22+
* Disaster Recovery Service
23+
24+
* Support for Refreshing DrPlans
25+
26+
* ``oci disaster-recovery dr-plan refresh``
27+
* ``oci disaster-recovery dr-plan refresh-dr-plan-refresh-dr-plan-default-details``
28+
* ``oci disaster-recovery dr-plan verify``
29+
* ``oci disaster-recovery dr-plan verify-dr-plan-verify-dr-plan-default-details``
30+
31+
* Visual Builder Service
32+
33+
* Add support for Private Access to a VB instance
34+
35+
* ``oci visual-builder vb-instance create-vb-instance-private-endpoint-details --compartment-id | -c, --display-name, --network-endpoint-details-subnet-id, --node-count, --alternate-custom-endpoints, --consumption-model, --custom-endpoint, --defined-tags, --freeform-tags, -? | -h | --help, --idcs-open-id, --is-visual-builder-enabled, --network-endpoint-details-network-security-group-ids, --network-endpoint-details-private-endpoint-ip``
36+
* ``oci visual-builder vb-instance reconfigure-private-endpoint --vb-instance-id, -? | -h | --help``
37+
* ``oci visual-builder vb-instance update-vb-instance-update-private-endpoint-details --vb-instance-id, --alternate-custom-endpoints, --custom-endpoint, --defined-tags, --display-name, --force, --freeform-tags, -? | -h | --help, --idcs-open-id, --is-visual-builder-enabled, --network-endpoint-details-network-security-group-ids, --network-endpoint-details-subnet-id, --node-count``
38+
39+
* Fleet Software Update Service
40+
41+
* Support for Exadata Fleet Update DB and GI Rollback Maintenance Cycle Feature
42+
43+
* ``oci fleet-software-update fsu-action create-fsu-action-create-rollback-cycle-apply-action-details``
44+
45+
* AI Language Service
46+
47+
* Support for new optional parameter alias
48+
49+
* ``oci ai language batch-detect-entities --alias``
50+
* ``oci ai language batch-detect-health-entities --alias``
51+
* ``oci ai language batch-detect-key-phrases --alias``
52+
* ``oci ai language batch-detect-language --alias``
53+
* ``oci ai language batch-detect-pii-entities --alias``
54+
* ``oci ai language batch-detect-sentiments --alias``
55+
* ``oci ai language batch-detect-text-classification --alias``
56+
* ``oci ai language batch-language-translation --alias, --endpoint-id, --no-translate``
57+
* ``oci ai language endpoint create --alias, --compute-type``
58+
* ``oci ai language endpoint update --alias``
59+
60+
* Data Flow Service
61+
62+
* Support for cascading deletion of Applications and Runs
63+
64+
* ``oci data-flow application cascading-delete --application-id``
65+
966
3.50.2 - 2024-11-19
1067
--------------------
1168
Added

requirements.txt

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

services/ai_language/src/oci_cli_ai_service_language/aiservicelanguage_cli_extended.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,11 @@ def language_group():
145145

146146
# Remove polymorphic model group command
147147
aiservicelanguage_cli.model_group.commands.pop(aiservicelanguage_cli.create_model_pii_model_details.name)
148+
149+
150+
# Remove create-model-pre-trained-translation-model-details from oci ai language model
151+
aiservicelanguage_cli.model_group.commands.pop(aiservicelanguage_cli.create_model_pre_trained_translation_model_details.name)
152+
153+
154+
# Remove create-model-health-nlu-model-details from oci ai language model
155+
aiservicelanguage_cli.model_group.commands.pop(aiservicelanguage_cli.create_model_health_nlu_model_details.name)

services/ai_language/src/oci_cli_ai_service_language/generated/aiservicelanguage_cli.py

Lines changed: 276 additions & 44 deletions
Large diffs are not rendered by default.

services/core/src/oci_cli_blockstorage/blockstorage_cli_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def create_volume_extended(ctx, **kwargs):
129129
@cli_util.option('--boot-volume-backup-id', help="""The OCID of the boot volume backup from which the data should be restored on the newly created boot volume. You can specify either this, --source-boot-volume-id or --source-volume-replica-id but not all.""")
130130
@cli_util.option('--source-volume-replica-id', help="""The OCID of the boot volume replica from which the data should be restored on the newly created boot volume. You can specify either this, --source-boot-volume-id or --boot-volume-backup-id --but not all.""")
131131
@click.pass_context
132-
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'defined-tags': {'module': 'core', 'class': 'dict(str, dict(str, object))'}, 'freeform-tags': {'module': 'core', 'class': 'dict(str, string)'}, 'source-details': {'module': 'core', 'class': 'BootVolumeSourceDetails'}, 'boot-volume-replicas': {'module': 'core', 'class': 'list[BootVolumeReplicaDetails]'}}, output_type={'module': 'core', 'class': 'BootVolume'})
132+
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'defined-tags': {'module': 'core', 'class': 'dict(str, dict(str, object))'}, 'freeform-tags': {'module': 'core', 'class': 'dict(str, string)'}, 'source-details': {'module': 'core', 'class': 'BootVolumeSourceDetails'}, 'boot-volume-replicas': {'module': 'core', 'class': 'list[BootVolumeReplicaDetails]'}, 'autotune-policies': {'module': 'core', 'class': 'list[AutotunePolicy]'}}, output_type={'module': 'core', 'class': 'BootVolume'})
133133
@cli_util.wrap_exceptions
134134
def create_boot_volume_extended(ctx, **kwargs):
135135
if (kwargs['source_boot_volume_id'] and kwargs['boot_volume_backup_id']) or (kwargs['source_boot_volume_id'] and kwargs['source_volume_replica_id']) or \

0 commit comments

Comments
 (0)