1. 847087a refactor(ci): install Bazel using setup-bazel (#3494) by Peiyang He · 10 hours ago main
  2. fd99530 feat(go): add configurable size guardrails (#3475) by Ayush Kumar · 13 hours ago
  3. 00e88c3 fix(compiler): validate rpc request/response types (#3493) by Dimitris · 25 hours ago
  4. 056b94c feat(ci): add bazel downloads retry (#3492) by Peiyang He · 31 hours ago
  5. 61df69d fix(rust): add error handling logic for std duration; add support for chrono duration (#3490) by Peiyang He · 35 hours ago
  6. ecab201 refactor(javascript): rename apache-fory/fory to apache-fory/core (#3489) by Shawn Yang · 2 days ago
  7. 16e5ec9 chore: bump version to 0.16.0 (#3488) by Shawn Yang · 2 days ago
  8. fc0274f chore(java): Clean up Javadoc warnings, and fail the build if any new ones are introduced (#3477) by Steven Schlansker · 4 days ago
  9. 5fc06f1 fix(rust): handle panics from fuzz-found edge cases (#3481) by Uğur Tafralı · 5 days ago
  10. 830d85a fix(java): Restore compact codec fixed width optimizations (#3478) by Steven Schlansker · 5 days ago
  11. 8df6bc3 chore(java): Update Spotless and Checkstyle to allow building with JDK25 (#3476) by Steven Schlansker · 6 days ago
  12. 36376b7 fix(java): avoid deflater meta decompression hang on invalid input (#3472) by Shawn Yang · 7 days ago
  13. 7f44cfa docs: simplify PR AI checklist and rename AI policy file (#3470) by Shawn Yang · 8 days ago
  14. 3100df2 feat(javascript): limit the depth of deserialize & serialize (#3382) by Talha Amjad · 8 days ago
  15. 5bcb938 fix(python): fix python wheel build (#3469) by Shawn Yang · 8 days ago
  16. 6abb916 docs: add ai contributing policy (#3437) by Shawn Yang · 8 days ago
  17. 551ff53 fix(python): support tuple dataclass fields and object instances (#3468) by Shawn Yang · 9 days ago
  18. 9b8ced8 feat(xlang): support per-type evolution override (#3465) by Shawn Yang · 9 days ago
  19. da1c5e9 chore(c#): prepare for c# release (#3464) by Shawn Yang · 9 days ago
  20. c41182c perf: add fory performance optimization skill (#3463) by Shawn Yang · 9 days ago
  21. 6977c82 feat(swift): make fory swift usable as deps (#3462) by Shawn Yang · 9 days ago
  22. 24aaacb perf(swift): optimize swift performance (#3457) by Shawn Yang · 9 days ago
  23. 87acc12 feat(c++): add configurable deserialization size guardrails (#3455) by devadhe sb · 10 days ago
  24. ed586af perf(go): remove //go:inline directives and mark cold paths as //go:noinline (#3456) by Ayush Kumar · 11 days ago
  25. af6e8b2 feat(go): add go desrialization support via io streams (#3374) by Ayush Kumar · 13 days ago
  26. 9ba1d2a feat(python): add configurable size guardrails (#3429) by Eyad Hazem · 13 days ago
  27. 243755e perf(ci): add Cargo caching to Rust CI jobs (#3431) by Charlie_Moon · 2 weeks ago
  28. 477105c feat(rust): forbid late type registration after resolver snapshot ini… (#3435) by Geethapranay1 · 2 weeks ago
  29. 9ee1bef refactor: clean java serialize api (#3454) by Shawn Yang · 2 weeks ago
  30. ee4dc77 perf(c#): add csharp benchmark results (#3451) by Shawn Yang · 2 weeks ago
  31. 1e2bb63 feat(python/c++): shrink stream buffers after struct deserialization (#3453) by Shawn Yang · 2 weeks ago
  32. 9c4510a feat(python/cpp): add streaming serialization support to python and c++ (#3449) by Shawn Yang · 2 weeks ago
  33. ccecc39 perf(python): add python benchmark suite (#3448) by Shawn Yang · 2 weeks ago
  34. be11ff7 fix(docs): adjusted sidebar position and fixed typos (#3450) by Ayush Kumar · 2 weeks ago
  35. a44f24a feat(python): fast cython struct serializer (#3443) by Shawn Yang · 2 weeks ago
  36. 9f2b6af perf(python): optimize pyfory collection serialization performance (#3441) by Shawn Yang · 3 weeks ago
  37. 1426904 docs: Fix grammar: we follows to we follow (#3442) by layla · 3 weeks ago
  38. 5279942 fix(python): return UTC-aware datetime instead of naive datetime (#3439) by Yuta Sakuma · 3 weeks ago
  39. 22bae97 refactor(dart): merge all runtime exceptions into single fory_exception.dart (#3436) by Yash Agarwal · 3 weeks ago
  40. c5bb74f chore(python): handle duplicate field names (#3384) by Eyad Hazem · 3 weeks ago
  41. 13eda46 feat(dart): add configurable deserialization size guardrails (#3434) by Yash Agarwal · 3 weeks ago
  42. 550d8ee feat(swift): fory swift schema idl codegen (#3433) by Shawn Yang · 3 weeks ago
  43. 812ade8 feat(c++/python): support stream deserialization for c++ and python (#3307) by Shawn Yang · 3 weeks ago
  44. 5ac5069 feat(c#): add max depth and code lint support (#3428) by Shawn Yang · 3 weeks ago
  45. dd0777b feat(swift): harden decode paths and add missing wire type support (#3427) by Shawn Yang · 3 weeks ago
  46. ad2f0f2 fix(docs): updated the compiler guide (#3420) by Ayush Kumar · 3 weeks ago
  47. de152fa fix: avoid NoClassDefFoundError in supportCodegenForJavaSerialization (#3424) by Sergiy Yevtushenko · 3 weeks ago
  48. a565643 fix(c++): fix buffer read/write bound check (#3418) by Shawn Yang · 3 weeks ago
  49. 099ca0a docs: adjust guide docs sidebar (#3407) by Shawn Yang · 3 weeks ago
  50. 037cd7b feat(compiler): add csharp target and idl integration tests (#3406) by Shawn Yang · 3 weeks ago
  51. 0543b10 docs(csharp): add csharp guide and update README (#3404) by Shawn Yang · 3 weeks ago
  52. c8fd5ed refactor(c#): refactor serializer interface to minimize API surface (#3403) by Shawn Yang · 3 weeks ago
  53. d988a74 perf(swift): add fory swift serialization benchmark and optimize perf (#3395) by Shawn Yang · 3 weeks ago
  54. c15fa5d chore: Bump MessagePack from 2.5.172 to 2.5.187 (#3401) by dependabot[bot] · 3 weeks ago
  55. 4febc66 refactor(java): unify serializer write/read APIs and remove xwrite/xread (#3400) by Shawn Yang · 3 weeks ago
  56. 64dd156 refactor(benchmarks): rename benchmark directories and update links (#3398) by Shawn Yang · 3 weeks ago
  57. 1cdcb42 perf(csharp): add csharp benchmarks and optimize hot serialization paths (#3396) by Shawn Yang · 3 weeks ago
  58. e812dfe feat(c#): c# serialization implementation (#3383) by Shawn Yang · 3 weeks ago
  59. b050ba3 feat: Add IEEE 754 float16 (binary16) support to Rust runtime (#3252) by Ashhar Ahmad Khan · 4 weeks ago
  60. 60460dd feat(swift): add direct Fory initializer and update Swift docs (#3373) by Shawn Yang · 4 weeks ago
  61. 115ee55 feat(c++): add msgpack cpp benchmark (#3365) by Shawn Yang · 4 weeks ago
  62. dbf8ee5 docs(swift): refine swift api and docs (#3372) by Shawn Yang · 4 weeks ago
  63. 6117f5d feat(swift): support enum/time serialization for swift (#3371) by Shawn Yang · 4 weeks ago
  64. a9d1720 feat(swift): dynamic any serializer for polymorphism (#3368) by Shawn Yang · 4 weeks ago
  65. 6545c87 feat(swift): implement schema evolution compatible mode for fory swift (#3363) by Shawn Yang · 4 weeks ago
  66. 21dd333 feat(compiler): add gRPC flags to fory compiler (#3361) by Ayush Kumar · 4 weeks ago
  67. 1a0351b docs(java): update java benchmark plots (#3366) by Shawn Yang · 4 weeks ago
  68. db3b7f6 feat(swift): implement fory serialization for swift language (#3359) by Shawn Yang · 4 weeks ago
  69. db529f1 feat(dart): add float16 to dart (#3336) by Ayush Kumar · 4 weeks ago
  70. 374ee1c chore(python): define dependencies for development environment (#3360) by Yuta Sakuma · 4 weeks ago
  71. bef6bdc refactor(python): unify read/write api for python xlang and native mode (#3348) by Shawn Yang · 4 weeks ago
  72. 184253c feat(javascript): align buffer read/write API with Java naming (#3346) by Talha Amjad · 4 weeks ago
  73. 3cd7512 refactor(dart): register xlang types by Type (#3332) by Shawn Yang · 4 weeks ago
  74. 4f4453d fix(java): support TreeSet/TreeMap subclasses without Comparator constructor in SortedSet/SortedMapSerializer (#3344) by Sebastian Mandrean · 4 weeks ago
  75. 17b9c60 fix(java): Deserialize nested HashMap subclasses (#3342) by Sebastian Mandrean · 4 weeks ago
  76. c080d7b feat(JavaScript): fix testcase (#3334) by weipeng · 5 weeks ago
  77. c69e274 chore(deps): bump org.apache.avro:avro from 1.11.4 to 1.11.5 in /benchmarks/java_benchmark (#3338) by dependabot[bot] · 5 weeks ago
  78. 97edbfb feat(javascript): add bfloat16 and bfloat16_array support (#3328) by Talha Amjad · 5 weeks ago
  79. 1331381 feat(go): add support for bfloat16 (#3310) by Chang-Yen (Brian) Li · 5 weeks ago
  80. 0e3a22a feat(dart): align dart with xlang serialization spec (#3325) by Shawn Yang · 5 weeks ago
  81. e8abe1e feat(JavaScript): fix test_polymorphic_map (#3327) by weipeng · 5 weeks ago
  82. c93e6ee feat(JavaScript): Align xlang protocol (#3326) by weipeng · 5 weeks ago
  83. 68deb80 refactor(dart): revamp runtime API and unify codegen naming (#3323) by Shawn Yang · 5 weeks ago
  84. bdd73f0 feat(go): improve test coverage for int slice primitive serializers (#3313) by Chang-Yen (Brian) Li · 5 weeks ago
  85. 55879b7 feat(dart): align dart xlang serialization (#3322) by Shawn Yang · 5 weeks ago
  86. aef46ad feat(JavaScript): Align testcases (#3321) by weipeng · 5 weeks ago
  87. 228d681 feat(JavaScript): Align testcase (#3320) by weipeng · 5 weeks ago
  88. cf57fe5 feat(go): update float16 array/slice logic in createSerializer (#3318) by Chang-Yen (Brian) Li · 5 weeks ago
  89. cd2e0a4 feat(JavaScript): Align testcases (#3319) by weipeng · 5 weeks ago
  90. 6100ebc feat(javascript): add float16 support (#3253) by Ayush Kumar · 5 weeks ago
  91. 1b9c0d3 feat(JavaScript): align xlang protocol (#3316) by weipeng · 5 weeks ago
  92. 5da3d41 chore: Bump release version to 0.15.0 (#3317) by Shawn Yang · 5 weeks ago
  93. 65cd46f fix(java): Fix EnumSetSerializer for enums with overriding methods (#3315) by Artemiy · 5 weeks ago
  94. b734daa feat(JavaScript): support ForyField (#3314) by weipeng · 5 weeks ago
  95. ef25ea2 feat(go): add missing type resolver for uint{16,32,64}slice (#3311) by Chang-Yen (Brian) Li · 5 weeks ago
  96. 9668497 feat(JavaScript): Support EXT,NAMED_EXT (#3312) by weipeng · 5 weeks ago
  97. dc9f3e7 feat(gpRc): update FDL lexer/parser to support service and rpc definitions (#3308) by Ayush Kumar · 6 weeks ago
  98. 96880c8 docs: fix incorrect docs (#3309) by Shawn Yang · 6 weeks ago
  99. 802b860 docs(c++): update readme and benchmarks docs (#3305) by Shawn Yang · 6 weeks ago
  100. 16a9230 docs(java): fix benchmark images (#3304) by Shawn Yang · 6 weeks ago