You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/19 04:42:46 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #390: Update flatbuffers requirement from 2.1.2 to 22.9.29

dependabot[bot] opened a new pull request, #390:
URL: https://github.com/apache/arrow-ballista/pull/390

   Updates the requirements on [flatbuffers](https://github.com/google/flatbuffers) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/google/flatbuffers/releases">flatbuffers's releases</a>.</em></p>
   <blockquote>
   <h2>v22.9.29</h2>
   <p><a href="https://github.com/google/flatbuffers/blob/master/CHANGELOG.md#22929-sept-29-2022">Changelog</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>Moves swift package to root of repository so it can be used directly … by <a href="https://github.com/mustiikhalil"><code>@​mustiikhalil</code></a> in <a href="https://github-redirect.dependabot.com/google/flatbuffers/pull/7548">google/flatbuffers#7548</a></li>
   <li>Rust soundness fixes by <a href="https://github.com/tustvold"><code>@​tustvold</code></a> in <a href="https://github-redirect.dependabot.com/google/flatbuffers/pull/7518">google/flatbuffers#7518</a></li>
   <li>[TS] Make strict compliant and improve typings by <a href="https://github.com/bjornharrtell"><code>@​bjornharrtell</code></a> in <a href="https://github-redirect.dependabot.com/google/flatbuffers/pull/7549">google/flatbuffers#7549</a></li>
   <li>FlatBuffers Version 22.9.29 by <a href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a> in <a href="https://github-redirect.dependabot.com/google/flatbuffers/pull/7557">google/flatbuffers#7557</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/tustvold"><code>@​tustvold</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/google/flatbuffers/pull/7518">google/flatbuffers#7518</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/google/flatbuffers/compare/v22.9.24...v22.9.29">https://github.com/google/flatbuffers/compare/v22.9.24...v22.9.29</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/google/flatbuffers/blob/master/CHANGELOG.md">flatbuffers's changelog</a>.</em></p>
   <blockquote>
   <h2>22.9.29 (Sept 29 2022)</h2>
   <ul>
   <li>Rust soundness fixes to avoid the crate from bing labelled unsafe (<a href="https://github-redirect.dependabot.com/google/flatbuffers/issues/7518">#7518</a>).</li>
   </ul>
   <h2>22.9.24 (Sept 24 2022)</h2>
   <ul>
   <li>
   <p>20 Major releases in a row? Nope, we switched to a new
   <a href="https://github.com/google/flatbuffers/wiki/Versioning">versioning scheme</a>
   that is based on date.</p>
   </li>
   <li>
   <p>Python supports fixed size arrays now (<a href="https://github-redirect.dependabot.com/google/flatbuffers/issues/7529">#7529</a>).</p>
   </li>
   <li>
   <p>Behavior change in how C++ object API uses <code>UnPackTo</code>. The original intent of
   this was to reduce allocations by reusing an existing object to pack data
   into. At some point, this logic started to merge the states of the two objects
   instead of clearing the state of the packee. This change goes back to the
   original intention, the packed object is cleared when getting data packed into
   it (<a href="https://github-redirect.dependabot.com/google/flatbuffers/issues/7527">#7527</a>).</p>
   </li>
   <li>
   <p>Fixed a bug in C++ alignment that was using <code>sizeof()</code> instead of the intended
   <code>AlignOf()</code> for structs (<a href="https://github-redirect.dependabot.com/google/flatbuffers/issues/7520">#7520</a>).</p>
   </li>
   <li>
   <p>C# has an
   <a href="https://www.nuget.org/packages/Google.FlatBuffers">offical Nuget package</a> now
   (<a href="https://github-redirect.dependabot.com/google/flatbuffers/issues/7496">#7496</a>).</p>
   </li>
   </ul>
   <h2>2.0.8 (Aug 29 2022)</h2>
   <ul>
   <li>
   <p>Fix for <code>--keep-prefix</code> the was generating the wrong include statements for
   C++ (<a href="https://github-redirect.dependabot.com/google/flatbuffers/issues/7469">#7469</a>). The bug was introduced in 2.0.7.</p>
   </li>
   <li>
   <p>Added the <code>Verifier::Options</code> option struct to allow specifying runtime
   configuration settings for the verifier (<a href="https://github-redirect.dependabot.com/google/flatbuffers/issues/7489">#7489</a>). This allows to skip verifying
   nested flatbuffers, a on-by-default change that was introduced in 2.0.7. This
   deprecates the existing <code>Verifier</code> constructor, which may be removed in a
   future version.</p>
   </li>
   <li>
   <p>Refactor of <code>tests/test.cpp</code> that lead to ~10% speedup in compilation of the
   entire project (<a href="https://github-redirect.dependabot.com/google/flatbuffers/issues/7487">#7487</a>).</p>
   </li>
   </ul>
   <h2>2.0.7 (Aug 22 2022)</h2>
   <ul>
   <li>
   <p>This is the first version with an explicit change log, so all the previous
   features will not be listed.</p>
   </li>
   <li>
   <p>Verifier now checks that buffers are at least the minimum size required to be
   a flatbuffers (12 bytes). This includes nested flatbuffers, which previously
   could be declared valid at size 0.</p>
   </li>
   <li>
   <p>Annotated binaries. Given a flatbuffer binary and a schema (or binary schema)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/google/flatbuffers/commits/v22.9.29">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] dependabot[bot] commented on pull request #390: Update flatbuffers requirement from 2.1.2 to 22.9.29

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #390:
URL: https://github.com/apache/arrow-ballista/pull/390#issuecomment-1283419033

   The following labels could not be found: `auto-dependencies`.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] Dandandan merged pull request #390: Update flatbuffers requirement from 2.1.2 to 22.9.29

Posted by GitBox <gi...@apache.org>.
Dandandan merged PR #390:
URL: https://github.com/apache/arrow-ballista/pull/390


-- 
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: github-unsubscribe@arrow.apache.org

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