Skip to content

Releases: aio-libs/async-timeout

async-timeout 1.4.0 release

13 Mar 09:56
Compare
Choose a tag to compare

Changes

  • Implement remaining property (#20)

    • If timeout is not started yet or started unconstrained:
      remaining is None
    • If timeout is expired: remaining is 0.0
    • All others: roughly amount of time before TimeoutError is triggered

async-timeout 1.3.0 release

23 Aug 08:40
Compare
Choose a tag to compare

Changes

  • Don't suppress nested exception on timeout. Exception context points
    on cancelled line with suspended await (#13)

  • Introduce .timeout property (#16)

  • Add methods for using as async context manager (#9)

async-timeout 1.2.1

02 May 16:42
Compare
Choose a tag to compare

Changes

  • Support unpublished event loop's "current_task" api.

async-timeout 1.2.0

13 Mar 04:45
Compare
Choose a tag to compare

CHANGES

  • Extra check on context manager exit

  • 0 is no-op timeout