Skip to content

v0.25.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 20:25
· 74 commits to refs/heads/main since this release
6cb8e07

🐛 Fixes

  • fix: Resolve failures when a long-running session would time-out in the DB connection after more than 4+ hours (#676) - Thanks, @benjaminwilen!

🔃 Refactoring

  • refactor(internal): SQL backends now take a SQLConfig object instead of SQL Engine, allowing deferred SQL engine creation (#676) - Thanks, @benjaminwilen!

⚙️ Under the Hood