Connection.set_progress_handler() allows multiple callbacks (multiplexed by APSW).
Added apsw.ext.query_limit to limit total row count and execution time within a block. (APSW issue 520)
Connection.config() updated with new DBCONFIG options
Adjustments for SQLite’s new build process.