## What's Changed * Fixed sqlserver not actually getting a lock if lock is already set by @urbim in https://github.com/golang-migrate/migrate/pull/1186 * Bump golang.org/x/oauth2 from 0.18.0 to 0.27.0 by @dependabot[bot] in https://github.com/golang-migrate/migrate/pull/1299 * Update apt-key to gpg by @sandhilt in https://github.com/golang-migrate/migrate/pull/1277 * Update dktest to v0.4.6 for docker vuln fix by @dhui in https://github.com/golang-migrate/migrate/pull/1309 * refactor: Remove go.uber.org/atomic in favor of std sync/atomic by @romshark in https://github.com/golang-migrate/migrate/pull/1303 * Ensure bufferWriter is always closed in Migration.Buffer and propagate close errors by @ckantcs in https://github.com/golang-migrate/migrate/pull/1308 * Add support for Go 1.25 and drop support for 1.23 by @dhui in https://github.com/golang-migrate/migrate/pull/1310 ## New Contributors * @urbim made their first contribution in https://github.com/golang-migrate/migrate/pull/1186 * @sandhilt made their first contribution in https://github.com/golang-migrate/migrate/pull/1277 * @romshark made their first contribution in https://github.com/golang-migrate/migrate/pull/1303 * @ckantcs made their first contribution in https://github.com/golang-migrate/migrate/pull/1308 **Full Changelog**: https://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0