Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Version v1.3.1

Compare
Choose a tag to compare
@popravich popravich released this 02 Dec 09:55
· 496 commits to master since this release

Bugfixes

  • Fix transaction data decoding (see #657);
  • Fix duplicate calls to pool.wait_closed() upon create_pool() exception (see #671);

Deprecations and Removals

  • Drop explicit loop requirement in API. Deprecate loop argument.
    Throw warning in Python 3.8+ if explicit loop is passed to methods (see #666).

Misc