Add new context.Context-aware functions and methods, for both sql and go migrations.
Return error when no migration files found or dir is not a directory.
Note, tags v3.12.0, v3.12.1, v3.12.2 have been retracted because they contained the wrong module reference, please use the current release v3.13.0 onwards. Apologies for the inconvenience.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/pressly/goose/v3](https://github.com/pressly/goose) from 3.11.2 to 3.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pressly/goose/releases">github.com/pressly/goose/v3's releases</a>.</em></p>
<blockquote>
<h2>Release v3.13.0</h2>
<h2>Changelog</h2>
<ul>
<li>Fix <code>up</code> and <code>up -allowing-missing</code> behavior.</li>
<li>Fix empty version in log output.</li>
<li>Add new <code>context.Context</code>-aware functions and methods, for both sql and go migrations.</li>
<li>Return error when no migration files found or dir is not a directory.</li>
</ul>
<p>Note, tags <code>v3.12.0</code>, <code>v3.12.1</code>, <code>v3.12.2</code> have been retracted because they contained the wrong module reference, please use the current release <code>v3.13.0</code> onwards. Apologies for the inconvenience.</p>
<p><strong>Full Changelog</strong>: <a href="https://github.com/pressly/goose/compare/v3.11.2...v3.13.0">https://github.com/pressly/goose/compare/v3.11.2...v3.13.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pressly/goose/blob/master/CHANGELOG.md">github.com/pressly/goose/v3's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/pressly/goose/compare/v3.11.2...v3.13.0">v3.13.0</a> - 2023-06-29</h2>
<ul>
<li>Update go.mod and retract all v3.12.X tags. They were accidentally pushed and contain a reference
to the wrong Go module.</li>
<li>Fix <code>up</code> and <code>up -allowing-missing</code> behavior.</li>
<li>Fix empty version in log output.</li>
<li>Add new <code>context.Context</code>-aware functions and methods, for both sql and go migrations.</li>
<li>Return error when no migration files found or dir is not a directory.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pressly/goose/commit/26295ee173dfe8cb89d4daa8f96e3344a0bb09d9"><code>26295ee</code></a> Release v3.13.0</li>
<li><a href="https://github.com/pressly/goose/commit/aedfab058460348cab7b6efbc5a3278b6750f337"><code>aedfab0</code></a> Release v3.12.0</li>
<li><a href="https://github.com/pressly/goose/commit/f476dd78577faa5a134abbd9b856766b4687f65f"><code>f476dd7</code></a> chore: update changelog</li>
<li><a href="https://github.com/pressly/goose/commit/e18fac69304ff175fda05d9b4185d45a94dee356"><code>e18fac6</code></a> feat: add context-aware Go migrations (<a href="https://github.com/pressly/goose/issues/534">#534</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/7d9fbafd99b3713e8d02fa3eadd1b783056538ab"><code>7d9fbaf</code></a> fix: return error when no migration files are found or dir is not a directory...</li>
<li><a href="https://github.com/pressly/goose/commit/d21bf4fef91c684265c15cca9597eab8217b2a78"><code>d21bf4f</code></a> chore: add changelog and update goose version (<a href="https://github.com/pressly/goose/issues/544">#544</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/7dcddde25a60909edc82028faa68815e6708ced0"><code>7dcddde</code></a> feat: expose new functions for setting context (<a href="https://github.com/pressly/goose/issues/517">#517</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/949787e4daa59b2a3b40446494b861e0feec3ad3"><code>949787e</code></a> build(deps): upgrade all dependencies (<a href="https://github.com/pressly/goose/issues/537">#537</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/d88978da686b01dac08d802ed24f1f585b26e9a9"><code>d88978d</code></a> Fix current version in empty up state log (<a href="https://github.com/pressly/goose/issues/533">#533</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/f08d203145af94c30459402454912ac75d2e7722"><code>f08d203</code></a> build(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.9.1 to 2.10.0...</li>
<li>Additional commits viewable in <a href="https://github.com/pressly/goose/compare/v3.11.2...v3.13.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR. Deprecated, use GitLab's native /rebase instead
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
argoyle
(Migrated from gitlab.com)
merged commit into main2023-06-30 06:56:53 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps github.com/pressly/goose/v3 from 3.11.2 to 3.13.0.
Release notes
Sourced from github.com/pressly/goose/v3's releases.
Changelog
Sourced from github.com/pressly/goose/v3's changelog.
Commits
26295eeRelease v3.13.0aedfab0Release v3.12.0f476dd7chore: update changeloge18fac6feat: add context-aware Go migrations (#534)7d9fbaffix: return error when no migration files are found or dir is not a directory...d21bf4fchore: add changelog and update goose version (#544)7dcdddefeat: expose new functions for setting context (#517)949787ebuild(deps): upgrade all dependencies (#537)d88978dFix current version in empty up state log (#533)f08d203build(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.9.1 to 2.10.0...Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR. Deprecated, use GitLab's native /rebase instead$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts