Skip to content

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 01:16
6ae9370

Fixed

  • apply now works against SQLite. UseSqliteSchema(...) registers a DbDataSource (alongside the existing introspection source) so the core's SQL executor can open connections to run the migration.

Security

  • Pin the bundled native SQLite library (SQLitePCLRaw.lib.e_sqlite3) forward to the patched 3.50.3, resolving advisory GHSA-2m69-gcr7-jv3q. This replaces the prior NuGetAudit suppression with an actual fix.