| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2025-10-03 | 521 Bytes | |
| goose_linux_arm64 | 2025-10-03 | 35.9 MB | |
| goose_windows_x86_64.exe | 2025-10-03 | 38.4 MB | |
| goose_darwin_arm64 | 2025-10-03 | 36.8 MB | |
| goose_darwin_x86_64 | 2025-10-03 | 38.5 MB | |
| goose_linux_x86_64 | 2025-10-03 | 37.9 MB | |
| goose_windows_arm64.exe | 2025-10-03 | 32.5 MB | |
| README.md | 2025-10-03 | 772 Bytes | |
| v3.26.0 source code.tar.gz | 2025-10-03 | 321.6 kB | |
| v3.26.0 source code.zip | 2025-10-03 | 427.7 kB | |
| Totals: 10 Items | 220.7 MB | 1 | |
What's Changed
- Add
*slog.Loggersupport to goose provider via optionWithSlog(#989) - Add convenience
WithTableNameprovider option (#985) - Minor bug fixes and dependency upgrades
- Add general purpose
Lockerinterface to support DB locking with a table-based Postgres implementation vialock.NewPostgresTableLocker(#993 for more details) - Unlike
SessionLocker, this uses the*sql.DBconnection pool - Add
WithLockeroption to goose provider
New Contributors
- @emmanuel-ferdman made their first contribution in https://github.com/pressly/goose/pull/983
- @jamesleeht made their first contribution in https://github.com/pressly/goose/pull/982
Full Changelog: https://github.com/pressly/goose/compare/v3.25.0...v3.26.0