@@ -6,6 +6,95 @@ All notable changes to this project will be documented in this file.
66
77The 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
10993.50.3 - 2024-12-10
11100--------------------
0 commit comments