Skip to content

Bump flatbuffers from 1.12 to 2.0

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

Created by: dependabot[bot]

Bumps flatbuffers from 1.12 to 2.0.

Release notes

Sourced from flatbuffers's releases.

FlatBuffers release 2.0.0

A summary of what is in this release since 1.12.0:

  • Support for optional scalars in most languages.
  • Rust Verifier, Object API and FlexBuffers support, and many API improvements.
  • Overhaul of TypeScript support.
  • gRPC for many languages brought up to date.
  • C++ compile time field reflection.
  • JS FlexBuffers support.
  • Kotlin FlexBuffers and platform support.
  • Swift Object API and many Swift performance improvements.
  • Lua supports LuaJIT and many more fixes.
  • Many other fixes and smaller improvements, 371 commits since 1.12.0

Note, "2.0" doesn't signify any kind of major overhaul of FlatBuffers, it is merely trying to be more semver compatible, and this release does have breaking changes for some languages much like all releases before it.

Commits
  • a9a295f More missing version changes
  • 5c01ad3 Dart generated code update
  • 42ca1b9 Swift/Kotlin generated code version updates
  • 6ed780d C++/Rust version changes
  • 3412fab C#/Java generated code version updates
  • 8a7d013 Updated main version numbers to 2.0
  • 170af59 [Go] Add missing namespace when using Object API (#6633)
  • c8c16de Fix reverse iterators for Vector and Array (#6626)
  • 4525cd9 [Lua] manipulate byte array as string (#6624)
  • 47361ba [C++] Fix union copy constructor to work with nested structs (#6552) (#6607)
  • Additional commits viewable in compare view

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