Skip to content

Releases: dragonfruitnetwork/rest-client

2021.111

11 Jan 10:53
d4e8ba1
Compare
Choose a tag to compare
2021.111 Pre-release
Pre-release

Adds a progress update callback for ApiFileRequests

2020.1228

28 Dec 18:23
9c3d41c
Compare
Choose a tag to compare
Merge pull request #57 from aspriddell/net50-redirecthandler

add support for .net 5 headerpreserving handler

2020.1224.2

24 Dec 21:11
d48256a
Compare
Choose a tag to compare

Adds a new property for including dynamically-generated queries on-the-go

2020.1224.1

24 Dec 15:58
47d0ed4
Compare
Choose a tag to compare

Adds new enum handling switcher

2020.1224

24 Dec 08:11
ee3e88a
Compare
Choose a tag to compare

Adds better locking system that doesn't involve while loops and thread blocks (well at least we don't do it...)

Also added a public method, RequestClientReset(bool resetClient) in the ApiClient for when you want to invoke a dispose at the earliest convenience

2020.1221

21 Dec 17:07
c06ccae
Compare
Choose a tag to compare

Added better change tracking and new header management system.

Includes a new HttpClientHandler, InsecureSslVerificationHandler for testing/development when SSL doesn't matter

2020.1208

08 Dec 19:59
ea334da
Compare
Choose a tag to compare

Improves locking logic - no breaking changes

2020.1201

01 Dec 09:39
be90a21
Compare
Choose a tag to compare

This release adds new functionality for query/form params, a new basic file request and an overhead reduction when using the WebServices.

Breaking Changes

  • Moved the BasicApiRequest and the BasicApiRequestExtensions to a new namespace, DragonFruit.Common.Data.Basic
  • AsyncUtils have been removed

2020.1119

19 Nov 18:25
e8c90b3
Compare
Choose a tag to compare

Increases the details provided with a HttpRequestException when using Perform<T>() function

2020.1114

14 Nov 19:29
Compare
Choose a tag to compare

Adds .NET 5 support and cleans up some of the code

Breaking Changes

  • Classes implementing ISerializer need to change the deserialization method input type from Task<Stream> to Stream