1. 8396e00 allow to use reflection in constant time evaluation (#8978) by Fedor Osetrov · 14 hours ago upstream/master
  2. 48babd4 Bump flatted in the npm_and_yarn group across 1 directory (#8989) by dependabot[bot] · 15 hours ago
  3. 22770f7 Fix inconsistent Python union creator function naming (#8981) by tmimmanuel · 28 hours ago
  4. 21b0332 Add bounds check for root offset in AddFlatBuffer (#8982) by Dexter.k · 28 hours ago
  5. 93f587a fix: annotated output for size-prefixed binaries (#8976) by dataCenter430 · 2 days ago
  6. 8afb68f codegen: escape string default values to prevent code injection (#8964) by Kevin Zhao · 2 days ago
  7. 2e07f26 Update build.yml by Derek Bailey · 3 days ago
  8. 10c9941 Fix: allow flexbuffers alloc check test (#8972) by Renzo · 8 days ago
  9. fc9909c fix: infinite loop in proto reserved range parser (CWE-835) (#8966) by dataCenter430 · 9 days ago
  10. e358175 Fix missing namespace qualifier in Pack() (#8967) by tmimmanuel · 9 days ago
  11. 9e3fe5d rust: add secondary function with preallocated internal vecs (#8936) by Moritz Walker · 9 days ago
  12. dc92173 fix: add missing bracket (#8969) by statxc · 10 days ago
  13. a7fed2c feat: add lookup_index_by_key to Rust Vector for index-based search (#8959) by statxc · 10 days ago
  14. de3b973 feat: use HashMap for create_shared_string to fix O(N²) performance (#8958) by statxc · 10 days ago
  15. 8aa7084 Fix flaky flexbuffers_alloc_check test in cargo test (#8965) by Renzo · 12 days ago
  16. 0f469ca Revert "fix using null string in vector (#7872)" (#8879) by Justin Davis · 13 days ago
  17. 72e51c6 Bump actions/upload-artifact from 6 to 7 (#8963) by dependabot[bot] · 14 days ago
  18. 31590a8 Enable Dependabot for GitHub Actions (#8778) by Sutou Kouhei · 14 days ago
  19. 24c2432 [Python]: Modernize setup and drop Python 2 (#8955) by Felix · 14 days ago
  20. 2928706 fix(flatbuffers): use manual impl Default for struct object types (#8947) by Renzo · 14 days ago
  21. 57659d9 Updates Rust codegen to use proper indentation (#8952) by Cameron Mulhern · 2 weeks ago
  22. 2b8e4d3 build: Upgrade rules_swift to 3.1.2 and grpc to 1.76.0 (#8909) by Udaya Prakash · 2 weeks ago
  23. 08b6372 Generate better formatted Rust code (#8919) by Cameron Mulhern · 2 weeks ago
  24. 9c38355 Bump minimatch in the npm_and_yarn group across 1 directory (#8951) by dependabot[bot] · 2 weeks ago
  25. c13c3bf Upgrade GitHub Actions for Node 24 compatibility (#8934) by Salman Chishti · 2 weeks ago
  26. 47eeb8f Bump ajv in the npm_and_yarn group across 1 directory (#8933) by dependabot[bot] · 2 weeks ago
  27. e7c6874 [Dart] Actually use resized FlexBuffers buffer (#8935) by Uwe (ObjectBox) · 2 weeks ago
  28. 8d2c333 fix: Added return value to non type-prefixed create vector function (#8945) by RCRalph · 2 weeks ago
  29. abc9bfe Update Go support for Optional Scalars (#8946) by Damian Sypniewski · 2 weeks ago
  30. 94d6b80 Ensure optional arrays, arrays with defaults, and strings with defaults are supported (#8896) by Abhay Agarwal · 4 weeks ago
  31. fa70963 Bump lodash (#8913) by dependabot[bot] · 4 weeks ago
  32. 60463e2 Remove empty 'required' section from schema.md (#8900) by Stevan Coroller · 4 weeks ago
  33. b8e3d21 [TS] Fix relative import paths of generated TypeScript code (#8880) by Austin Chick · 4 weeks ago
  34. d71c0ab Moves the internal stack to use a pointer stack instead of the native array for improved performance (#8891) by mustiikhalil · 5 weeks ago
  35. fcf7544 [Swift] Moves VTs from enums to structs to prevent empty enum generation by mustiikhalil · 5 weeks ago
  36. c21bda1 Remove root_package from npm_translate_lock. (#8921) by Sebastian Barfurth · 6 weeks ago
  37. 03fffb2 Set max_compatibility_level=3 for rules_swift (#8920) by Marcel · 6 weeks ago v25.12.19-2026-02-06-03fffb2
  38. 1a7495a [C#] Add GetBytes methods for fixed arrays (#8633) by bigjt · 6 weeks ago
  39. 3c1bb67 sync human-readable value (#8859) by Fawdlstty · 6 weeks ago
  40. 5b9de8b Fixes Rust code generation for single file output when using namespaces (#8877) by Cameron Mulhern · 6 weeks ago
  41. ea0a73d disallow circular struct references (#8851) by Justin Davis · 6 weeks ago
  42. 4623cfa Opt in to using experimental Kotlin Native APIs to suppress build warnings (#8885) by souma987 · 6 weeks ago
  43. 9c2c56d Fix typo in comment in idl.h (#8907) by Peter Shih · 6 weeks ago
  44. 429c28c fix(rust): Zero vtable memory in write_vtable to prevent uninitialized data (#8898) by brianmacy · 6 weeks ago
  45. e5a9ff7 flatbuffers.h: fix C++11 compilation (#8857) (#8858) by Markus Junginger · 6 weeks ago
  46. e53732b Feature: lua now file_ident aware (#8850) by Justin Davis · 6 weeks ago
  47. b84b676 Fix example of JSON export with flatc (#8892) by Thiébaud Weksteen · 6 weeks ago
  48. 3211f85 Add --ts-undefined-for-optionals command line option (#8861) by Iñaki Baz Castillo · 6 weeks ago
  49. 95ff1f1 [c#] Fix Table __vector_as_array correct len calc (#8911) by Stefan F. · 6 weeks ago
  50. af8997b [Python] Improve python API (#8781) by Jacob Abrams · 8 weeks ago
  51. 0d67abd `MODULE.bazel`: Upgrade `rules_swift` version (#8908) by Derek Bailey · 8 weeks ago
  52. d74e294 [C++] Check for case insensitive keywords (#8420) by razvanalex · 8 weeks ago
  53. 8914d06 Remove invalid dependency on FLATBUFFERS_GENERATE_HEADERS_SCHEMAS (#8834) by Nicolas Ulrich · 3 months ago
  54. 522f237 Update CODEOWNERS by Derek Bailey · 3 months ago
  55. 7cb0bcb C++ Feature: Mutable union getters (#8852) by Justin Davis · 3 months ago
  56. b1e7868 add verification that type_vec.size == vec.size() (#8853) by Justin Davis · 3 months ago
  57. 68e3c83 update provenance (#8873) by Justin Davis · 3 months ago
  58. 0723245 [Swift] Fixes bazel.build file allowing it to find Vectors folder in 8.5.0 (#8875) by mustiikhalil · 3 months ago
  59. 9d64b9c fix(go): add bounds checking to ByteVector (#8776) by Ville Vesilehto · 3 months ago
  60. d01f20f Fix python generation with nested flatbuffers (#8854) by Justin Davis · 3 months ago
  61. 7e16302 FlatBuffers Version 25.12.19 (#8871) by Derek Bailey · 3 months ago v25.12.19
  62. 57fdd4f Default Vector Support C++ (#8870) by Derek Bailey · 3 months ago
  63. 8cb53cc Add --gen-absl-hash option to generate AbslHashValue for structs. (#8868) by Derek Bailey · 3 months ago
  64. fb55e0c Run clang-format -i **/*.cpp (#8865) by Derek Bailey · 3 months ago
  65. d9fde67 Remove progaurd-rules.pro (#8866) by Derek Bailey · 3 months ago
  66. f74fda2 Update CODEOWNERS by Derek Bailey · 3 months ago
  67. 15802fa Create CODEOWNERS by Derek Bailey · 3 months ago
  68. a86afae Fix casing in generated Kotlin struct constructor function (#8849) by souma987 · 3 months ago
  69. 60910fb Fix nullability of generated Kotlin ByteBuffer accessors (#8844) by souma987 · 3 months ago
  70. 7bfaabc [TS] Flexbuffers root vector fix (#8847) by Justin Davis · 3 months ago
  71. e1407e4 Upgrade Kotlin to MacOS 15 (#8845) by Justin Davis · 3 months ago
  72. c9a301e Arrays of Enumerations without a value for `0` are no longer valid (#8836) by Justin Davis · 3 months ago
  73. 19b2300 chore: switch package to license expression (#8840) by James Thompson · 3 months ago
  74. e60c0ab deprecate the two options which have no effect of their own (#8831) by Justin Davis · 3 months ago
  75. 541dd1a Fix vector of table with naked ptr (#8830) by Justin Davis · 3 months ago
  76. 7711e84 Fix TS object API generation of schema containing array of enumeration having no zero default (#8832) by Justin Davis · 3 months ago
  77. 89430a1 Fix docs: typo & dead link (#8826) by Kende Gömöri · 3 months ago
  78. cfce38e Fixes unused imports in Rust code generator (#8828) by Cameron Mulhern · 4 months ago
  79. 5469bc9 Update flatc.md (#8821) by Justin Davis · 4 months ago
  80. b39f79e Fix(ts): escape doc comment terminator in generated JSDoc (#8820) by Ky0toFu · 4 months ago
  81. dc62391 update docs (#8819) by Justin Davis · 4 months ago
  82. a1e125a Implement `--file-names-only` (#8788) by Justin Davis · 4 months ago
  83. 0b60686 rust: impl TrustedLen for VectorIter (#8797) by Richard Patel · 4 months ago
  84. 17ceaae [rust] add deser support for enum type (#8803) by Fawdlstty · 4 months ago
  85. a5343d6 fix(idl_gen_rust): Fix lifetime warning added in Rust 1.89 (#8709) by Rob Jellinghaus · 4 months ago
  86. 4786322 update labeler.yml to v5+ format (#8818) by Justin Davis · 4 months ago
  87. 646a8bc Improves Rust code generation (#8564) by Cameron Mulhern · 4 months ago
  88. 0e3471d WIP error messages (#8764) by Felix · 4 months ago
  89. b07589a CI: Fix typo in version (#8817) by Felix · 4 months ago
  90. 2062c33 Add support for Flexbuffers in wasm (#8815) by mustiikhalil · 4 months ago
  91. adb7add Modernize GitHub CI actions (#8812) by Felix · 4 months ago
  92. 29f9993 Migrating to swift wasm on for github actions (#8814) by mustiikhalil · 4 months ago
  93. 597e76a Optimize Offset/Pad/Prep: use cached head and slicing, reduce casting (#8808) by Jacob Abrams · 4 months ago
  94. a577050 [Java] Use Table's fully qualified path (#8729) by Wakahisa · 4 months ago
  95. 31ab0bf [Go] Write required string fields into the buffer when using Object API (#8402) by razvanalex · 4 months ago
  96. e4775aa [Go] add BenchmarkBuildAllocations (#8287) by Jeroen Demeyer · 4 months ago
  97. 97d26ab fix CScript string.compare (#8547) by whiteye · 4 months ago
  98. 7dd38fa Fix platform ifdefs for locale independent str functions (#8678) by James Robinson · 4 months ago
  99. 7350c36 Optimize Builder startup: lazy sharedStrings and fast vtable init (#8807) by Jacob Abrams · 4 months ago
  100. 49d2db9 [Python] Fix generating __init__.py for invalid path (#8810) by Felix · 4 months ago