Releases: stax-labs/lib-stax-python-sdk
Releases · stax-labs/lib-stax-python-sdk
v1.3.1
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
v1.2.1
What's Changed
- Add response content to ApiException class by @Anton0 in #83
- feat(sdk): allow for multi config by @ZXYmania in #86
- chore(deps): bump pyjwt from 1.7.1 to 2.4.0 by @dependabot in #85
- feat(sdk): version 1.2.1 by @ZXYmania in #87
Description of Changes
Allow for the creation and usage of multiple configs at a time
Allow configs to define host name and region at run time
New Contributors
- @dependabot made their first contribution in #85
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- chore(examples): add networking examples by @doradimitriou in #77
- chore(platform): bump codecov by @Levence in #79
- chore(examples): add networking prefix list examples by @Levence in #78
- feat(Logs): don't set log level for other packages by @Anton0 in #81
- feat(Logs): allow configuration of logging levels by @richardkeit in #80
New Contributors
- @doradimitriou made their first contribution in #77
Full Changelog: v1.1.3...v1.2.0