Skip to content

v1.2.4

Choose a tag to compare

@sfc-gh-abhatnagar sfc-gh-abhatnagar released this 09 Jun 22:51
· 29 commits to NetFramework461 since this release
bfc6570
  • Fix Decimal conversion overflow issue when integer or decimal part are greater than max int64.
  • Use Task.Delay instead of Thread.Sleep in the Async method to avoid blocking the main thread
  • Ability to turn off Certificate Revocation List validation via connection setting.
  • Change default connection timeout from 900sec to 120sec and change retryable http codes removing retry on 400, 429 and adding retry on 403.
  • Change setting DefaultConnectionLimit on each ServicePoint to setting it globally via the ServicePointManager as it causes timeout .