Skip to content

107.0.0-preview.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexeyzimarev alexeyzimarev released this 13 Dec 18:29
· 311 commits to dev since this release

First preview release using HttpClient.

This release includes major breaking changes:

  • Interface IRestClient is removed, use RestClient class instead
  • Interface IRestRequest is removed, use RestRequest class instead
  • Interface IRestResponse is removed, use RestResponse class instead
  • Most of the client options are now in RestClientOptions as they can't be changed after creating the HttpMessageHandler instance
  • All synchronous methods are gone, use asynchronous methods instead
  • Default JSON serializer is now using System.Text.Json, SimpleJson is gone
  • Support for .NET 4.5 is removed, for legacy .NET Framework use the .NET Standard package