Skip to content

Commit 8e7973e

Browse files
Releasing version 3.66.1
Releasing version 3.66.1
2 parents 2641cd2 + c0479fc commit 8e7973e

File tree

20 files changed

+949
-23
lines changed

20 files changed

+949
-23
lines changed

CHANGELOG.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,45 @@ 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.66.1 - 2025-09-16
10+
--------------------
11+
Added
12+
~~~~~
13+
14+
* Database Service
15+
16+
* Support for creating refreshable metadata clones for an Autonomous Database Serverless
17+
18+
* ``oci db autonomous-database create-refreshable-clone --clone-type``
19+
20+
* Support for new parameter in the Database Management service
21+
22+
* ``oci db system change-cloud-db-system-subscription --db-system-id``
23+
24+
* Support for the Oracle BaseDB service for Multicloud Database Service
25+
26+
* ``oci db system launch --db-system-id --cluster-placement-group-id --opc-dry-run --subscription-id``
27+
* ``oci db system launch-from-backup --cluster-placement-group-id --opc-dry-run --subscription-id``
28+
* ``oci db system launch-from-database --cluster-placement-group-id --opc-dry-run --subscription-id``
29+
* ``oci db system launch-from-db-system --cluster-placement-group-id --opc-dry-run --subscription-id``
30+
* ``oci db system update --opc-dry-run``
31+
32+
* AI Data Platform Service
33+
34+
* Support for AI Data Platform Service
35+
36+
* ``oci ai-data-platform ai-data-platform change-compartment``
37+
* ``oci ai-data-platform ai-data-platform create``
38+
* ``oci ai-data-platform ai-data-platform delete``
39+
* ``oci ai-data-platform ai-data-platform get``
40+
* ``oci ai-data-platform ai-data-platform update``
41+
* ``oci ai-data-platform ai-data-platform-collection list-ai-data-platforms``
42+
* ``oci ai-data-platform work-request cancel``
43+
* ``oci ai-data-platform work-request get``
44+
* ``oci ai-data-platform work-request list``
45+
* ``oci ai-data-platform work-request-error list``
46+
* ``oci ai-data-platform work-request-log-entry list-work-request-logs``
47+
948
3.66.0 - 2025-09-09
1049
--------------------
1150
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.160.0
18+
oci==2.160.1
1919
packaging==20.2
2020
pluggy==0.13.0
2121
py==1.11.0
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: 20240831
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: 20240831
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: 20240831
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: 20240831
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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: 20240831
5+
6+
from oci_cli.cli_root import cli
7+
from oci_cli import cli_util
8+
from oci_cli.aliasing import CommandGroupWithAlias
9+
10+
11+
@cli.command(cli_util.override('ai_data_platform.ai_data_platform_service_group.command_name', 'ai-data-platform'), cls=CommandGroupWithAlias, help=cli_util.override('ai_data_platform.ai_data_platform_service_group.help', """Use the AiDataPlatform Control Plane API to manage Data Lakes."""), short_help=cli_util.override('ai_data_platform.ai_data_platform_service_group.short_help', """AiDataPlatform Control Plane API"""))
12+
@cli_util.help_option_group
13+
def ai_data_platform_service_group():
14+
pass

0 commit comments

Comments
 (0)