Skip to content

Commit b0e13d6

Browse files
Releasing version 3.51.0
Releasing version 3.51.0
2 parents e50f855 + 44b3db9 commit b0e13d6

File tree

21 files changed

+3206
-426
lines changed

21 files changed

+3206
-426
lines changed

CHANGELOG.rst

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,95 @@ 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.0 - 2024-12-17
10+
--------------------
11+
Added
12+
~~~~~
13+
* Cloud Bridge Service
14+
15+
* Support of creating/updating Amazon Web Services asset-sources
16+
17+
* ``oci cloud-bridge discovery asset-source create``
18+
* ``oci cloud-bridge discovery asset-source update``
19+
20+
* Support of creating/updating Amazon Web Services EC2 and EBS assets
21+
22+
* ``oci cloud-bridge inventory asset create``
23+
* ``oci cloud-bridge inventory asset update``
24+
25+
* Support of listing the Amazon Web Services regions which are available for Discovery and Migration
26+
27+
* ``oci cloud-bridge discovery supported-cloud-regions list``
28+
29+
* AI Vision service
30+
31+
* Support of Stored Video Analysis
32+
33+
* ``oci ai-vision video-job cancel``
34+
* ``oci ai-vision video-job create``
35+
* ``oci ai-vision video-job get``
36+
37+
* Stack Monitoring service
38+
39+
* Support for HTTP type of Metric Extensions
40+
41+
* ``oci stack-monitoring metric-extension create-http-metric-ext``
42+
* ``oci stack-monitoring metric-extension update-http-metric-ext``
43+
44+
* Support for new optional parameter in List Metric Extensions
45+
46+
* ``oci stack-monitoring metric-extension list --metric-ext-id``
47+
48+
* Big Data Service
49+
50+
* Support for OCI identity domain integration
51+
52+
* ``oci bds identity-configuration``
53+
54+
* Support for Historical Cluster Versions and Natgateway update
55+
56+
* ``oci bds instance create --bds-cluster-version-summary``
57+
* ``oci bds instance update``
58+
* ``oci bds instance install-patch-domain-based-odh-patching-config``
59+
* ``oci bds instance install-patch-batching-based-odh-patching-config``
60+
61+
* Support for Start API with heterogenous shape supports
62+
63+
* ``oci bds instance start``
64+
65+
* Generative AI Agent service
66+
67+
* Support multi modality flag in Data source resource
68+
69+
* ``oci generative-ai-agent data-source update-object-storage-ds --data-source-config-object-storage-prefixes, --data-source-config-should-enable-multi-modality``
70+
* ``oci generative-ai-agent data-source create-object-storage-ds --data-source-config-object-storage-prefixes, --data-source-config-should-enable-multi-modality``
71+
72+
* Support for create and update autonomous database with backup retention lock in the Database Service
73+
74+
* ``oci db autonomous-database create --is-backup-retention-locked``
75+
* ``oci db autonomous-database update --is-backup-retention-locked``
76+
77+
* Support for ZeroETL pipelines in the GoldenGate service
78+
79+
* ``oci goldengate pipeline``
80+
* ``oci goldengate pipeline-recipe-collection``
81+
82+
Changed
83+
~~~~~~~
84+
* [BREAKING] session chat command is changed to agent-endpoint chat in Generative AI Agent Client service
85+
86+
* ``oci generative-ai-agent-runtime agent-endpoint chat``
87+
88+
* data-source-config-object-storage-prefixes is now an optional parameter for below command in the Generative AI Agent service
89+
90+
* ``oci generative-ai-agent data-source update-object-storage-ds``
91+
* ``oci generative-ai-agent data-source create-object-storage-ds``
92+
93+
Fixed
94+
~~~~~
95+
* Bug in below command in the Source Control Management Service
96+
97+
* ``oci devops protected-branch create-or-update``
998

1099
3.50.3 - 2024-12-10
11100
--------------------

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

services/ai_vision/src/oci_cli_ai_service_vision/generated/aiservicevision_cli.py

Lines changed: 195 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@
66
"ai_vision.analyze_image": "oci.ai_vision.AIServiceVisionClient.analyze_image",
77
"ai_vision.cancel_document_job": "oci.ai_vision.AIServiceVisionClient.cancel_document_job",
88
"ai_vision.cancel_image_job": "oci.ai_vision.AIServiceVisionClient.cancel_image_job",
9+
"ai_vision.cancel_video_job": "oci.ai_vision.AIServiceVisionClient.cancel_video_job",
910
"ai_vision.cancel_work_request": "oci.ai_vision.AIServiceVisionClient.cancel_work_request",
1011
"ai_vision.change_model_compartment": "oci.ai_vision.AIServiceVisionClient.change_model_compartment",
1112
"ai_vision.change_project_compartment": "oci.ai_vision.AIServiceVisionClient.change_project_compartment",
1213
"ai_vision.create_document_job": "oci.ai_vision.AIServiceVisionClient.create_document_job",
1314
"ai_vision.create_image_job": "oci.ai_vision.AIServiceVisionClient.create_image_job",
1415
"ai_vision.create_model": "oci.ai_vision.AIServiceVisionClient.create_model",
1516
"ai_vision.create_project": "oci.ai_vision.AIServiceVisionClient.create_project",
17+
"ai_vision.create_video_job": "oci.ai_vision.AIServiceVisionClient.create_video_job",
1618
"ai_vision.delete_model": "oci.ai_vision.AIServiceVisionClient.delete_model",
1719
"ai_vision.delete_project": "oci.ai_vision.AIServiceVisionClient.delete_project",
1820
"ai_vision.get_document_job": "oci.ai_vision.AIServiceVisionClient.get_document_job",
1921
"ai_vision.get_image_job": "oci.ai_vision.AIServiceVisionClient.get_image_job",
2022
"ai_vision.get_model": "oci.ai_vision.AIServiceVisionClient.get_model",
2123
"ai_vision.get_project": "oci.ai_vision.AIServiceVisionClient.get_project",
24+
"ai_vision.get_video_job": "oci.ai_vision.AIServiceVisionClient.get_video_job",
2225
"ai_vision.get_work_request": "oci.ai_vision.AIServiceVisionClient.get_work_request",
2326
"ai_vision.list_models": "oci.ai_vision.AIServiceVisionClient.list_models",
2427
"ai_vision.list_projects": "oci.ai_vision.AIServiceVisionClient.list_projects",

0 commit comments

Comments
 (0)