Skip to content

Bump flatbuffers from 1.12 to 22.12.6

Afonso Mukai requested to merge dependabot/pip/flatbuffers-22.12.6 into main

Created by: dependabot[bot]

Bumps flatbuffers from 1.12 to 22.12.6.

Release notes

Sourced from flatbuffers's releases.

v22.12.06

What's Changed

New Contributors

Full Changelog: https://github.com/google/flatbuffers/compare/v22.11.23...v22.12.06

v22.11.23

We had transitory CI breakage in the v22.11.22 release that was marking that build as broken. This release is the same as that one with a new version.

What's Changed

Full Changelog: https://github.com/google/flatbuffers/compare/v22.11.22...v22.11.23

v22.11.22

What's Changed

... (truncated)

Changelog

Sourced from flatbuffers's changelog.

Flatbuffers Change Log

All major or breaking changes will be documented in this file, as well as any new features that should be highlighted. Minor fixes or improvements are not necessarily listed.

22.12.06 (Dec 06 2022)

  • Bug fixing release, no major changes.

22.10.25 (Oct 25 2022)

  • Added Nim language support with generator and runtime libraries (#7534).

22.9.29 (Sept 29 2022)

  • Rust soundness fixes to avoid the crate from bing labelled unsafe (#7518).

22.9.24 (Sept 24 2022)

  • 20 Major releases in a row? Nope, we switched to a new versioning scheme that is based on date.

  • Python supports fixed size arrays now (#7529).

  • Behavior change in how C++ object API uses UnPackTo. 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 (#7527).

  • Fixed a bug in C++ alignment that was using sizeof() instead of the intended AlignOf() for structs (#7520).

  • C# has an official Nuget package now (#7496).

2.0.8 (Aug 29 2022)

  • Fix for --keep-prefix the was generating the wrong include statements for C++ (#7469). The bug was introduced in 2.0.7.

  • Added the Verifier::Options option struct to allow specifying runtime configuration settings for the verifier (#7489). This allows to skip verifying nested flatbuffers, a on-by-default change that was introduced in 2.0.7. This deprecates the existing Verifier constructor, which may be removed in a future version.

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Merge request reports