Skip to content

Releases: FrendsPlatform/Frends.Web

1.2.57

08 Nov 12:21
fbc80f1
Compare
Choose a tag to compare

What's Changed

  • Address memory leak when using 'Token' authentication (#41) by @nortti in #42

Full Changelog: 1.2.56...1.2.57

1.2.56

25 Jan 10:23
0a84fbe
Compare
Choose a tag to compare

Implements issues:
#37 Reponse objects are now disposed, in some cases leaving them undisposed could leak memory
#34 Certificates can now be loaded as base64 instead of relying on the machine certificate store
#33 Client certificates authentication can now include the whole chain

1.2.53

03 Feb 08:59
1564531
Compare
Choose a tag to compare

Task now targets both .NET Standard 2.0 and .NET Framework 4.7.1

Added new Task, HttpSendAndReceiveBytes for Sending and Receiving byte content.

Issue #30 Task result now shows more clearly if Task fails due to a timeout or a cancellation

Issue #27 Added option to set cookie header manually

1.1.43

15 Feb 08:37
Compare
Choose a tag to compare

DELETE operation can now have content

1.1.42

24 Aug 06:41
5f19d08
Compare
Choose a tag to compare

Fixes issue #10: HttpClient is now cached per Process to reduce number of open connections

Adds new Task, HttpSendBytes to allow sending e.g. compressed or file content (issue #20)

1.0.38

09 Mar 08:44
3fb8849
Compare
Choose a tag to compare

Fixed issues:

  • #12 - Encoding for POST content is now set according to the Content-Type header
  • #14 - HTTP verbs always defined in upper-case, added HEAD, CONNECT, OPTION verbs.
  • #16 - Replaced Frends.Task.Attributes usage with System.ComponentModel.DataAnnotations

0.9.32

25 Oct 07:02
Compare
Choose a tag to compare

Issue #7 - Added HttpRequestBytes task for binary data requests

v0.8.31

21 Sep 17:47
Compare
Choose a tag to compare

#4 - Add client certificate as authentication option

v0.8.29

21 Sep 17:44
Compare
Choose a tag to compare

Fixes issue #1

v0.7.26

21 Sep 17:43
Compare
Choose a tag to compare
v0.7.26 Pre-release
Pre-release

Initial public release