Releases: google/flatbuffers
Releases · google/flatbuffers
v23.1.4
Happy New Year!
What's Changed
- [Rust] Restore public visibility of previously-public fields by @maxburke in #7700
- [FlexBuffers Dart] Fix a bug where a floating point number was cast to int and the value… by @mzaks in #7703
- fix clang format plus implicit cast error in flexbuffer by @enum-class in #7704
- [Go] Fix bug where
bytes
wasn't being imported when using --gen-onefile flag by @le-michael in #7706 - Add Ref.AsStringBytes to flatbuffers.flexbuffers Python API by @JunyoungLim in #7713
- Add CI job to build linux and run unit test on s390x by @sunwen18 in #7707
- [C++] Fix clang
-Wnewline-eof
warning by @mogemimi in #7711 - Add clang-tidy, fix some bugpron problems. by @enum-class in #7708
- Fix Rust codegen escaping field in tables. by @CasperN in #7659
- Add include guards around DoNotRequireEofTest by @engedy in #7728
- Add CI step to build with -DFLATBUFFERS_NO_FILE_TESTS. by @engedy in #7729
- [Go] Perform empty string check on string fields when packing objects by @le-michael in #7719
- Fixed test cases by @rishabhdeepsingh in #7732
- [TS] Fix getFullyQualifiedName codegen for typescript by @jkuszmaul in #7730
- Add link to building guide by @rishabhdeepsingh in #7733
- Fix "'flatbuffers::FieldDef* field' shadows a parameter" by @rgiese in #7740
- [Go] Add go.mod file by @le-michael in #7720
- Fix go.mod name by @le-michael in #7756
- FlatBuffers Version 23.1.4 by @dbaileychess in #7758
New Contributors
- @JunyoungLim made their first contribution in #7713
- @rgiese made their first contribution in #7740
Full Changelog: v22.12.06...v23.1.4
v22.12.6
FlatBuffers Version 22.12.06 (#7702)
v22.12.06
What's Changed
- Rurel by @CasperN in #7663
build.yml
Update dependencies by @dbaileychess in #7674build.yml
: MacOs Build Inplace by @dbaileychess in #7677- Fix java import wild card by @enum-class in #7672
- Use FinshedBytes() in go-echo example instead of manually encoding offset by @le-michael in #7660
- chore: emit more reasonable error message when using incomplete type … by @sssooonnnggg in #7678
- Fix PHP byte validation and reenable builds by @lsl in #7670
- tests/reflection_test.h: add missing <stdint.h> include by @trofi in #7680
- Remove --gen-name-strings flag from cmake command for generating union_vector_generated.h by @le-michael in #7684
- Fix confrom failure for nullptr dereference. by @dbaileychess in #7688
- Add LICENSE.txt to python by @rishabhdeepsingh in #7692
- Refactor src/idl_gen_cpp.cpp by @rishabhdeepsingh in #7693
- Upgrade rules_go for Bazel 7.0 support by @jkuszmaul in #7691
- Fix "Download Doxygen" URL by @mickelsonmichael in #7699
- [C++] Update to address comparator failure in big endian by @sunwen18 in #7681
- fix: byte_width_ = 1U << static_cast(packed_type & 3) implicit-int-conversion fix. by @runhwguo in #7697
- FlatBuffers Version 22.12.06 by @dbaileychess in #7702
New Contributors
- @lsl made their first contribution in #7670
- @mickelsonmichael made their first contribution in #7699
- @runhwguo made their first contribution in #7697
Full Changelog: 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
- FlatBuffers Version 22.11.23 by @dbaileychess in #7662
Full Changelog: v22.11.22...v22.11.23
v22.11.22
What's Changed
- [TS] Add support for fixed length arrays on Typescript (#5864) (#7021) by @bulentv in #7581
- Update dart golden files by @le-michael in #7606
- Add check for presence of realpath to CMakeLists.txt to support more platforms by @AlexRamallo in #7603
- Add CreateSharedString to python builder by @le-michael in #7608
- python: object generation prefix and suffix by @inaryart in #7565
- Added option to not requires an EoF token when parsing JSON by @alexames in #7620
- Bump Rust version to 22.10.26 before publication by @CasperN in #7622
- Add missing #include for std::min/std::max uses, … by @rouault in #7624
- Fix current official name of macOS by @valeriyvan in #7627
- Fix: arduino platform build by @shuai132 in #7625
- Fix missing spaces in flatc help text by @musicinmybrain in #7612
- Fix help output for --gen-includes by @musicinmybrain in #7611
- Add support for parsing proto map fields by @le-michael in #7613
- [TS/Rust/Go/Dart] Fix handling of +/-inf defaults in codegen by @jkuszmaul in #7588
- Uses swift build command directly in the CI by @mustiikhalil in #7635
- Temporary fix for SLSA generators by @laurentsimon in #7636
- [CMake]: only warn when the working directory in a git worktree by @heitbaum in #7562
- Add comparison operator to python objects under --gen-compare option by @Alex-Ratcliffe in #7610
- [C++] Minireflect: Add option to indent when converting table to string by @shamilatesoglu in #7602
- Fixes #7345 to add the option to minify enums by @rishabhdeepsingh in #7566
- [swift] fix broken swift test build (#7633) by @mr-swifter in #7634
- Fix import problem in dart generated files. (fixes #7609). by @enum-class in #7621
- [Go] Fix GenNativeUnionUnPack for imported union type. by @Gh0u1L5 in #7579
- Put documentation to bfbs if it is not empty by @tira-misu in #7649
- Fix schema to binary test failure by @enum-class in #7650
- Add support for using array of scalar as key field in Cpp by @sunwen18 in #7623
- [C#] Fix collision of member if union name is "Value" by @tira-misu in #7648
- Fixed the BytesConsumed function, which was pointing slightly ahead. by @alexames in #7657
- updated method generation to be independent of renaming code by @TJKoury in #7642
- Fix go generator undefined Package name, also throwing exception by @enum-class in #7632
- Add key lookup support for tables in Go by @le-michael in #7644
- Add --go-module-name flag to support generating Go module compatible code by @le-michael in #7651
New Contributors
- @bulentv made their first contribution in #7581
- @le-michael made their first contribution in #7606
- @AlexRamallo made their first contribution in #7603
- @inaryart made their first contribution in #7565
- @valeriyvan made their first contribution in #7627
- @shuai132 made their first contribution in #7625
- @musicinmybrain made their first contribution in #7612
- @heitbaum made their first contribution in #7562
- @Alex-Ratcliffe made their first contribution in #7610
- @shamilatesoglu made their first contribution in #7602
- @rishabhdeepsingh made their first contribution in #7566
- @enum-class made their first contribution in #7621
- @Gh0u1L5 made their first contribution in #7579
- @sunwen18 made their first contribution in #7623
- @TJKoury made their first contribution in #7642
Full Changelog: v22.10.26...v22.11.22
v22.10.26
Fix for python #7576
What's Changed
- Create release.yml by @dbaileychess in #7605
- [Python] Fixed the issue with nested unions relying on InitFromBuf. by @joshua-smith8 in #7576
- FlatBuffers Version 22.10.26 by @dbaileychess in #7607
Full Changelog: v22.10.25...v22.10.26
v22.10.25
What's Changed
- Add support for metadata attributes for enum values (#7567) by @piotrdz in #7568
- Update documentation to mention enum value attributes by @piotrdz in #7570
- Turn on clippy for Rust and fix lints for non-generated code by @CasperN in #7575
- Fix #7580 by documenting union schema evolution rules by @CasperN in #7585
- #ifndef FLATBUFFERS_NO_FILE_TEST guard some test definitions by @battre in #7571
- Update Rust version by @CasperN in #7574
- Rust fix compilation for no_std targets #2 by @danlapid in #7553
- Fix LongEnum definitions by @battre in #7596
- Make type conversions explicit. by @battre in #7595
- [Nim] Bfbs Nim Generator by @danlapid in #7534
- [vector] Allow to iterate with mutables by @ArnaudD-FR in #7586
- FlatBuffers Version 22.10.25 by @dbaileychess in #7604
New Contributors
- @battre made their first contribution in #7571
- @danlapid made their first contribution in #7553
- @ArnaudD-FR made their first contribution in #7586
Full Changelog: v22.9.29...v22.10.25
v22.9.29
What's Changed
- Moves swift package to root of repository so it can be used directly … by @mustiikhalil in #7548
- Rust soundness fixes by @tustvold in #7518
- [TS] Make strict compliant and improve typings by @bjornharrtell in #7549
- FlatBuffers Version 22.9.29 by @dbaileychess in #7557
New Contributors
Full Changelog: v22.9.24...v22.9.29
v22.9.24
What's Changed
- Disable Android Build by @dbaileychess in #7494
- update android multidex setting by @dbaileychess in #7495
- Updates cocoapods version by @mustiikhalil in #7497
- [ISSUE-6268] returns NaN insteadof nan by @3axap4eHko in #7498
- [C#] Prepares for official Nuget release by @dbaileychess in #7496
- [CMake]: fix breaking find_package change (#7499) by @clanghans in #7502
- Fixes issue with cocoapods failing to be published because of docc by @mustiikhalil in #7505
- [Android] Remove maven dependency of flatbuffers and use source folder by @paulovap in #7503
- [Java][FlexBuffers] throwing exception for untyped fixed vectors by @paulovap in #7507
- Moves all of the swift test code into tests/swift by @mustiikhalil in #7509
- Install BuildFlatBuffers.cmake by @dbaileychess in #7519
- [Java][Flexbuffers] Add API to add nullables into the buffer. by @paulovap in #7521
- remove travis config by @dbaileychess in #7522
- prevent force_align attribute on enums by @dbaileychess in #7523
- enabled cpp17 tests in CI by @dbaileychess in #7524
- Replace
bash JavaTest.sh
withmvn test
by @nick-someone in #7500 - Bump junit from 4.13 to 4.13.1 in /java by @dependabot in #7526
- [TS/JS] Move TS tests to dedicated folder and deps upgrade by @bjornharrtell in #7508
- UnPackTo disable merge by default by @dbaileychess in #7527
- Fix conform by @hs3366677 in #7532
- [C++] Rare bad buffer content alignment if sizeof(T) != alignof(T) by @Naios in #7520
- Upgrade grpc to 1.49.0 and make sure it builds by @meteorcloudy in #7538
- [Python] Python fixed size array by @joshua-smith8 in #7529
- Emit internal enums when swift_implementation_only by @pauley-unsaturated in #7545
- FlatBuffers Version 22.9.24 by @dbaileychess in #7547
New Contributors
- @3axap4eHko made their first contribution in #7498
- @nick-someone made their first contribution in #7500
- @hs3366677 made their first contribution in #7532
- @Naios made their first contribution in #7520
- @meteorcloudy made their first contribution in #7538
- @joshua-smith8 made their first contribution in #7529
- @pauley-unsaturated made their first contribution in #7545
Full Changelog: v2.0.8...v22.9.24
v2.0.8
Bug fixing release for issues that arose in 2.0.7.
What's Changed
- Use schema include name for keep-prefix by @dbaileychess in #7469
- [Java] Shallow unused return value in Pack method by @dbaileychess in #7470
- Moved compiler warnings around by @dbaileychess in #7471
- CMake project version detection made more robust by @axelsommerfeldt in #7473
- Disable RTTI and rework use in idl_gen_ts.cpp by @dbaileychess in #7474
- Use type traits for specialization by @dbaileychess in #7475
- [C++] Fixed crash when copying table with empty shared strings by @sssooonnnggg in #7477
- Version number in file package.json updated to 2.0.7 by @axelsommerfeldt in #7476
- Include head in stl_emulation.h by @dbaileychess in #7480
- Fix typos by @dbaileychess in #7483
- Refactor test.cpp by @dbaileychess in #7487
- [C++] support
native_inline
attribute for vector of tables by @sssooonnnggg in #7479 - C++: Add option to skip verifying nested flatbuffers by @CasperN in #7489
- [TS/JS] Add rollup and config to generate iife flatbuffers bundle by @bjornharrtell in #7449
- Namer applied to Typescript generator by @CasperN in #7488
- Verifier Refinements by @dbaileychess in #7490
- FlatBuffers Version 2.0.8 by @dbaileychess in #7492
New Contributors
- @axelsommerfeldt made their first contribution in #7473
Full Changelog: v2.0.7...v2.0.8