This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 72b398b MINOR: [Go] Bump github.com/apache/thrift from 0.20.0 to
0.21.0 (#146)
72b398b is described below
commit 72b398b311b773c312ebca61c59f84f295a8834d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 3 10:55:29 2024 +0200
MINOR: [Go] Bump github.com/apache/thrift from 0.20.0 to 0.21.0 (#146)
Bumps [github.com/apache/thrift](https://github.com/apache/thrift) from
0.20.0 to 0.21.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/thrift/releases">github.com/apache/thrift's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.21.0</h2>
<p>Please head over to the official release download source:
<a
href="http://thrift.apache.org/download">http://thrift.apache.org/download</a></p>
<p>The assets listed below are added by Github based on the release tag
and they will therefore not match the checkums published on the Thrift
project website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/thrift/blob/master/CHANGES.md">github.com/apache/thrift's
changelog</a>.</em></p>
<blockquote>
<h2>0.21.0</h2>
<h3>Build Process</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5815">THRIFT-5815</a>
- veralign.sh broken and incomplete</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5810">THRIFT-5810</a>
- Wrong installation path for static MSVC libs.</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5755">THRIFT-5755</a>
- Docker image build fail</li>
</ul>
<h3>C++</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5272">THRIFT-5272</a>
- printTo does not properly handle i8 datatypes</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5492">THRIFT-5492</a>
- Bogus END_OF_FILE exception</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5678">THRIFT-5678</a>
- TConnectedClient: warning due to non-virtual dtor</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5682">THRIFT-5682</a>
- UB in generated C++ code stops compiling with C++20"</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5709">THRIFT-5709</a>
- Drastically improve <code>to_num()</code> performace</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5772">THRIFT-5772</a>
- Add UUID support for C++</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5773">THRIFT-5773</a>
- UUID wrapper for C++</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5816">THRIFT-5816</a>
- Fix UUID for boost 1.86.0 (change in data member usage)</li>
</ul>
<h3>Compiler (General)</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5800">THRIFT-5800</a>
- "Could not find include file foo.thrift" probably should be
failure instead of warning</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5766">THRIFT-5766</a>
- Replace std::endl with "\n"</li>
</ul>
<h3>Delphi</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5789">THRIFT-5789</a>
- Refactor test suite client implementation</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5782">THRIFT-5782</a>
- implement full deprecation support</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5750">THRIFT-5750</a>
- Remove "ansistr_binary_" option</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5788">THRIFT-5788</a>
- Refactor and streamline hash set implementation</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5765">THRIFT-5765</a>
- Extra override for WriteBinary() to avoid unnecessary memory
allocations when using COM types</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5764">THRIFT-5764</a>
- Extra CTOR for TThriftBytesImpl</li>
</ul>
<h3>Go</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5786">THRIFT-5786</a>
- Full deprecation support for go</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5654">THRIFT-5654</a>
- LNK4042 and LNK2019 in go_validator_generator.cc</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5784">THRIFT-5784</a>
- go: Add THeaderTransforms to TConfiguration</li>
</ul>
<h3>Java</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5762">THRIFT-5762</a>
- Expose service result objects in Java</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5530">THRIFT-5530</a>
- could not resolve plugin artifact
'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:4.0.4'</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5230">THRIFT-5230</a>
- Fix connection leak and CancelledKeyException when handling Epoll
bug</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-4847">THRIFT-4847</a>
- CancelledKeyException causes TThreadedSelectorServer to fail.</li>
</ul>
<h3>JSON</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5761">THRIFT-5761</a>
- Lib/json tests fail</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/thrift/commit/1a31d9051d35b732a5fce258955ef95f576694ba"><code>1a31d90</code></a>
FIX: No rule to make target
'Tests/Thrift.Compile.Tests/Properties/AssemblyIn...</li>
<li><a
href="https://github.com/apache/thrift/commit/e8cfb1331f91fece921ad20cd3bda8abdaaa6343"><code>e8cfb13</code></a>
Updated CHANGES.md</li>
<li><a
href="https://github.com/apache/thrift/commit/7df39f16b7f7e7271ebbc1d21856eac17512c7ca"><code>7df39f1</code></a>
updated CHANGES.md</li>
<li><a
href="https://github.com/apache/thrift/commit/3867d6832e271adcd3111c3068efc9c11cb9cf63"><code>3867d68</code></a>
THRIFT-5816 Fix UUID for boost 1.86.0 (change in {{data}} member
usage)</li>
<li><a
href="https://github.com/apache/thrift/commit/449442e4d213e0682cc24e1626bd1e4b9f0b2fd8"><code>449442e</code></a>
added ticket data for 0.21.0 to CHANGES.md</li>
<li><a
href="https://github.com/apache/thrift/commit/467c6bdcb14f1fcdfb416df92b76ca9e5abbdc90"><code>467c6bd</code></a>
THRIFT-5815 veralign.sh broken and incomplete</li>
<li><a
href="https://github.com/apache/thrift/commit/80e9c4f564d557c5b2a9cf2458b526d704d123aa"><code>80e9c4f</code></a>
THRIFT-5815 veralign.sh broken and incomplete</li>
<li><a
href="https://github.com/apache/thrift/commit/e9b1ef606ef747069ed9741995849661e584e436"><code>e9b1ef6</code></a>
Bump jvm from 2.0.10 to 2.0.20 in /lib/kotlin</li>
<li><a
href="https://github.com/apache/thrift/commit/bcc9cee244a282d9a716890c50ab95a9bb677e80"><code>bcc9cee</code></a>
THRIFT-5810: install static MSVC libraries to lib/</li>
<li><a
href="https://github.com/apache/thrift/commit/5fc920dac710f6eee0417f58e65f91886ae704eb"><code>5fc920d</code></a>
Fix JS property/method collisions for fields enamed read/write</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/thrift/compare/v0.20.0...v0.21.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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 00978f5..09756f5 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ toolchain go1.23.1
require (
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c
github.com/andybalholm/brotli v1.1.0
- github.com/apache/thrift v0.20.0
+ github.com/apache/thrift v0.21.0
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/goccy/go-json v0.10.3
github.com/golang/snappy v0.0.4
diff --git a/go.sum b/go.sum
index 941e1ac..51ea237 100644
--- a/go.sum
+++ b/go.sum
@@ -8,8 +8,8 @@ github.com/alecthomas/repr v0.2.0
h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk
github.com/alecthomas/repr v0.2.0/go.mod
h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/andybalholm/brotli v1.1.0
h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
github.com/andybalholm/brotli v1.1.0/go.mod
h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
-github.com/apache/thrift v0.20.0
h1:631+KvYbsBZxmuJjYwhezVsrfc/TbqtZV4QcxOX1fOI=
-github.com/apache/thrift v0.20.0/go.mod
h1:hOk1BQqcp2OLzGsyVXdfMk7YFlMxK3aoEVhjD06QhB8=
+github.com/apache/thrift v0.21.0
h1:tdPmh/ptjE1IJnhbhrcl2++TauVjy242rkV/UzJChnE=
+github.com/apache/thrift v0.21.0/go.mod
h1:W1H8aR/QRtYNvrPeFXBtobyRkd0/YVhTc6i07XIAgDw=
github.com/creack/pty v1.1.9/go.mod
h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creasty/defaults v1.8.0
h1:z27FJxCAa0JKt3utc0sCImAEb+spPucmKoOdLHvHYKk=
github.com/creasty/defaults v1.8.0/go.mod
h1:iGzKe6pbEHnpMPtfDXZEr0NVxWnPTjb1bbDy08fPzYM=