Releases: cake-contrib/Cake.Curl
Releases · cake-contrib/Cake.Curl
4.1.0
New Features
- #35 Added support for the
--create-dirs
option - #26 Added support for the
--max-time
and--connect-timeout
options (thanks to @deqenq) - #12 Added support for retrying failed operations (thanks to @deqenq)
- #8 Added support for reporting HTTP errors with the
--fail
option (thanks to @deqenq)
Bug Fixes
- #24 Passwords are now redacted from the diagnostic log
Improvements
4.0.0
Breaking Changes
- #15 Support Cake 0.30.0 and later (thanks to @jzeferino)
3.0.0
Breaking Changes
As of this release, Cake.Curl targets the .NET Standard 2.0 in addition to the .NET Framework 4.6.
2.1.0
2.0.0
Breaking Changes
New Features
- #4 Adds the possibility to specify custom HTTP headers (thanks to @johanbenschop).
Fixes
- #6 Uses the official Cake Contributions icon for the NuGet package.
1.0.0
- #2 Added to the list of add-ins on the Cake website (cake-build/website@8b7653d)