Skip to content

1.5.1

Choose a tag to compare

@mabdinur mabdinur released this 06 Oct 20:02
· 29 commits to 1.5 since this release
285ddc6

Bug Fixes

  • dbapi: add iterable methods on TracedCursor. Previously these were not present and would cause iterable usage of cursors in DB API integrations to fail.
  • sqlite3: fix error when using connection.backup method.
  • gevent: disable gevent after fork hook which could result in a performance regression.