v1.3.0
What's Changed
- Add configurable retry settings with sensible defaults during API token authentication in #88
- Add configurable retry settings with sensible defaults for Stax API requests in #88
Description of Changes
The SDK has had retries added to improve the reliability of requests. These settings are configurable based on the consumers requirements.
TOKEN_EXPIRY_THRESHOLD_IN_MINS
has been moved into the StaxConfig class and been marked as deprecated, this will be removed in a future release. Consumers can continue to use environment variables by configuring the StaxConfig settings as desired.
Full Changelog: v1.2.1...v1.3.0