Skip to content

2.0.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vinhch vinhch released this 28 Aug 03:47
· 25 commits to master since this release

Changes:

  • Return path ASAP if queryParams don't contain anything.
  • Make SmartRetryExecutionPolicy can dynamically resize the leacky bucket size (some customers may have a bigger bucket).
  • Leak rate can change to, but not sure bizweb have supported larger rate or not.
  • Use named HttpClient from HttpClientFactory for default CreateHttpClient() method, to prevent any ambiguous from other HttpClient instances.
  • ValueTuple not support for .Net 4.5, use Tuple instead of.