You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2021/09/12 17:02:30 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request #1331: Bump libthrift from 0.14.2 to 0.15.0 in /lang/java

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


   Bumps [libthrift](https://github.com/apache/thrift) from 0.14.2 to 0.15.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.15.0</h2>
   <p>For release 0.15.0 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 below are added by Github based on the release tag and they may therefore not match the checkums.</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.15.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>
   </ul>
   <h3>Removed Languages</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5229">THRIFT-5229</a> - ActionScript 3 support dropped</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5347">THRIFT-5347</a> - Haskell support dropped</li>
   </ul>
   <h3>Breaking Changes</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5381">THRIFT-5381</a> - possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5396">THRIFT-5396</a> - deprecate netstd &quot;Async&quot; method postfix</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5453">THRIFT-5453</a> - go: NewTSocketConf and NewTSSLSocketConf no longer return an error</li>
   </ul>
   <h3>AS3</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5229">THRIFT-5229</a> - Deprecate/remove ActionScript 3 support</li>
   </ul>
   <h3>Build Process</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5334">THRIFT-5334</a> - version of thrift-maven-plugin is not sync with the main project</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5394">THRIFT-5394</a> - AppVeyor CI tries to download outdated cmake</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5429">THRIFT-5429</a> - build: autotools: add foreign to AM_INIT_AUTOMAKE</li>
   </ul>
   <h3>C glib</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5244">THRIFT-5244</a> - Dynamic exception specifications are deprecated in C++11[-Wdeprecated]</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5265">THRIFT-5265</a> - Add the zlib transport to c_glib</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5399">THRIFT-5399</a> - Fix socket leak in abnormal situation</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5421">THRIFT-5421</a> - Fix the problem of incorrect setting of errno in some files</li>
   </ul>
   <h3>C++</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5341">THRIFT-5341</a> - Fix Old-Style-Cast, Missing override and Possible noexcept</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5342">THRIFT-5342</a> - Apply 'noexcept' attribute to Init/Copy/Move Constructors and Assignments</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5355">THRIFT-5355</a> - Do not rely on compiler and check boundaries</li>
   </ul>
   <h3>D language</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-4303">THRIFT-4303</a> - D deprecation warnings</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-4979">THRIFT-4979</a> - Still D deprecation warnings about std.datetime.* in current master</li>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5376">THRIFT-5376</a> - Fix deprecation warnings in D library</li>
   </ul>
   <h3>Dart</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/THRIFT-5285">THRIFT-5285</a> - Update to dart 2, widen range on http package</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/thrift/commit/8317ec43ea2425b6f8e24e4dc4f5b2360f717eb4"><code>8317ec4</code></a> Branch 0.15.0</li>
   <li><a href="https://github.com/apache/thrift/commit/67bf304de18e025a768e21f1c39dd8aede882637"><code>67bf304</code></a> THRIFT-5459: Fix breaking issue when adding a new exception</li>
   <li><a href="https://github.com/apache/thrift/commit/5f829f143c40a125c611d03244b235a6d1a35d47"><code>5f829f1</code></a> go: Fix things staticcheck complains about</li>
   <li><a href="https://github.com/apache/thrift/commit/57b9aa0dd5ef2abd2825c9050783dafc75cc1698"><code>57b9aa0</code></a> THRIFT-5447: Update supported Go versions</li>
   <li><a href="https://github.com/apache/thrift/commit/efff4a26916d1f0fa77bf43fdf57d5944e86f730"><code>efff4a2</code></a> THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open</li>
   <li><a href="https://github.com/apache/thrift/commit/9a815fa0a22d39254d41fc2c98e9baffe7f31a4e"><code>9a815fa</code></a> Version 0.15.0</li>
   <li><a href="https://github.com/apache/thrift/commit/2c78047fcbd2783e88cab0ebc7245598695477ae"><code>2c78047</code></a> THRIFT-4797: Go import improvements</li>
   <li><a href="https://github.com/apache/thrift/commit/c8ae621a0969e00febcc80128d29e38d7f277601"><code>c8ae621</code></a> THRIFT-5445 &quot;cancellationToken&quot; cannot be used as argument name</li>
   <li><a href="https://github.com/apache/thrift/commit/273607d1f40bbd346ad030eadf8150bd81b9e4b1"><code>273607d</code></a> THRIFT-5444 Netstd generator produces uncompileable code for enums ending wit...</li>
   <li><a href="https://github.com/apache/thrift/commit/f6955351222f51e5662ce41de43c75b7c3e640e1"><code>f695535</code></a> THRIFT-5389: Fix const generation for optional fields</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/thrift/compare/v0.14.2...v0.15.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.14.2&new-version=0.15.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-unsubscribe@avro.apache.org

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



[GitHub] [avro] dkulp merged pull request #1331: Bump libthrift from 0.14.2 to 0.15.0 in /lang/java

Posted by GitBox <gi...@apache.org>.
dkulp merged pull request #1331:
URL: https://github.com/apache/avro/pull/1331


   


-- 
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-unsubscribe@avro.apache.org

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