dependabot[bot] opened a new pull request, #1885:
URL: https://github.com/apache/avro/pull/1885

   Bumps [libthrift](https://github.com/apache/thrift) from 0.16.0 to 0.17.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/thrift/releases";>libthrift's 
releases</a>.</em></p>
   <blockquote>
   <h2>Version 0.17.0</h2>
   <p>Please head over to the <strong>official release download source</strong>:
   <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";>libthrift's 
changelog</a>.</em></p>
   <blockquote>
   <h2>0.17.0</h2>
   <h3>Known Open Issues (Blocker or Critical)</h3>
   <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-3877";>THRIFT-3877</a> - C++ 
library don't work with HTTP (csharp server, cpp client; need cross test 
enhancement)</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5468";>THRIFT-5468</a> - 
Swift service generator doesn't support oneway</li>
   </ul>
   <h3>Removed Languages</h3>
   <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5476";>THRIFT-5476</a> - 
Deprecate Common Lisp support</li>
   </ul>
   <p>NB. CL had been finally dropped from 0.17.0 due to lack of active 
maintainers. In the meantime there is some ongoing work to reintegrate CL 
support in 0.18.0 version.</p>
   <h3>Build Process</h3>
   <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5565";>THRIFT-5565</a> - 
upgrade travis ci base image to xenial</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5572";>THRIFT-5572</a> - 
current travis build is broken (error timeout) within kerl erlang build 
step</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5575";>THRIFT-5575</a> - 
Create a GitHub workflow using CMake</li>
   </ul>
   <h3>C++</h3>
   <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5093";>THRIFT-5093</a> - lib: 
cpp: test: clarify effect of MemoryPolicy on TMemoryBuffer</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5510";>THRIFT-5510</a> - On 
Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if set before</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5515";>THRIFT-5515</a> - 
Oneway requests can stuck in TNonblockingServer with TSSLSocket</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5529";>THRIFT-5529</a> - 
Missing space &quot;&lt;::&quot; in C++ generator</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5576";>THRIFT-5576</a> - fix 
old-style cast at const value ctor/copy and redundant copy at ctor</li>
   </ul>
   <h3>Common LISP</h3>
   <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5501";>THRIFT-5501</a> - 
Remove Common Lisp support</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5567";>THRIFT-5567</a> - 
remove reference to common lisp namespace</li>
   </ul>
   <h3>Compiler (General)</h3>
   <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5506";>THRIFT-5506</a> - 
C26495 variable &quot;t_field::req_&quot; not initialized, t_field.h:40</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5540";>THRIFT-5540</a> - 
Can't use a typedef for a container type containing enums in a constant</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5588";>THRIFT-5588</a> - 
Remove slist/senum from IDL</li>
   </ul>
   <h3>Contributed</h3>
   <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5599";>THRIFT-5599</a> - 
contrib/fb303 does not compile after C++ library refactorings</li>
   </ul>
   <h3>Delphi</h3>
   <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5531";>THRIFT-5531</a> - 
duplicate constant declarations</li>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5586";>THRIFT-5586</a> - 
User-Agent header not conforming to RFC 7231</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/THRIFT-5592";>THRIFT-5592</a> - 
Update documentation and IDL definition files for uuid type</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/thrift/commit/4d493e867b349f3475203ef9848353b315203c51";><code>4d493e8</code></a>
 fixing missing EXTRA_DISTs</li>
   <li><a 
href="https://github.com/apache/thrift/commit/383e4ad0468d0b28986d7e922d0629d1761aab22";><code>383e4ad</code></a>
 CHANGES.md updated</li>
   <li><a 
href="https://github.com/apache/thrift/commit/22f6a8a3c879175e18ce95f88a393f34ff8f158c";><code>22f6a8a</code></a>
 If the amount of data transmitted is large, an error will be reported.</li>
   <li><a 
href="https://github.com/apache/thrift/commit/bce985be5507eed5643587219dc647ce48a1091c";><code>bce985b</code></a>
 Revert &quot;Update thrift_socket_transport.erl&quot;</li>
   <li><a 
href="https://github.com/apache/thrift/commit/60fef438188958b5439c4d207f1bfa753a218938";><code>60fef43</code></a>
 Update thrift_socket_transport.erl</li>
   <li><a 
href="https://github.com/apache/thrift/commit/8ad8d5d7970b3ef49a71703b720e79afa776ca41";><code>8ad8d5d</code></a>
 THRIFT-5576: fix old-style cast and redundant copy</li>
   <li><a 
href="https://github.com/apache/thrift/commit/0aa108fe1ab921ef0371bcfffd3edfa8bea2cdc7";><code>0aa108f</code></a>
 THRIFT-5502 Log SocketException at WARN level only + Fix formatting</li>
   <li><a 
href="https://github.com/apache/thrift/commit/d5c6697bce9efbab0974e6f99df822355335df8a";><code>d5c6697</code></a>
 THRIFT-4086: Add missing calls to get_true_type when generating validator + 
m...</li>
   <li><a 
href="https://github.com/apache/thrift/commit/bdfde857a802e443a2cab1717744dee8e56cbe76";><code>bdfde85</code></a>
 Add a generic sync.Pool wrapper to go library</li>
   <li><a 
href="https://github.com/apache/thrift/commit/7ae180bb1eaea8bdfd6d5714aa90b8445165ff1c";><code>7ae180b</code></a>
 THRIFT-5609: Make TJSONProtocol safe to be used in deserializer pool</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/thrift/compare/v0.16.0...v0.17.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.thrift:libthrift&package-manager=maven&previous-version=0.16.0&new-version=0.17.0)](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 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: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to