Skip to content

v1.1.0

Choose a tag to compare

@kdcokenny kdcokenny released this 12 Nov 16:41
· 4 commits to main since this release

Changes

  • Remove default 90-second timeout to allow unlimited request duration
  • Requests now default to no timeout (timeout=None), allowing long-running operations to complete without artificial time limits
  • Users can still specify custom timeout values when initializing the client
  • Updated type hints to support for timeout parameter

Breaking Changes

  • Default timeout behavior has changed from 90 seconds to unlimited
  • This may affect applications that relied on the 90-second timeout for error handling

Testing

All 80 tests passing.