Added upgrading instructions

This commit is contained in:
Nicolae Iotu 2023-12-01 08:58:51 +00:00
parent bfb9ab4ef7
commit 5b4482c86d
No known key found for this signature in database
GPG Key ID: 81219512687EAC4E

View File

@ -50,6 +50,15 @@ changed (fixed).
Note that Traditional Rules should not be used to validate data that is not a
string.
The use of the `ssl_key` option in CURLRequest was removed
==========================================================
CURLRequest option `ssl_key` it's not recognized anymore.
If in use, option `ssl_key` must be replaced with option `verify` in order to define the path
to a CA bundle for CURLRequest.
CURLRequest option `verify` can also take *boolean* values as usual.
*********************
Breaking Enhancements
*********************