github pressly/goose v3.23.1

latest release: v3.24.0
11 days ago

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

Don't miss a new goose release

NewReleases is sending notifications on new releases.