Skip to content

Commit 95d3a22

Browse files
Releasing version 3.63.2
Releasing version 3.63.2
2 parents d7743f7 + f85d519 commit 95d3a22

File tree

35 files changed

+3802
-235
lines changed

35 files changed

+3802
-235
lines changed

CHANGELOG.rst

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,122 @@ 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.63.2 - 2025-07-29
10+
--------------------
11+
Added
12+
~~~~~
13+
* PSQL service
14+
15+
* Support for CPU architecture agnostic configurations
16+
17+
* ``oci psql configuration create``
18+
* ``oci psql configuration update``
19+
* ``oci psql default-configuration-collection list-default-configurations``
20+
21+
* Apip Control Plane Service
22+
23+
* Added support for API Platform Cloud Service
24+
25+
* ``oci api-platform api-platform-instance create``
26+
* ``oci api-platform api-platform-instance update``
27+
28+
* Vault Service
29+
30+
* Support for specifying replication configuration during secret creation and update operations
31+
32+
* ``oci vault secret create-base64 --replication-config``
33+
* ``oci vault secret update --replication-config``
34+
35+
* Data Science Service
36+
37+
* New OCI Data Science Resource, Model Group, to group the Data Science Model resource
38+
* New OCI Data Science Resource, Model Group Version History, to track the linage of Model Groups
39+
* Support for Model Group Create operation
40+
* Support for Model Group Clone operation
41+
* Support for GET, LIST, ACTIVATE, DEACTIVATE, Change Compartment operations for Model Group
42+
* Support for uploading the Model Group Artifact
43+
* Support to download the Model Group Artifact
44+
* Support for CREATE, GET, LIST, UPDATE and DELETE operations for Data Science Model Group Version History resource
45+
* Support for deploying the Model Group resource
46+
* Support for updating the Model Group Deployment
47+
* Support for listing the state of the deployed models which are associated with the Model Group resource
48+
* ``oci data-science model-group create-model-group-create-model-group-details --compartment-id --project-id --member-model-entries --model-group-details --description --display-name``
49+
* ``oci data-science model-group create-model-group-clone-model-group-details --compartment-id --project-id --model-group-clone-source-details ``
50+
* ``oci data-science model-group get --model-group-id``
51+
* ``oci data-science model-group list --compartment-id``
52+
* ``oci data-science model-group list-model-group-models --compartment-id --model-group-id``
53+
* ``oci data-science model-group update``
54+
* ``oci data-science model-group delete --model-group-id``
55+
* ``oci data-science model-group activate --model-group-id``
56+
* ``oci data-science model-group deactivate --model-group-id``
57+
* ``oci data-science model-group create-model-group-artifact --model-group-artifact --model-group-id --content-disposition``
58+
* ``oci data-science model-group head-model-group-artifact --model-group-id``
59+
* ``oci data-science model-group get --model-group-id``
60+
* ``oci data-science model-group change-compartment --model-group-id --compartment-id``
61+
* ``oci data-science model-group-version-history create --compartment-id --project-id``
62+
* ``oci data-science model-group-version-history get --model-group-version-history-id``
63+
* ``oci data-science model-group-version-history list --compartment-id``
64+
* ``oci data-science model-group-version-history update --model-group-version-history-id``
65+
* ``oci data-science model-group-version-history delete --model-group-version-history-id``
66+
* ``oci data-science model-group-version-history change-compartment --model-group-version-history-id --compartment-id``
67+
* ``oci data-science model-deployment-model-state list --compartment-id --model-deployment-id``
68+
* ``oci data-science model-deployment create-model-deployment-model-group-deployment-configuration-details --compartment-id --project-id --model-deployment-configuration-details-infrastructure-configuration-details --model-deployment-configuration-details-model-group-configuration-details --category-log-details --description --display-name``
69+
* ``oci data-science model-deployment update-model-deployment-update-model-group-deployment-configuration-details --model-deployment-id --category-log-details --display-name --description --model-deployment-configuration-details-environment-configuration-details --model-deployment-configuration-details-model-group-configuration-details --model-deployment-configuration-details-update-type``
70+
71+
* API Gateway Service
72+
73+
* Support for resource locking for all resources in Api Gateway service
74+
75+
* ``oci api-gateway api add-lock``
76+
* ``oci api-gateway api remove-lock``
77+
* ``oci api-gateway certificate add-lock``
78+
* ``oci api-gateway certificate remove-lock``
79+
* ``oci api-gateway deployment add-lock``
80+
* ``oci api-gateway deployment remove-lock``
81+
* ``oci api-gateway gateway add-lock``
82+
* ``oci api-gateway gateway remove-lock``
83+
* ``oci api-gateway sdk add-lock``
84+
* ``oci api-gateway sdk remove-lock``
85+
* ``oci api-gateway subscriber add-lock``
86+
* ``oci api-gateway subscriber remove-lock``
87+
* ``oci api-gateway usage-plan add-lock``
88+
* ``oci api-gateway usage-plan remove-lock``
89+
90+
* APM Service
91+
92+
* Support for new Agent Configuration in the APM service
93+
94+
* ``oci apm-config config create-agent``
95+
* ``oci apm-config config update-agent``
96+
* ``oci apm-config match-agents-with-attribute-key get``
97+
* ``oci apm-config match-agents-with-attribute-key update``
98+
99+
* Support for new MACS Extension configuration in the APM Service
100+
101+
* ``oci apm-config config create-macs-extension``
102+
* ``oci apm-config config update-macs-extension``
103+
104+
* AI Speech Service
105+
106+
* Added Multilingual support in Text to speech (TTS) for 8 more languages which includes below languages.
107+
108+
* en-GB: English - Great Britain
109+
* es-ES: Spanish - Spain
110+
* pt-BR: Portuguese - Brazil
111+
* hi-IN: Hindi - India
112+
* fr-FR: French - France
113+
* it-IT: Italian - Italy
114+
* ja-JP: Japanese - Japan
115+
* cmn-CN: Mandarin - China
116+
117+
* ``oci speech voice list --language-code``
118+
119+
* Management Dashboard service
120+
121+
* Enhance import and export features.
122+
123+
* ``oci management-dashboard dashboard import``
124+
9125
3.63.0 - 2025-07-22
10126
--------------------
11127
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.156.0
18+
oci==2.157.0
1919
packaging==20.2
2020
pluggy==0.13.0
2121
py==1.11.0

services/ai_speech/src/oci_cli_ai_service_speech/generated/aiservicespeech_cli.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,21 +1091,24 @@ def list_transcription_tasks(ctx, from_json, all_pages, page_size, transcription
10911091

10921092
@voice_group.command(name=cli_util.override('speech.list_voices.command_name', 'list'), help=u"""Returns a list of speakers available to the user to choose from based on language code and voice type provided. \n[Command Reference](listVoices)""")
10931093
@cli_util.option('--compartment-id', help=u"""The ID of the compartment in which to list resources.""")
1094-
@cli_util.option('--model-name', type=custom_types.CliCaseInsensitiveChoice(["TTS_1_STANDARD", "TTS_2_NATURAL"]), help=u"""The model the user wants to run the inference on.""")
1094+
@cli_util.option('--model-name', type=custom_types.CliCaseInsensitiveChoice(["TTS_1_STANDARD", "TTS_2_NATURAL"]), help=u"""The model name to filter voices for given model name.""")
1095+
@cli_util.option('--language-code', help=u"""The Code or Id of the language to filter voices for given language code.""")
10951096
@cli_util.option('--display-name', help=u"""The name of the speaker voice in which the user wants tts inference to be.""")
10961097
@cli_util.option('--all', 'all_pages', is_flag=True, help="""Fetches all pages of results.""")
10971098
@json_skeleton_utils.get_cli_json_input_option({})
10981099
@cli_util.help_option
10991100
@click.pass_context
11001101
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={}, output_type={'module': 'ai_speech', 'class': 'VoiceCollection'})
11011102
@cli_util.wrap_exceptions
1102-
def list_voices(ctx, from_json, all_pages, compartment_id, model_name, display_name):
1103+
def list_voices(ctx, from_json, all_pages, compartment_id, model_name, language_code, display_name):
11031104

11041105
kwargs = {}
11051106
if compartment_id is not None:
11061107
kwargs['compartment_id'] = compartment_id
11071108
if model_name is not None:
11081109
kwargs['model_name'] = model_name
1110+
if language_code is not None:
1111+
kwargs['language_code'] = language_code
11091112
if display_name is not None:
11101113
kwargs['display_name'] = display_name
11111114
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])

services/api_platform/__init__.py

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: 20240829

services/api_platform/src/__init__.py

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: 20240829
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: 20240829
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: 20240829

0 commit comments

Comments
 (0)