queries v2.1.0 Release Notes
Release Date: 2020-03-09 // about 5 years ago-
No data yet ๐
You can check the official repo
Previous changes from v2.0.0
-
- โ REMOVED support for Python 2.6
- ๐ FIXED CPU Pegging bug: Cleanup IOLoop and internal stack in
TornadoSession
on connection error. In the case of a connection error, the failure to do this caused CPU to peg @ 100% utilization looping on a non-existent file descriptor. Thanks to cknave for his work on identifying the issue, proposing a fix, and writing a working test case. - ๐ณ Move the integration tests to use a local docker development environment
- โ Added new methods
queries.pool.Pool.report
andqueries.pool.PoolManager.Report
for reporting pool status. - โ Added new methods to
queries.pool.Pool
for returning a list of busy, closed, executing, and locked connections.