Skip to content

v2.0.2

Choose a tag to compare

@sfc-gh-abhatnagar sfc-gh-abhatnagar released this 09 Jun 22:58
· 591 commits to master since this release
7be0335
  • 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.