dependabot[bot] opened a new pull request, #641: URL: https://github.com/apache/arrow-go/pull/641
Bumps [github.com/hamba/avro/v2](https://github.com/hamba/avro) from 2.30.0 to 2.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hamba/avro/releases">github.com/hamba/avro/v2's releases</a>.</em></p> <blockquote> <h2>v2.31.0</h2> <h2>Final release</h2> <p>This will be the last release for <code>hamba/avro</code>. It will no longer be maintained.</p> <h2>What's Changed</h2> <ul> <li>chore: support Go 1.25 by <a href="https://github.com/nrwiersma"><code>@nrwiersma</code></a> in <a href="https://redirect.github.com/hamba/avro/pull/569">hamba/avro#569</a></li> <li>chore: bump golang.org/x/tools from 0.36.0 to 0.37.0 in the all group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/hamba/avro/pull/568">hamba/avro#568</a></li> <li>chore: bump golang.org/x/tools from 0.37.0 to 0.38.0 in the all group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/hamba/avro/pull/575">hamba/avro#575</a></li> <li>feat: add SOE codecs by <a href="https://github.com/kimgr"><code>@kimgr</code></a> in <a href="https://redirect.github.com/hamba/avro/pull/514">hamba/avro#514</a></li> <li>Feature: add enum generator by <a href="https://github.com/slashformotion"><code>@slashformotion</code></a> in <a href="https://redirect.github.com/hamba/avro/pull/574">hamba/avro#574</a></li> <li>chore: bump github.com/klauspost/compress from 1.18.0 to 1.18.1 in the all group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/hamba/avro/pull/576">hamba/avro#576</a></li> <li>chore: bump golangci/golangci-lint-action from 8 to 9 in the all group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/hamba/avro/pull/577">hamba/avro#577</a></li> <li>chore: bump golang.org/x/tools from 0.38.0 to 0.39.0 in the all group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/hamba/avro/pull/578">hamba/avro#578</a></li> <li>chore: bump actions/checkout from 5 to 6 in the all group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/hamba/avro/pull/579">hamba/avro#579</a></li> <li>chore: update linter by <a href="https://github.com/nrwiersma"><code>@nrwiersma</code></a> in <a href="https://redirect.github.com/hamba/avro/pull/580">hamba/avro#580</a></li> <li>chore: bump github.com/klauspost/compress from 1.18.1 to 1.18.2 in the all group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/hamba/avro/pull/582">hamba/avro#582</a></li> <li>chore: bump golang.org/x/tools from 0.39.0 to 0.40.0 in the all group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/hamba/avro/pull/588">hamba/avro#588</a></li> <li>Fix zstd potential memory leak by <a href="https://github.com/aryehlev"><code>@aryehlev</code></a> in <a href="https://redirect.github.com/hamba/avro/pull/584">hamba/avro#584</a></li> <li>support reseting encoder to reduce load on GC. by <a href="https://github.com/aryehlev"><code>@aryehlev</code></a> in <a href="https://redirect.github.com/hamba/avro/pull/587">hamba/avro#587</a></li> <li>support reusing the same zstd encoder/decoder. by <a href="https://github.com/aryehlev"><code>@aryehlev</code></a> in <a href="https://redirect.github.com/hamba/avro/pull/585">hamba/avro#585</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/slashformotion"><code>@slashformotion</code></a> made their first contribution in <a href="https://redirect.github.com/hamba/avro/pull/574">hamba/avro#574</a></li> <li><a href="https://github.com/aryehlev"><code>@aryehlev</code></a> made their first contribution in <a href="https://redirect.github.com/hamba/avro/pull/584">hamba/avro#584</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hamba/avro/compare/v2.30.0...v2.31.0">https://github.com/hamba/avro/compare/v2.30.0...v2.31.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hamba/avro/commit/b022ed5d20b032157f6983a6a8614adff20bc5e4"><code>b022ed5</code></a> feat: support reusing the same zstd encoder/decoder. (<a href="https://redirect.github.com/hamba/avro/issues/585">#585</a>)</li> <li><a href="https://github.com/hamba/avro/commit/2bffcc18ed6d90019199ef9c8a95de450767db6b"><code>2bffcc1</code></a> support reseting encoder to reduce load on GC. (<a href="https://redirect.github.com/hamba/avro/issues/587">#587</a>)</li> <li><a href="https://github.com/hamba/avro/commit/97d31effe31510d0508fce035b3fecd6ce440e5b"><code>97d31ef</code></a> Fix zstd potential memory leak (<a href="https://redirect.github.com/hamba/avro/issues/584">#584</a>)</li> <li><a href="https://github.com/hamba/avro/commit/7579cea5b817619559c448cea615414dc8c87fd5"><code>7579cea</code></a> chore: bump golang.org/x/tools from 0.39.0 to 0.40.0 in the all group (<a href="https://redirect.github.com/hamba/avro/issues/588">#588</a>)</li> <li><a href="https://github.com/hamba/avro/commit/9af4aa4795854040b7f8544c26465aad6a2a6fcf"><code>9af4aa4</code></a> chore: bump github.com/klauspost/compress from 1.18.1 to 1.18.2 in the all gr...</li> <li><a href="https://github.com/hamba/avro/commit/dd9ac909e09d4416c1cfcc287f2cd313f70766b6"><code>dd9ac90</code></a> chore: update linter (<a href="https://redirect.github.com/hamba/avro/issues/580">#580</a>)</li> <li><a href="https://github.com/hamba/avro/commit/e4b1671a4dd57bffb1396c9c18c21ffb0e848d31"><code>e4b1671</code></a> chore: bump actions/checkout from 5 to 6 in the all group (<a href="https://redirect.github.com/hamba/avro/issues/579">#579</a>)</li> <li><a href="https://github.com/hamba/avro/commit/f6960fb6da5020be6701bfd44938a997b1dec9c6"><code>f6960fb</code></a> chore: bump golang.org/x/tools from 0.38.0 to 0.39.0 in the all group (<a href="https://redirect.github.com/hamba/avro/issues/578">#578</a>)</li> <li><a href="https://github.com/hamba/avro/commit/cdd6527b5ce6419fb1fedcfe374b476e48df3ec3"><code>cdd6527</code></a> chore: bump golangci/golangci-lint-action from 8 to 9 in the all group (<a href="https://redirect.github.com/hamba/avro/issues/577">#577</a>)</li> <li><a href="https://github.com/hamba/avro/commit/505d33f63a348d591965d4e3540691cf45f612e3"><code>505d33f</code></a> chore: bump github.com/klauspost/compress from 1.18.0 to 1.18.1 in the all gr...</li> <li>Additional commits viewable in <a href="https://github.com/hamba/avro/compare/v2.30.0...v2.31.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
