v23.5.8
What's Changed
- Update filename to
README.md
and improve formatting by @SmashedFrenzy16 in #7855 - Fix help output for --java-checkerframework by @musicinmybrain in #7854
- ToCamelCase() when kLowerCamel now converts first char to lower. by @paulovap in #7838
- Adding comment for code clarification by @SmashedFrenzy16 in #7856
- made changes to the rust docs so they would compile. by @jeffsmith82 in #7871
- fix using null string in vector by @phenixxy in #7872
- Use Bool for flatbuffers 'bool' instead of Byte in swift by @blindspotbounty in #7876
- Update go documentation link to point to root module by @le-michael in #7879
- README.md: PyPI case typo by @crisman in #7880
- [CS] Verifier by @tira-misu in #7850
- [TS/JS] Use minvalue from enum if not found by @bjornharrtell in #7888
- Add a FileWriter interface by @Kn99HN in #7821
- [TS/JS] Upgrade dependencies by @bjornharrtell in #7889
- Fix go_sample.sh by @jdemeyer in #7903
- Go: add test for FinishWithFileIdentifier by @jdemeyer in #7905
- Optionally generate type prefixes and suffixes for python code by @maxburke in #7857
- Support file_identifier in Go by @jdemeyer in #7904
- Go: make generated code more compliant to "go fmt" by @jdemeyer in #7907
- TS/JS: Use TypeError instead of Error when appropriate by @jmillan in #7910
- Allow to use functions from
BuildFlatBuffers.cmake
from a flatbuffe… by @KerstinKeller in #7912 - Make JSON supporting advanced union features by @admo in #7869
- drop glibc from runtime dependencies by @faucct in #7906
- Replace deprecated command with environment file by @jongwooo in #7921
- Optionally generate Python type annotations by @maxburke in #7858
- additional check for absl::string_view availability by @ocpalo in #7897
- Only generate @kotlin.ExperimentalUnsigned annotation on create*Vector methods having an unsigned array type parameter. by @aaronriekenberg in #7881
- Migrate from rules_nodejs to rules_js/rules_ts by @philsc in #7923
- Revert "Migrate from rules_nodejs to rules_js/rules_ts" by @dbaileychess in #7927
- inject no long for FBS generation to remove logs in flattests by @dbaileychess in #7926
- fixed some windows warnings by @dbaileychess in #7929
- Migrate from rules_nodejs to rules_js/rules_ts (take 2) by @philsc in #7928
- Add binary schema reflection by @dbaileychess in #7932
- Rework cmake flatc codegeneration by @dbaileychess in #7938
- Add #!/usr/bin/bash to release.sh by @rishabhdeepsingh in #7942
- FlatBuffers Version 23.5.8 by @rishabhdeepsingh in #7943
New Contributors
- @SmashedFrenzy16 made their first contribution in #7855
- @jeffsmith82 made their first contribution in #7871
- @phenixxy made their first contribution in #7872
- @blindspotbounty made their first contribution in #7876
- @crisman made their first contribution in #7880
- @jdemeyer made their first contribution in #7903
- @KerstinKeller made their first contribution in #7912
- @faucct made their first contribution in #7906
- @jongwooo made their first contribution in #7921
- @ocpalo made their first contribution in #7897
- @philsc made their first contribution in #7923
Full Changelog: v23.3.3...v23.5.8