Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.02 KB

File metadata and controls

46 lines (26 loc) · 1.02 KB

Changelog

2.1.0

🛠 Technical

  • Upgrade to .NET 10
  • Added 'ClientCredentialsBaseClient' support.
  • Added possibility to pass MediaTypeFormatters to 'HttpResponseMessageExtensions.ReadAsAsync'

2.0.0

🛠 Technical

  • Upgrade to .NET 8
  • Switch to System.Text.Json to improve performance.

2.0.1

🛠 Technical

  • Minor bug fixes on tools (CI, csproj, etc...)

2.0.2

🐛 Bug Fixes

  • Fixed a bug where the entire query string was encoded instead of only the query parameter keys and values.

2.0.3

🛠 Technical

  • Fixed HttpClientFactory usage in default request sender
  • Migrate to SLNX

2.1.0

✨ Features

  • Added support for Versioned API routes via VersionedEndpoint class, and GetBuilder(VersionedEndpoint endpoint) method signatures.
  • Added support for ClientCredentials OAuth authentication flow via ClientCredentialsBaseClient and CachedClientCredentialsBaseClient.

🛠 Technical

  • Overriding GetBuilder now changes the behaviour of GetBuilderAsync.