Skip to content

Commit 4cc1431

Browse files
committed
Fix spelling in the CHANGELOG
Signed-off-by: John Bampton <[email protected]>
1 parent ab1c5e2 commit 4cc1431

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Added
598598

599599
Changed
600600
-------
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
602602

603603
====================
604604
2.129.3 - 2024-07-16
@@ -1183,7 +1183,7 @@ Breaking
11831183
--------
11841184
* Support for retries by default on operations of the Database Tools service
11851185
* 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
11871187
* Properties `user_password`, `connection_string` and `user_name` were removed from models `CreateDatabaseToolsConnectionOracleDatabaseDetails` and `CreateDatabaseToolsConnectionMySqlDetails` in the Database Tools service
11881188

11891189
====================
@@ -2398,11 +2398,11 @@ Breaking
23982398

23992399
Changed
24002400
-------
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`
24062406

24072407
====================
24082408
2.68.0 - 2022-05-17
@@ -4005,7 +4005,7 @@ Added
40054005

40064006
Breaking
40074007
--------
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
40094009
* Parameter `lifecycle_state` removed state `OFFLINE` and added `DISCONNECTED` in the Database service
40104010

40114011
====================
@@ -4500,7 +4500,7 @@ Added
45004500
Breaking
45014501
--------
45024502
* 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
45044504
* `"PURGE_WAAS_POLICY"` removed as option for oci.waas.models.WorkRequest.operation_type
45054505
* `"PURGE_WAAS_POLICY"` removed as option for oci.waas.models.WorkRequestSummary.operation_type
45064506

@@ -4921,7 +4921,7 @@ Added
49214921

49224922
Fixed
49234923
-----
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.
49254925

49264926
====================
49274927
2.0.3 - 2018-09-06
@@ -5022,7 +5022,7 @@ Added
50225022

50235023
Fixed
50245024
-------
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.
50265026

50275027
====================
50285028
1.4.2 - 2018-06-14
@@ -5222,7 +5222,7 @@ Changed
52225222
* Added dependency on pyOpenSSL <= 17.4.0 as the minimum cryptography version for pyOpenSSL 17.5.0 is 2.1.4
52235223

52245224
* Upgraded six dependency to 1.11.0
5225-
* Ugraded requests dependency to 2.18.4
5225+
* Upgraded requests dependency to 2.18.4
52265226

52275227
====================
52285228
1.3.11 - 2017-12-11

0 commit comments

Comments
 (0)