Releases: yzzyzz/ASKdb
Releases · yzzyzz/ASKdb
ASKdb CE 1.2
What's New
- Fixed MySQL connection crash: Resolved an assertion failure in
MySQLConnection.deinitby closing connections through the proper async path before deallocation, instead of bypassing the driver's internal close state. - Eliminated connection race condition: Concurrent requests to the same connection now share a single in-flight task, preventing duplicate connections that were dropped without cleanup and crashed on release.
- Concurrency cleanup: Cleaned up Swift 6 default MainActor isolation warnings across the data services.