Skip to content

Releases: cake-contrib/Cake.Curl

4.1.0

21 May 21:27
v4.1.0
Compare
Choose a tag to compare

New Features

Bug Fixes

  • #24 Passwords are now redacted from the diagnostic log

Improvements

4.0.0

15 Jan 19:49
v4.0.0
Compare
Choose a tag to compare

Breaking Changes

3.0.0

18 May 12:14
v3.0.0
Compare
Choose a tag to compare

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

16 Jan 17:24
v2.1.0
Compare
Choose a tag to compare

New Features

  • #11 Add support for specifying the HTTP method.
  • #7 Add support for following HTTP redirects.

2.0.0

24 Oct 09:57
v2.0.0
Compare
Choose a tag to compare

Breaking Changes

New Features

  • #4 Adds the possibility to specify custom HTTP headers (thanks to @johanbenschop).

Fixes

1.0.0

13 Jan 20:37
v1.0.0
Compare
Choose a tag to compare

1.0.0-beta4

11 Jan 10:10
v1.0.0-beta4
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release
  • Allows to upload a file using a relative path (5476eb2)
  • Resolves the curl executable on Windows (e14bce9)

1.0.0-beta3

08 Jan 22:03
v1.0.0-beta3
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
  • Adds support for downloading files (9f07228, 19eff68)
  • Adds a setting to enable verbose output (fac410b)
  • Adds a setting to display a simple progress bar (6ee625a)