v0.5.0
What's Changed
- Refactored request retries - everything is now handled by
RetryContext
. This reduces code duplication by putting request retry handling logic inside the retrying policy - Refactored authentication class signatures - now they take single
Salesforce
client instance instead of many separate dependencies
Full Changelog: v0.4.0...v0.5.0