Skip to content

Commit

Permalink
Releasing version 3.51.0
Browse files Browse the repository at this point in the history
Releasing version 3.51.0
  • Loading branch information
oci-dex-release-bot authored Dec 17, 2024
2 parents e50f855 + 44b3db9 commit b0e13d6
Show file tree
Hide file tree
Showing 21 changed files with 3,206 additions and 426 deletions.
89 changes: 89 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,95 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.

3.51.0 - 2024-12-17
--------------------
Added
~~~~~
* Cloud Bridge Service

* Support of creating/updating Amazon Web Services asset-sources

* ``oci cloud-bridge discovery asset-source create``
* ``oci cloud-bridge discovery asset-source update``

* Support of creating/updating Amazon Web Services EC2 and EBS assets

* ``oci cloud-bridge inventory asset create``
* ``oci cloud-bridge inventory asset update``

* Support of listing the Amazon Web Services regions which are available for Discovery and Migration

* ``oci cloud-bridge discovery supported-cloud-regions list``

* AI Vision service

* Support of Stored Video Analysis

* ``oci ai-vision video-job cancel``
* ``oci ai-vision video-job create``
* ``oci ai-vision video-job get``

* Stack Monitoring service

* Support for HTTP type of Metric Extensions

* ``oci stack-monitoring metric-extension create-http-metric-ext``
* ``oci stack-monitoring metric-extension update-http-metric-ext``

* Support for new optional parameter in List Metric Extensions

* ``oci stack-monitoring metric-extension list --metric-ext-id``

* Big Data Service

* Support for OCI identity domain integration

* ``oci bds identity-configuration``

* Support for Historical Cluster Versions and Natgateway update

* ``oci bds instance create --bds-cluster-version-summary``
* ``oci bds instance update``
* ``oci bds instance install-patch-domain-based-odh-patching-config``
* ``oci bds instance install-patch-batching-based-odh-patching-config``

* Support for Start API with heterogenous shape supports

* ``oci bds instance start``

* Generative AI Agent service

* Support multi modality flag in Data source resource

* ``oci generative-ai-agent data-source update-object-storage-ds --data-source-config-object-storage-prefixes, --data-source-config-should-enable-multi-modality``
* ``oci generative-ai-agent data-source create-object-storage-ds --data-source-config-object-storage-prefixes, --data-source-config-should-enable-multi-modality``

* Support for create and update autonomous database with backup retention lock in the Database Service

* ``oci db autonomous-database create --is-backup-retention-locked``
* ``oci db autonomous-database update --is-backup-retention-locked``

* Support for ZeroETL pipelines in the GoldenGate service

* ``oci goldengate pipeline``
* ``oci goldengate pipeline-recipe-collection``

Changed
~~~~~~~
* [BREAKING] session chat command is changed to agent-endpoint chat in Generative AI Agent Client service

* ``oci generative-ai-agent-runtime agent-endpoint chat``

* data-source-config-object-storage-prefixes is now an optional parameter for below command in the Generative AI Agent service

* ``oci generative-ai-agent data-source update-object-storage-ds``
* ``oci generative-ai-agent data-source create-object-storage-ds``

Fixed
~~~~~
* Bug in below command in the Source Control Management Service

* ``oci devops protected-branch create-or-update``

3.50.3 - 2024-12-10
--------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Jinja2<3.1; python_version >= '3.7'
jmespath==0.10.0
ndg-httpsclient==0.4.2
mock==2.0.0
oci==2.140.0
oci==2.141.0
packaging==20.2
pluggy==0.13.0
py==1.11.0
Expand Down

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions services/ai_vision/tests/util/generated/command_to_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
"ai_vision.analyze_image": "oci.ai_vision.AIServiceVisionClient.analyze_image",
"ai_vision.cancel_document_job": "oci.ai_vision.AIServiceVisionClient.cancel_document_job",
"ai_vision.cancel_image_job": "oci.ai_vision.AIServiceVisionClient.cancel_image_job",
"ai_vision.cancel_video_job": "oci.ai_vision.AIServiceVisionClient.cancel_video_job",
"ai_vision.cancel_work_request": "oci.ai_vision.AIServiceVisionClient.cancel_work_request",
"ai_vision.change_model_compartment": "oci.ai_vision.AIServiceVisionClient.change_model_compartment",
"ai_vision.change_project_compartment": "oci.ai_vision.AIServiceVisionClient.change_project_compartment",
"ai_vision.create_document_job": "oci.ai_vision.AIServiceVisionClient.create_document_job",
"ai_vision.create_image_job": "oci.ai_vision.AIServiceVisionClient.create_image_job",
"ai_vision.create_model": "oci.ai_vision.AIServiceVisionClient.create_model",
"ai_vision.create_project": "oci.ai_vision.AIServiceVisionClient.create_project",
"ai_vision.create_video_job": "oci.ai_vision.AIServiceVisionClient.create_video_job",
"ai_vision.delete_model": "oci.ai_vision.AIServiceVisionClient.delete_model",
"ai_vision.delete_project": "oci.ai_vision.AIServiceVisionClient.delete_project",
"ai_vision.get_document_job": "oci.ai_vision.AIServiceVisionClient.get_document_job",
"ai_vision.get_image_job": "oci.ai_vision.AIServiceVisionClient.get_image_job",
"ai_vision.get_model": "oci.ai_vision.AIServiceVisionClient.get_model",
"ai_vision.get_project": "oci.ai_vision.AIServiceVisionClient.get_project",
"ai_vision.get_video_job": "oci.ai_vision.AIServiceVisionClient.get_video_job",
"ai_vision.get_work_request": "oci.ai_vision.AIServiceVisionClient.get_work_request",
"ai_vision.list_models": "oci.ai_vision.AIServiceVisionClient.list_models",
"ai_vision.list_projects": "oci.ai_vision.AIServiceVisionClient.list_projects",
Expand Down
Loading

0 comments on commit b0e13d6

Please sign in to comment.