Skip to content

Latest commit

Β 

History

History
39 lines (21 loc) Β· 844 Bytes

File metadata and controls

39 lines (21 loc) Β· 844 Bytes

Changelog

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.