Metadata-Version: 2.1
Name: hyssop_aiodb
Version: 0.0.10
Summary: Extended hyssop components and utilities
Home-page: https://github.com/hsky77/hyssop
Author: hsky77
Author-email: howardlkung@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# hyssop-aiodb

## 0.0.10

- Improve async MySQL connection acquire/release stability under cancellation.
- Add timeout-bounded MySQL connect and ping handling with safer reconnect cleanup.
- Roll back automatically on cursor context exceptions to avoid returning dirty transactions to the pool.
- Improve MySQL pool proxy selection to reduce unnecessary waiting on locked connections.
- Expand MySQL unit coverage for CRUD, cancellation, and rollback scenarios.


