Skip to content

0.30.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 14:26
· 1135 commits to main since this release
ab1cfdf

Improvements

LibSQL migrations have been updated to utilize batch execution instead of transactions. As stated in the documentation, LibSQL now supports batch operations

A batch consists of multiple SQL statements executed sequentially within an implicit transaction. The backend handles the transaction: success commits all changes, while any failure results in a full rollback with no modifications.

Bug fixed