Changelog
All notable changes to Dangl.RestClient are documented here.
v1.4.0:
- The method
ResponseWrapper.GetResponseWrapper
was renamed toResponseWrapper.GetResponseWrapperAsync
v1.3.0:
- Dependencies were updated to the latest versions, especially Dangl.Identity
- Tests now cover the
netcoreapp2.2
framework, tests fornetcoreapp2.0
were dropped
v1.2.2:
- Add
GzipHandler
v1.2.0:
- Refactoring to be usable with the
HttpClientFactory
- The minimum requirement is now
netstandard2.0
v1.1.4:
- Replace
Dangl.Identity.OAuth
package withDangl.Identity.Client.Mvc
v1.1.3:
- Dependencies update
- Internal refactoring
v1.1.2:
- Dependencies update
v1.1.1:
Dangl.RestClient.Identity.Server
is now public
v1.1.0
- Added Dangl.RestClient.Identity.TrustedServer package
- Refactoring to simplify setup of
DanglHttpClient
v1.0.2
- Add
ITokenHandler
to allow theAuthenticationHandler
to be able to obtain and refresh OAuth2 tokens - Add
Dangl.RestClient.Identity.App
andDangl.RestClient.Identity.Server
libraries
v1.0.1
- Maintenance Release
- Add
netstandard2.0
target
v1.0.0
- Initial Release