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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -598,7 +598,7 @@ Added
598
598
599
599
Changed
600
600
-------
601
-
* The `INSTANCE_METADATA_URL_CERTIFICATE_RETRIEVER_RETRY_STRATEGY` was changed to retry a max of 3 times for max of 3 minutes and a fixed retry inerval of 30 seconds, and retry on 404, 429 and 5xx errors
601
+
* The `INSTANCE_METADATA_URL_CERTIFICATE_RETRIEVER_RETRY_STRATEGY` was changed to retry a max of 3 times for max of 3 minutes and a fixed retry interval of 30 seconds, and retry on 404, 429 and 5xx errors
602
602
603
603
====================
604
604
2.129.3 - 2024-07-16
@@ -1183,7 +1183,7 @@ Breaking
1183
1183
--------
1184
1184
* Support for retries by default on operations of the Database Tools service
1185
1185
* Support for retries by default on operations of the Monitoring service
1186
-
* The paremeter `opc_retry_token` was removed from operations `change_database_tools_connection_compartment` and `change_database_tools_private_endpoint_compartment` in the Database Tools service
1186
+
* The parameter `opc_retry_token` was removed from operations `change_database_tools_connection_compartment` and `change_database_tools_private_endpoint_compartment` in the Database Tools service
1187
1187
* Properties `user_password`, `connection_string` and `user_name` were removed from models `CreateDatabaseToolsConnectionOracleDatabaseDetails` and `CreateDatabaseToolsConnectionMySqlDetails` in the Database Tools service
1188
1188
1189
1189
====================
@@ -2398,11 +2398,11 @@ Breaking
2398
2398
2399
2399
Changed
2400
2400
-------
2401
-
* The vendored dependency `requests` was updgraded from version `2.21.0` to `2.27.1`
2402
-
* The vendored dependency `urllib3` was updgraded from version `1.24.1` to `1.26.9`
2403
-
* The vendored dependency `chardet` was updgraded from version `3.0.4` to `4.0.0`
2404
-
* The vendored dependency `idna` was updgraded from version `2.8` to `2.10`
2405
-
* The vendored dependency `six` was updgraded from version `1.12.0` to `1.16.0`
2401
+
* The vendored dependency `requests` was upgraded from version `2.21.0` to `2.27.1`
2402
+
* The vendored dependency `urllib3` was upgraded from version `1.24.1` to `1.26.9`
2403
+
* The vendored dependency `chardet` was upgraded from version `3.0.4` to `4.0.0`
2404
+
* The vendored dependency `idna` was upgraded from version `2.8` to `2.10`
2405
+
* The vendored dependency `six` was upgraded from version `1.12.0` to `1.16.0`
2406
2406
2407
2407
====================
2408
2408
2.68.0 - 2022-05-17
@@ -4005,7 +4005,7 @@ Added
4005
4005
4006
4006
Breaking
4007
4007
--------
4008
-
* Data type for paramater `data_storage_size_in_tbs` changed from int to float in the Database service
4008
+
* Data type for parameter `data_storage_size_in_tbs` changed from int to float in the Database service
4009
4009
* Parameter `lifecycle_state` removed state `OFFLINE` and added `DISCONNECTED` in the Database service
4010
4010
4011
4011
====================
@@ -4500,7 +4500,7 @@ Added
4500
4500
Breaking
4501
4501
--------
4502
4502
* oci.waas.WafLog.timestamp type changed from str to datetime
4503
-
* oci.waas.models.Certificate.issuer_name type changed from oci.waas.models.CertificateSubjectName to oci.waas.models.CerticateIssuerName
4503
+
* oci.waas.models.Certificate.issuer_name type changed from oci.waas.models.CertificateSubjectName to oci.waas.models.CertificateIssuerName
4504
4504
* `"PURGE_WAAS_POLICY"` removed as option for oci.waas.models.WorkRequest.operation_type
4505
4505
* `"PURGE_WAAS_POLICY"` removed as option for oci.waas.models.WorkRequestSummary.operation_type
4506
4506
@@ -4921,7 +4921,7 @@ Added
4921
4921
4922
4922
Fixed
4923
4923
-----
4924
-
* ObjectStorageClient requires int value for content_length keyword agruement to put_object and upload_part, but the SDK was not converting the type for the Requests library.
4924
+
* ObjectStorageClient requires int value for content_length keyword argument to put_object and upload_part, but the SDK was not converting the type for the Requests library.
4925
4925
4926
4926
====================
4927
4927
2.0.3 - 2018-09-06
@@ -5022,7 +5022,7 @@ Added
5022
5022
5023
5023
Fixed
5024
5024
-------
5025
-
* Add dependency to idna >=2.5,<2.7 since cryptography and requests both have a dependency on the library and pip can install a version that is incompatable with requests.
5025
+
* Add dependency to idna >=2.5,<2.7 since cryptography and requests both have a dependency on the library and pip can install a version that is incompatible with requests.
5026
5026
5027
5027
====================
5028
5028
1.4.2 - 2018-06-14
@@ -5222,7 +5222,7 @@ Changed
5222
5222
* Added dependency on pyOpenSSL <= 17.4.0 as the minimum cryptography version for pyOpenSSL 17.5.0 is 2.1.4
0 commit comments