v2.0.2
·
591 commits
to master
since this release
- 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.