Skip to content

Commit 2f68cc9

Browse files
Releasing version 3.21.0
Releasing version 3.21.0
2 parents fca8a2d + 48770d7 commit 2f68cc9

File tree

43 files changed

+5069
-445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+5069
-445
lines changed

CHANGELOG.rst

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,146 @@ 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.21.0 - 2022-12-06
10+
--------------------
11+
Added
12+
~~~~~
13+
14+
* Support for the Document Understanding service
15+
16+
* ``oci ai-document``
17+
18+
* Support for Container Instances service
19+
20+
* ``oci container-instances``
21+
22+
* Support for Collecting Diagnostics action in GoldenGate Deployment service
23+
24+
* ``oci goldengate deployment collect-diagnostics``
25+
26+
* Support for enabling create stack from OCI DevOps Service or Bitbucket Cloud/Server as Source Control Management in Resource Manager service
27+
28+
* ``oci resource-manager configuration-source-provider update-bitbucket-cloud-username-app-password-provider``
29+
* ``oci resource-manager configuration-source-provider update-bitbucket-server-access-token-provider``
30+
* ``oci resource-manager stack create-from-bitbucket-cloud``
31+
* ``oci resource-manager stack create-from-bitbucket-server``
32+
* ``oci resource-manager stack update-from-bitbucket-cloud``
33+
* ``oci resource-manager stack update-from-devops``
34+
* ``oci resource-manager configuration-source-provider create-bitbucket-cloud-username-app-password-provider``
35+
* ``oci resource-manager configuration-source-provider create-bitbucket-server-access-token-provider``
36+
* ``oci resource-manager stack code``
37+
38+
39+
40+
* Support for new optional parameters for Devops Deployments in Devops service
41+
42+
* ``oci devops deployment create-pipeline-deployment --stage-override-arguments``
43+
* ``oci devops deployment create-single-stage-deployment --stage-override-arguments``
44+
45+
* Stack Monitoring service
46+
47+
* Support for PeopleSoft Discovery in Stack Monitoring service
48+
49+
* ``oci stack-monitoring discovery-job create --discovery-details``
50+
51+
* Support for Apache Tomcat and SQLServer Discovery
52+
53+
* ``oci stack-monitoring discovery-job create --discovery-detail``
54+
55+
* Mysql Database Service
56+
57+
* Support for new required parameter "compartmentId" in BackupSummary response of API
58+
59+
* ``oci mysql backup get --backup-id"``
60+
61+
* Supports Managed Read Reaplicas - Load Balancing by adding a LOADBALANCER endpoint to DbSystem endpoints
62+
63+
* ``oci mysql db-system get --db-system-id"``
64+
65+
* Support for Mysql Database Service Managed Read Replicas
66+
67+
* ``oci mysql replica *``
68+
69+
* Support for new optional parameters that allow to set up replication filters
70+
71+
* ``oci mysql channel create-from-mysql --target-filters``
72+
* ``oci mysql channel update-from-mysql --target-filters``
73+
74+
* Support for new optional parameters that allow to set up replication from a source configured without global transaction identifiers
75+
76+
* ``oci mysql channel create-from-mysql --source-anonymous-transactions-handling``
77+
* ``oci mysql channel update-from-mysql --source-anonymous-transactions-handling``
78+
79+
* Support for the Timezone and Language Preferences in Announce service
80+
81+
* ``oci announce announcement-subscription create --preferred-language``
82+
* ``oci announce announcement-subscription update --preferred-language``
83+
* ``oci announce announcements-preferences create --preferred-time-zone``
84+
* ``oci announce announcements-preferences update --preferred-time-zone``
85+
86+
* Support for DataSafe Report Scheduling and Alerts Bulk API in data-safe service
87+
88+
* ``oci data-safe masking-policy download-masking-log``
89+
* ``oci data-safe report-summary list-reports``
90+
* ``oci data-safe report-definition remove``
91+
* ``oci data-safe report-definition schedule-report``
92+
* ``oci data-safe report-definition schedule-report-schedule-audit-report-details``
93+
* ``oci data-safe target-alert-policy-association patch``
94+
95+
* Java Management Service
96+
97+
* Support for Java Server Usage reporting
98+
99+
* ``oci jms java-server-usage``
100+
* ``oci jms java-server-instance-usage summarize``
101+
* ``oci jms deployed-application-usage summarize``
102+
103+
* Support for Java Library Usage reporting
104+
105+
* ``oci jms library-usage *``
106+
107+
* Support for Cryptographic Roadmap Impact Analysis
108+
109+
* ``oci jms crypto-analysis-result *`
110+
* ``oci jms fleet request-crypto-analyses``
111+
112+
* Support for Java Flight Recorder recordings and upload
113+
114+
* ``oci jms fleet request-jfr-recordings``
115+
116+
* Support for Restricting Management of Advanced Functionality
117+
118+
* ``oci jms fleet-advanced-feature-configuration``
119+
120+
* Support for new command
121+
122+
* ``oci jms java-family list``
123+
124+
* Operations Insights
125+
126+
* Support for ExaCS systems to Operations Insights
127+
128+
* ``oci opsi exadata-insights create-pe-comanaged-exadata``
129+
* ``oci opsi exadata-insights enable-pe-comanaged-exadata``
130+
* ``oci opsi exadata-insights update-pe-comanaged-exadata``
131+
* ``oci opsi exadata-insights add-pe-comanaged-exadata-members``
132+
* ``oci opsi database-insights list-database-configurations``
133+
134+
* Optional Parameter ``--vmcluster-name`` parameter added in ``oci opsi database-insights`` and ``oci opsi host-insights``
135+
136+
* ``oci opsi database-insights summarize-database-insight*``
137+
138+
* Support for multiple choices for parameter of type click.Choice
139+
140+
Changed
141+
~~~~~~~
142+
* [BREAKING] ``--compartment-id`` is now a required parameter in ``oci data-safe alert patch``
143+
* Reduced offline installation package size
144+
* Remove deprecated command in the Java Management Service
145+
146+
* ``oci jms java-family-collection list-java-families``
147+
148+
9149
3.20.3 - 2022-11-22
10150
--------------------
11151
Fixed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ certifi
88
cffi>=1.9.1
99
click==7.1.2
1010
coverage==4.5.2
11-
cryptography>=3.2.1,<39.0.0
11+
cryptography>=3.2.1,<=39.0.0
1212
httpsig-cffi==15.0.0
1313
Jinja2==3.0.3
1414
jmespath==0.10.0
1515
ndg-httpsclient==0.4.2
1616
mock==2.0.0
17-
oci==2.88.2
17+
oci==2.89.0
1818
packaging==20.2
1919
pluggy==0.13.0
2020
py==1.10.0
2121
pyasn1==0.2.3
22-
pyOpenSSL>=17.5.0,<=22.0.0
22+
pyOpenSSL>=22.1.0
2323
pycparser==2.20
2424
pyparsing==2.2.0
2525
pytest==3.2.3

scripts/install/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Checksums
7979
-----------
8080
install.sh eff201279e7198101e8cbbe4cea2ca559732f3cd502e145354d7477d2a4621ce
8181
install.ps1 8dba598ded1718cfa2e52ca8785ece31d0b573868eaec9ad2af535d43797a70c
82-
install.py b4d5879f0294ff3344b0b2e131ad4dfd44971f70bdb6d077d6a433c2faa8eb5f
82+
install.py 2062e01a399a6a1f101beaf697820973e32809e20fefeb07b0a3b5416d5588ef

services/ai_document/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# coding: utf-8
2+
# Copyright (c) 2016, 2022, 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.

services/ai_document/src/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# coding: utf-8
2+
# Copyright (c) 2016, 2022, 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.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# coding: utf-8
2+
# Copyright (c) 2016, 2022, 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.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# coding: utf-8
2+
# Copyright (c) 2016, 2022, 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.

0 commit comments

Comments
 (0)