The main release feature is that batch inserts and updates are not re-preparing the SQL statement (they just get rebound). That provides a significant speedup for those operations.
It results in a minor API change, the API now requires a Collection, a Sequence is not sufficient anymore. Shouldn't affect any code.
Also:
- fixes a SQL bug that could happen when triggers have a trailing comment (e.g.
CREATE TRIGGER (...) -- this and that) - Adjusted the macros for the new URL based plugin API in Swift 6 (removes deprecation warnings in Xcode 16b)