Skip to content

v0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 07:26
89d0d3c

[0.27.0] - 2025-02-11

  • runner: add shutdown method to DB and AsyncDB trait to allow for graceful shutdown of the database connection. Users are encouraged to call Runner::shutdown or Runner::shutdown_async after running tests to ensure that the database connections are properly closed.