Skip to content

v0.9.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 18:19
· 2 commits to main since this release
v0.9.4
372693e

0.9.4 (2025-04-30)

  • feat: support List Stores name filter (#181)
  • feat: fix and improve retries and rate limit handling. (#176) - thanks @GMorris-professional
    The SDK now respects the rate limit headers (Retry-After) returned by the server and will retry the request after the specified time.
    If the header is not sent or on network errors, it will fall back to exponential backoff.
  • feat: allow more user customizations for the token issuer (#186) - thanks @manuel-lang
  • fix: ListRelations should not swallow errors (#183)
  • fix: urllib3 compatibility < v2 (#187)