1.5.1
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.backupmethod. - gevent: disable gevent after fork hook which could result in a performance regression.