Skip to content

v3.23.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 15:23
· 8 commits to master since this release
v3.23.1
1a5b755

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)
  • 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