queries v2.1.0 Release Notes
Release Date: 2020-03-09 // over 6 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
TornadoSessionon 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.reportandqueries.pool.PoolManager.Reportfor reporting pool status. - ➕ Added new methods to
queries.pool.Poolfor returning a list of busy, closed, executing, and locked connections.