What's Changed
-
feat: postgres migration table existence check by @mfridman in #860
- Store implementations can optionally implement the
TableExists
method to provide optimized
table existence checks (#860)
-
Default postgres Store implementation updated to use
pg_tables
system catalog, more to follow -
Backward compatible change - existing implementations will continue to work without modification
TableExists(ctx context.Context, db database.DBTxConn) (bool, error)
- Store implementations can optionally implement the
-
Update README - examply mssql connection string by @alex9311 in #866
-
fix: CVE-2024-45337 in golang.org/x/crypto bump to v0.31.0 by @k2589 in #871
New Contributors
Full Changelog: v3.23.0...v3.23.1