flatbuffers
Advanced tools
Changelog
[24.3.25] (March 25 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.25)
LookUpByKey
in addition to null-terminated c-style strings (#8203)Changelog
[24.3.7] (March 7 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.7)
Changelog
[24.3.6] (March 6 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.6)
Changelog
Changelog
flat_buffers.dart
: mark const variable finals for internal Dart lintersBuildFlatBuffers.cmake
from a flatbuffers installation installed with CMake. (#7912)flatbuffers-64
branch to CI for pushesChangelog
Refactoring of flatc
generators to use an interface (#7797).
Removed legacy cmake support and set min to 3.8 (#7801).
Changelog
Changelog
Changelog
Major release! Just kidding, we are continuing the versioning scheme of using a date to signify releases. This results in the first release of the new year to bump the tradition major version field.
Go minimum version is now 1.19 (#7720) with the addition of Go modules.
Added CI support for Big Endian regression testing (#7707).
Fixed getFullyQualifiedName
in typescript to return name delimited by '.'
instead of '_' (#7730).
Fixed the versioning scheme to not include leading zeros which are not consistently handled by every package manager. Only the last release (12.12.06) should have suffered from this.