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