1. 1a7495a [C#] Add GetBytes methods for fixed arrays (#8633) by bigjt · 18 hours ago upstream/master
  2. 3c1bb67 sync human-readable value (#8859) by Fawdlstty · 26 hours ago
  3. 5b9de8b Fixes Rust code generation for single file output when using namespaces (#8877) by Cameron Mulhern · 26 hours ago
  4. ea0a73d disallow circular struct references (#8851) by Justin Davis · 26 hours ago
  5. 4623cfa Opt in to using experimental Kotlin Native APIs to suppress build warnings (#8885) by souma987 · 27 hours ago
  6. 9c2c56d Fix typo in comment in idl.h (#8907) by Peter Shih · 27 hours ago
  7. 429c28c fix(rust): Zero vtable memory in write_vtable to prevent uninitialized data (#8898) by brianmacy · 27 hours ago
  8. e5a9ff7 flatbuffers.h: fix C++11 compilation (#8857) (#8858) by Markus Junginger · 28 hours ago
  9. e53732b Feature: lua now file_ident aware (#8850) by Justin Davis · 28 hours ago
  10. b84b676 Fix example of JSON export with flatc (#8892) by Thiébaud Weksteen · 29 hours ago
  11. 3211f85 Add --ts-undefined-for-optionals command line option (#8861) by Iñaki Baz Castillo · 29 hours ago
  12. 95ff1f1 [c#] Fix Table __vector_as_array correct len calc (#8911) by Stefan F. · 29 hours ago
  13. af8997b [Python] Improve python API (#8781) by Jacob Abrams · 2 weeks ago
  14. 0d67abd `MODULE.bazel`: Upgrade `rules_swift` version (#8908) by Derek Bailey · 2 weeks ago
  15. d74e294 [C++] Check for case insensitive keywords (#8420) by razvanalex · 2 weeks ago
  16. 8914d06 Remove invalid dependency on FLATBUFFERS_GENERATE_HEADERS_SCHEMAS (#8834) by Nicolas Ulrich · 7 weeks ago
  17. 522f237 Update CODEOWNERS by Derek Bailey · 7 weeks ago
  18. 7cb0bcb C++ Feature: Mutable union getters (#8852) by Justin Davis · 7 weeks ago
  19. b1e7868 add verification that type_vec.size == vec.size() (#8853) by Justin Davis · 7 weeks ago
  20. 68e3c83 update provenance (#8873) by Justin Davis · 7 weeks ago
  21. 0723245 [Swift] Fixes bazel.build file allowing it to find Vectors folder in 8.5.0 (#8875) by mustiikhalil · 7 weeks ago
  22. 9d64b9c fix(go): add bounds checking to ByteVector (#8776) by Ville Vesilehto · 7 weeks ago
  23. d01f20f Fix python generation with nested flatbuffers (#8854) by Justin Davis · 7 weeks ago
  24. 7e16302 FlatBuffers Version 25.12.19 (#8871) by Derek Bailey · 7 weeks ago v25.12.19
  25. 57fdd4f Default Vector Support C++ (#8870) by Derek Bailey · 7 weeks ago
  26. 8cb53cc Add --gen-absl-hash option to generate AbslHashValue for structs. (#8868) by Derek Bailey · 7 weeks ago
  27. fb55e0c Run clang-format -i **/*.cpp (#8865) by Derek Bailey · 7 weeks ago
  28. d9fde67 Remove progaurd-rules.pro (#8866) by Derek Bailey · 7 weeks ago
  29. f74fda2 Update CODEOWNERS by Derek Bailey · 7 weeks ago
  30. 15802fa Create CODEOWNERS by Derek Bailey · 7 weeks ago
  31. a86afae Fix casing in generated Kotlin struct constructor function (#8849) by souma987 · 8 weeks ago
  32. 60910fb Fix nullability of generated Kotlin ByteBuffer accessors (#8844) by souma987 · 8 weeks ago
  33. 7bfaabc [TS] Flexbuffers root vector fix (#8847) by Justin Davis · 8 weeks ago
  34. e1407e4 Upgrade Kotlin to MacOS 15 (#8845) by Justin Davis · 8 weeks ago
  35. c9a301e Arrays of Enumerations without a value for `0` are no longer valid (#8836) by Justin Davis · 8 weeks ago
  36. 19b2300 chore: switch package to license expression (#8840) by James Thompson · 8 weeks ago
  37. e60c0ab deprecate the two options which have no effect of their own (#8831) by Justin Davis · 8 weeks ago
  38. 541dd1a Fix vector of table with naked ptr (#8830) by Justin Davis · 9 weeks ago
  39. 7711e84 Fix TS object API generation of schema containing array of enumeration having no zero default (#8832) by Justin Davis · 9 weeks ago
  40. 89430a1 Fix docs: typo & dead link (#8826) by Kende Gömöri · 9 weeks ago
  41. cfce38e Fixes unused imports in Rust code generator (#8828) by Cameron Mulhern · 9 weeks ago
  42. 5469bc9 Update flatc.md (#8821) by Justin Davis · 9 weeks ago
  43. b39f79e Fix(ts): escape doc comment terminator in generated JSDoc (#8820) by Ky0toFu · 9 weeks ago
  44. dc62391 update docs (#8819) by Justin Davis · 9 weeks ago
  45. a1e125a Implement `--file-names-only` (#8788) by Justin Davis · 9 weeks ago
  46. 0b60686 rust: impl TrustedLen for VectorIter (#8797) by Richard Patel · 9 weeks ago
  47. 17ceaae [rust] add deser support for enum type (#8803) by Fawdlstty · 9 weeks ago
  48. a5343d6 fix(idl_gen_rust): Fix lifetime warning added in Rust 1.89 (#8709) by Rob Jellinghaus · 9 weeks ago
  49. 4786322 update labeler.yml to v5+ format (#8818) by Justin Davis · 9 weeks ago
  50. 646a8bc Improves Rust code generation (#8564) by Cameron Mulhern · 9 weeks ago
  51. 0e3471d WIP error messages (#8764) by Felix · 9 weeks ago
  52. b07589a CI: Fix typo in version (#8817) by Felix · 9 weeks ago
  53. 2062c33 Add support for Flexbuffers in wasm (#8815) by mustiikhalil · 9 weeks ago
  54. adb7add Modernize GitHub CI actions (#8812) by Felix · 9 weeks ago
  55. 29f9993 Migrating to swift wasm on for github actions (#8814) by mustiikhalil · 9 weeks ago
  56. 597e76a Optimize Offset/Pad/Prep: use cached head and slicing, reduce casting (#8808) by Jacob Abrams · 9 weeks ago
  57. a577050 [Java] Use Table's fully qualified path (#8729) by Wakahisa · 9 weeks ago
  58. 31ab0bf [Go] Write required string fields into the buffer when using Object API (#8402) by razvanalex · 9 weeks ago
  59. e4775aa [Go] add BenchmarkBuildAllocations (#8287) by Jeroen Demeyer · 10 weeks ago
  60. 97d26ab fix CScript string.compare (#8547) by whiteye · 10 weeks ago
  61. 7dd38fa Fix platform ifdefs for locale independent str functions (#8678) by James Robinson · 10 weeks ago
  62. 7350c36 Optimize Builder startup: lazy sharedStrings and fast vtable init (#8807) by Jacob Abrams · 10 weeks ago
  63. 49d2db9 [Python] Fix generating __init__.py for invalid path (#8810) by Felix · 10 weeks ago
  64. 807b43c Remove legacy Conan recipe and update documentation (#8712) by Uilian Ries · 10 weeks ago
  65. 4b823b1 [Python] Fix inconsistent creator function naming in generated code (#8791) (#8792) by peter-soos · 10 weeks ago
  66. 4c47f4c Revert back to using swift-actions (#8806) by mustiikhalil · 10 weeks ago
  67. 2b107e2 [fuzzer] Adds code generation target. (#8795) by coder7695 · 2 months ago
  68. 84f4b83 TypeScript: read vtable entries as uint16 (#8435) by Jacob Bandes-Storch · 2 months ago
  69. 185e41f Bump js-yaml in the npm_and_yarn group across 1 directory (#8779) by dependabot[bot] · 2 months ago
  70. 8b02fe6 [C++] Fix vtable deduplication for 64-bit buffers >2GB (#8591) by Grzegorz Owsiany · 2 months ago
  71. 6e0dad8 Use macos-15-intel not macos-latest-large for Intel macOS (#8777) by Sutou Kouhei · 2 months ago
  72. e3e355d feat: library definition for PlatformIO (#8261) by obones · 2 months ago
  73. 8e901ce Fix dart object api test (#8751) by Jakob Kordež · 2 months ago
  74. 7808ae5 More robust <span> check (#8631) by Yuanyuan Chen · 2 months ago
  75. 20068cf [Java] Add `notify` to Java keywords (#8724) by Wakahisa · 2 months ago
  76. afd07bd [Java] Generate Longs from uint enums (#8727) by Wakahisa · 2 months ago
  77. 2951d53 chore: fix quick start typos (#8520) by Hjalti Leifsson · 2 months ago
  78. ba563de add assert to fix GCC warning on Ubuntu 24.04 LTS (#8804) by Glenn Fiedler · 2 months ago
  79. 46a2f3f [dart] fix bug which generated wrong code (#8780) by Fawdlstty · 2 months ago
  80. 7675121 Add Dart changelog entry for v25.9.23 (#8785) by Ivan Dlugos · 2 months ago
  81. ea2b514 Fix issue #8389: any nonzero byte is truthy (#8690) by Benjamin Kietzman · 2 months ago
  82. 20548ff Size verifier fix 2 (#8740) by Fergus Henderson · 2 months ago
  83. 7ea8db0 [Python] Add unit test for github issue 8653 (#8786) by Jacob Abrams · 2 months ago
  84. c7b6b66 fix: remove a single type hint to retain 2.7.x compatibility (#8799) by Justin Davis · 2 months ago
  85. ac8b124 don't crash on a lua file with no root table (#8770) by Justin Davis · 3 months ago
  86. 88b033b add proposed fixes from #8731 (#8771) by Justin Davis · 3 months ago
  87. e68355c [C++] Add Vector64 specialization for `std::vector<bool>` (#8757) by Justin Davis · 3 months ago
  88. e3ee248 Fix Issue #8653 - Python vtables not considering object size (#8683) by Justin Davis · 3 months ago
  89. 2a8f456 Replace usage of make_unique with unique_ptr for cpp11 (#8763) by Felix · 3 months ago
  90. cbf0850 [Swift] Inline arrays (#8755) by mustiikhalil · 3 months ago
  91. 7150dfb [Swift] Bump minimum supported version of swift to 5.10 (#8758) by mustiikhalil · 3 months ago
  92. fa87ecc Update swift supported features (#8769) by mustiikhalil · 3 months ago
  93. a62f45f Improves the performance of the string imp (#8772) by mustiikhalil · 3 months ago
  94. 5998472 Support native_type for tables when using the C++ object API. (#8668) by cosmith-nvidia · 3 months ago
  95. 4173b84 Fix --gen-compare to not generate comparators for native types. (#8681) by cosmith-nvidia · 3 months ago
  96. 5fe90a9 [Swift] Implements FlatbuffersVector which confirms to RandomAccessCollection (#8752) by mustiikhalil · 3 months ago
  97. 78a3d59 Swap the dependency of CreateX and X::Pack object API functions. (#8754) by cosmith-nvidia · 3 months ago
  98. 5ed02dc Prevent `make_span` from working with vectors and arrays of pointers (#8735) by are-you-tilted-already · 3 months ago
  99. 592dc50 Refactor lazy list unpacking (#8746) by Jakob Kordež · 3 months ago
  100. dd77af7 Add conditional check (#8736) by coder7695 · 3 months ago