You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,53 @@ All notable changes to this project will be documented in this file.
6
6
7
7
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
8
8
9
+
3.66.0 - 2025-09-09
10
+
--------------------
11
+
Added
12
+
~~~~~
13
+
14
+
* Database Service
15
+
16
+
* Support for Undelete Autonomous Database on public cloud and cloud at customer
17
+
18
+
* ``oci db autonomous-database create-autonomous-database-undelete-autonomous-database-details``
19
+
20
+
* Support for setting backup retention policy after termination and lock retention for backup configuration while creating and updating Autonomous Container Database.
21
+
22
+
* ``oci db autonomous-container-database create``
23
+
* ``oci db autonomous-container-database update``
24
+
25
+
* Support for Deleting associated Long Term Backups while deleting the Autonomous Database.
26
+
27
+
* ``oci db autonomous-database delete --must-delete-associated-long-term-backups [boolean] [optional]``
28
+
29
+
* Support for listing Autonomous Database Backups by backup destination id and infrastructure type when applicable.
30
+
31
+
* ``oci db autonomous-database-backup list --backup-destination-id [text] --infrastructure-type [text]``
32
+
33
+
* Support for listing Autonomous Database Backups by key store id and infrastructure type as applicable.
34
+
35
+
* ``oci db autonomous-database-backup list --key-store-id [text] --infrastructure-type [text]``
36
+
37
+
* Email Delivery Service
38
+
39
+
* Support for Locking API in Email Delivery service
@cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
15168
+
@cli_util.option('--must-delete-associated-long-term-backups', type=click.BOOL, help=u"""If set to true, terminating the Autonomous Database also deletes its associated long-term backups if the retention lock is not enabled.""")
15168
15169
@cli_util.option('--opc-dry-run', type=click.BOOL, help=u"""Indicates that the request is a dry run, if set to \"true\". A dry run request does not actually creating or updating a resource and is used only to perform validation on the submitted data.""")
15169
15170
@cli_util.confirm_delete_option
15170
15171
@cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED"]), multiple=True, help="""This operation asynchronously creates, modifies or deletes a resource and uses a work request to track the progress of the operation. Specify this option to perform the action and then wait until the work request reaches a certain state. Multiple states can be specified, returning on the first state. For example, --wait-for-state SUCCEEDED --wait-for-state FAILED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
@@ -22586,14 +22589,17 @@ def list_autonomous_container_databases(ctx, from_json, all_pages, page_size, co
22586
22589
@cli_util.option('--lifecycle-state', type=custom_types.CliCaseInsensitiveChoice(["CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "UPDATING"]), help=u"""A filter to return only resources that match the given lifecycle state exactly.""")
22587
22590
@cli_util.option('--display-name', help=u"""A filter to return only resources that match the entire display name given. The match is not case sensitive.""")
22588
22591
@cli_util.option('--type', help=u"""A filter to return only backups that matches with the given type of Backup.""")
22592
+
@cli_util.option('--backup-destination-id', help=u"""A filter to return only resources that have the given backup destination id.""")
22593
+
@cli_util.option('--key-store-id', help=u"""A filter to return only resources that have the given key store id.""")
22594
+
@cli_util.option('--infrastructure-type', type=custom_types.CliCaseInsensitiveChoice(["CLOUD", "CLOUD_AT_CUSTOMER"]), help=u"""A filter to return only resources that match the given Infrastructure Type.""")
22589
22595
@cli_util.option('--all', 'all_pages', is_flag=True, help="""Fetches all pages of results. If you provide this option, then you cannot provide the --limit option.""")
22590
22596
@cli_util.option('--page-size', type=click.INT, help="""When fetching results, the number of results to fetch per call. Only valid when used with --all or --limit, and ignored otherwise.""")
@db_system_group.command(name=cli_util.override('db.list_db_system_storage_performances.command_name', 'list-db-system-storage-performances'), help=u"""Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration. \n[Command Reference](listDbSystemStoragePerformances)""")
24800
24812
@cli_util.option('--storage-management', required=True, type=custom_types.CliCaseInsensitiveChoice(["ASM", "LVM"]), help=u"""The DB system storage management option. Used to list database versions available for that storage manager. Valid values are `ASM` and `LVM`. * ASM specifies Oracle Automatic Storage Management * LVM specifies logical volume manager, sometimes called logical disk manager.""")
24801
24813
@cli_util.option('--shape-type', help=u"""Optional. Filters the performance results by shape type.""")
0 commit comments