@@ -6,6 +6,116 @@ 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.22.0 - 2022-12-13
10
+ --------------------
11
+ Added
12
+ ~~~~~
13
+ * Support for the Queue service
14
+
15
+ * ``oci queue ``
16
+
17
+ * Support new pluggable-database commands for the Database service
18
+
19
+ * ``oci db database move ``
20
+ * ``oci db pluggable-database disable-pluggable-database-management ``
21
+ * ``oci db pluggable-database enable-pluggable-database-management ``
22
+ * ``oci db pluggable-database modify-pluggable-database-management ``
23
+
24
+ * Support optional parameters availability_configuration and maintenance_window_schedule on monitors creation and updation for the APM Synthetics service
25
+
26
+ * ``oci apm-synthetics monitor create-browser-monitor --availability_configuration, --maintenance_window_schedule ``
27
+ * ``oci apm-synthetics monitor create-rest-monitor --availability_configuration, --maintenance_window_schedule ``
28
+ * ``oci apm-synthetics monitor create-scripted-browser-monitor --availability_configuration, --maintenance_window_schedule ``
29
+ * ``oci apm-synthetics monitor create-scripted-rest-monitor --availability_configuration, --maintenance_window_schedule ``
30
+ * ``oci apm-synthetics monitor update-browser-monitor --availability_configuration, --maintenance_window_schedule ``
31
+ * ``oci apm-synthetics monitor update-rest-monitor --availability_configuration, --maintenance_window_schedule ``
32
+ * ``oci apm-synthetics monitor update-scripted-browser-monitor ---availability_configuration, --maintenance_window_schedule ``
33
+ * ``oci apm-synthetics monitor update-scripted-rest-monitor --availability_configuration, --maintenance_window_schedule ``
34
+
35
+ * Support new Project commands & optional parameters for the DevOps service
36
+
37
+ * ``oci devops work-request list --operation-type-multi-value-query ``
38
+ * ``oci devops project schedule-cascading-delete ``
39
+ * ``oci devops project cancel-cascading-delete ``
40
+
41
+ * Support option paramter nsg-ids for the Database Migration service
42
+
43
+ * ``oci database-migration connection create --nsg-ids ``
44
+ * ``oci database-migration connection update --nsg-ids ``
45
+
46
+ * Support for new optional parameter in the Big Data Service (BDS)
47
+
48
+ * ``oci bds instance create --cluster-profile ``
49
+
50
+ * Service Mesh service
51
+
52
+ * Support for new command in virtual-deployment
53
+
54
+ * ``oci service-mesh virtual-deployment update-virtual-deployment-disabled-service-discovery-configuration ``
55
+
56
+ * Support for cancelling a work request for any work request that has been accepted but not yet started
57
+
58
+ * ``oci service-mesh work-request cancel ``
59
+
60
+ * Support for new optional parameters in the list work requests to filter on associated resource id and operation status
61
+
62
+ * ``oci service-mesh work-request list --operation-status --resource-id ``
63
+
64
+ * Support for sorting in the list work requests, list work request errors, list work request logs
65
+
66
+ * ``oci service-mesh work-request list --sort-by --sort-order ``
67
+ * ``oci service-mesh work-request list-work-request-errors --sort-by --sort-order ``
68
+ * ``oci service-mesh work-request list-work-request-logs --sort-by --sort-order ``
69
+
70
+ * Fusion Application service
71
+
72
+ * Support for Fusion Application self-service refresh scheduling
73
+
74
+ * ``oci fusion-apps update-refresh-activity-details update-refresh-activity ``
75
+ * ``oci fusion-apps refresh-activity delete ``
76
+
77
+ * Support for new optional parameters in create-refresh-activity-details
78
+
79
+ * ``oci fusion-apps create-refresh-activity-details create-refresh-activity --time-scheduled-start ``
80
+
81
+ * Support for new refresh activity lifecycle state NEEDS_ATTENTION in list
82
+
83
+ * ``oci fusion-apps refresh-activity list --lifecycle-state needs_attention ``
84
+
85
+ * Golden Gate service
86
+
87
+ * Support for new commands
88
+
89
+ * ``oci goldengate connection create-connection-create-azure-data-lake-storage-connection-details ``
90
+ * ``oci goldengate connection create-connection-create-azure-synapse-connection-details ``
91
+ * ``oci goldengate connection create-connection-create-kafka-schema-registry-connection-details ``
92
+ * ``oci goldengate connection create-connection-create-postgresql-connection-details ``
93
+ * ``oci goldengate connection update-connection-update-azure-data-lake-storage-connection-details ``
94
+ * ``oci goldengate connection update-connection-update-azure-synapse-connection-details ``
95
+ * ``oci goldengate connection update-connection-update-kafka-schema-registry-connection-details ``
96
+ * ``oci goldengate connection update-connection-update-postgresql-connection-details ``
97
+
98
+ * Support for new optional parameter
99
+
100
+ * ``oci goldengate connection create-object-storage-connection --private-key-passphrase ``
101
+ * ``oci goldengate connection update-object-storage-connection --private-key-passphrase ``
102
+
103
+ Changed
104
+ ~~~~~~~
105
+ * [BREAKING] The command ingest-stream-distribution-channel-asset-metadata-entry-details has been renamed in Media service
106
+
107
+ * ``oci media-services stream-distribution-channel ingest ``
108
+
109
+ * [BREAKING] Optional parameters --rule are now required for access-policy create in Service Mesh service
110
+
111
+ * ``oci service-mesh access-policy create --rule
112
+
113
+ * Required parameters --listeners and --service-discovery are now optional on virtual-deployment in Service Mesh service
114
+
115
+ * ``oci service-mesh virtual-deployment create --listeners, --service-discovery ``
116
+ * ``oci service-mesh virtual-deployment create-virtual-deployment-dns-service-discovery-configuration --listeners ``
117
+
118
+
9
119
3.21.0 - 2022-12-06
10
120
--------------------
11
121
Added
0 commit comments