v0.27.0
[0.27.0] - 2025-02-11
- runner: add
shutdownmethod toDBandAsyncDBtrait to allow for graceful shutdown of the database connection. Users are encouraged to callRunner::shutdownorRunner::shutdown_asyncafter running tests to ensure that the database connections are properly closed.