Releases: dragonfruitnetwork/rest-client
2021.111
Adds a progress update callback for ApiFileRequest
s
2020.1228
Merge pull request #57 from aspriddell/net50-redirecthandler add support for .net 5 headerpreserving handler
2020.1224.2
Adds a new property for including dynamically-generated queries on-the-go
2020.1224.1
Adds new enum handling switcher
2020.1224
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
Added better change tracking and new header management system.
Includes a new HttpClientHandler
, InsecureSslVerificationHandler
for testing/development when SSL doesn't matter
2020.1208
Improves locking logic - no breaking changes
2020.1201
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 theBasicApiRequestExtensions
to a new namespace,DragonFruit.Common.Data.Basic
AsyncUtils
have been removed
2020.1119
Increases the details provided with a HttpRequestException
when using Perform<T>()
function
2020.1114
Adds .NET 5 support and cleans up some of the code
Breaking Changes
- Classes implementing
ISerializer
need to change the deserialization method input type fromTask<Stream>
toStream