Skip to content

FlatBuffers interim release 1.0.1

Compare
Choose a tag to compare
released this 18 Aug 20:15
· 3099 commits to master since this release

This is an interim release before 1.1.0, with important bug fixes and a few new features:

  • Initial support for the Go programming language.
  • Verification functionality allows safe access of buffers from untrusted sources.
  • File identification allows convenient magic-number sanity checks when a FlatBuffer is used as a file format.
  • Ability to manually assign field id's in the schema.
  • Improved enum parsing functionality in JSON.
  • bit_flags for enums.
  • Nested FlatBuffer support.
  • Vector iterators.