Skip to content

Releases: stax-labs/lib-stax-python-sdk

v1.3.1

11 Oct 04:45
50fe238
Compare
Choose a tag to compare

What's Changed

  • Removal of unnecessary print statements from modules

v1.3.0

27 Sep 00:31
4e630fe
Compare
Choose a tag to compare

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

17 Aug 05:29
344f761
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Mar 03:05
d9c857f
Compare
Choose a tag to compare

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

Full Changelog: v1.1.3...v1.2.0

v1.1.3

27 Apr 00:37
c7239a5
Compare
Choose a tag to compare

General:

  • remove unused rpc lookups

StaxClient:

  • reduce probability for token expiry moments after retrieval

v1.1.2

26 Feb 06:28
1f3c531
Compare
Choose a tag to compare

General:

  • Lock openapi-spec-validator dependecy to 0.2.9

v1.1.1

26 Feb 06:13
696b1ea
Compare
Choose a tag to compare

General:

  • Lock openapi-spec-validator dependecy to 0.2.9

v1.1.0

27 Jan 00:47
930233e
Compare
Choose a tag to compare

General:

  • warrant dependency removed to eliminate native dependencies which simplifies deployment to lambda #63

v1.0.6

02 Dec 23:34
2609d55
Compare
Choose a tag to compare

General:

  • dependancy cleanup to remove pycrypto as unused #61

v1.0.5

27 Oct 04:13
086b52c
Compare
Choose a tag to compare

General:

  • print improvements made to examples #56
  • cleanup metadata sent by the SDK #55

StaxClient:

  • improve reliability of authentication (handle race condition) #57