Changelog
For release notes of previous versions, please check the Releases page in RestSharp GitHub repository.
Changes between major versions are documented in the documentation for each version on this website.
v112.0
- Security fix for CVE-2024-45302. Header values cannot contain
CRLF.
v112.1
- Follow up on v112.0 security fix: remove
\tfrom the list of forbidden characters in headers.