Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

goose 3.23.1 #200932

Merged
merged 2 commits into from
Dec 12, 2024
Merged

goose 3.23.1 #200932

merged 2 commits into from
Dec 12, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* feat: postgres migration table existence check by @mfridman in https://github.com/pressly/goose/pull/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
```go
TableExists(ctx context.Context, db database.DBTxConn) (bool, error)
```

New Contributors

Full Changelog: pressly/goose@v3.23.0...v3.23.1

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 12, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 12, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 12, 2024
Merged via the queue into master with commit 3f21829 Dec 12, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-goose-3.23.1 branch December 12, 2024 18:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants