1. 52eb36f Improve encryption metadata validation (#925) by Haonan · 34 hours ago develop
  2. e6c0ddd fix(python): make dataframe index opt-in (#919) by Colin Lee · 3 days ago
  3. 27655ab Fix/relax pyarrow constraint (#922) by Colin Lee · 3 days ago
  4. bf36d80 fix(cpp): never seal empty chunks and fix dangling ref in parallel tablet write (#909) by kkzi · 3 days ago
  5. b4b40c0 fix(skills): update tsfile skills to follow current version (#916) by Zeyu Zhang · 5 days ago
  6. 9755a42 fix: validate RLBE decoder run lengths (#913) by Colin Lee · 6 days ago
  7. 89129a3 Feature/tsfile dataframe runtime (#911) by Colin Lee · 9 days ago
  8. 769aa6d feat: add tsfile skills (#907) by Zeyu Zhang · 9 days ago
  9. d4c3c94 feat(cpp): refactor dependency sourcing and extend codec compatibility (#905) by Colin Lee · 11 days ago
  10. 7798b10 Optimize DataSetWithoutTimeGenerator with primitive long heap/set (#906) by Hongzhi Gao · 12 days ago
  11. 5681978 Bump actions/setup-node from 6 to 7 (#892) by dependabot[bot] · 3 weeks ago
  12. 709c5f5 Bump github/codeql-action from 4 to 4.37.3 (#891) by dependabot[bot] · 3 weeks ago
  13. 2465542 fix(tsfile): propagate IOException on writer close instead of swallowing it (#899) by shuwenwei · 3 weeks ago
  14. 9ec0abf Add C++ and Python TsFile properties support (#897) by Colin Lee · 3 weeks ago
  15. 585125b Optimize C++ batch decode and output fast paths (#898) by Colin Lee · 3 weeks ago
  16. 705c971 Add standalone Cppcheck CI (#895) by Colin Lee · 4 weeks ago
  17. 7ca2e79 Support static libtsfile builds (#894) by Colin Lee · 4 weeks ago
  18. ea09459 Support TsFile properties and optional table point counting (#882) by Jiang Tian · 4 weeks ago
  19. ac496ba Bump actions/setup-java from 5 to 5.6.0 (#889) by dependabot[bot] · 4 weeks ago
  20. f64be11 Bump actions/setup-python from 6 to 7 (#890) by dependabot[bot] · 4 weeks ago
  21. 218bbdf fix(cpp): preserve Gorilla sentinel values in batch reads (#883) by Colin Lee · 4 weeks ago
  22. 1af4fa9 Document website pull request target (#887) by Jackie Tien · 4 weeks ago
  23. 3c831b7 Add range mark query APIs to BitMap (#884) by Jiang Tian · 4 weeks ago
  24. 46cf0a1 Fix remaining C++ memory leak paths (#881) by Colin Lee · 4 weeks ago
  25. 94f6dac fix(cpp): fix memory leaks and null dereference crashes (#879) by Colin Lee · 5 weeks ago
  26. 5e2bb01 Bump at.yawk.lz4:lz4-java from 1.10.1 to 1.11.1 in /java (#880) by dependabot[bot] · 5 weeks ago
  27. a2fdf71 Python error code alignment (#870) by Colin Lee · 5 weeks ago
  28. c7615f7 Bump com.fasterxml.jackson.core:jackson-core in /java (#877) by dependabot[bot] · 5 weeks ago
  29. 7d44338 Optimize Gorilla batch floating-point decoding (#873) by Colin Lee · 5 weeks ago
  30. 608955c Fix Python wheel test skipping and dependencies (#876) by Colin Lee · 5 weeks ago
  31. 23787f8 Update release information for TsFile 2.4.0 (#874) by Colin Lee · 5 weeks ago
  32. 928ca94 Optimize small BitMap with long-backed implementation (#871) by Jiang Tian · 6 weeks ago
  33. 7a7d7f9 perf(cpp): push down multi-value aligned offsets (#863) by Colin Lee · 6 weeks ago
  34. 5b4cad2 Add configurable TsFileInput reader constructor (#869) by Jiang Tian · 6 weeks ago
  35. b8825b1 Add buffered TsFile input (#868) by Jiang Tian · 6 weeks ago
  36. 4668950 C++: enable SIMD by default (#867) by Colin Lee · 6 weeks ago
  37. e5e4ccc [Python][C++] Fix tree-model TsFileDataFrame returning empty data on reused readers and uppercase names (#862) by Le Yang · 6 weeks ago
  38. 0ae3e75 Bump pnpm/action-setup from 4 to 6 (#852) by dependabot[bot] · 7 weeks ago
  39. 4b72bd0 Bump actions/checkout from 4 to 7 (#856) by dependabot[bot] · 7 weeks ago
  40. 2a33490 Bump com.fasterxml.jackson.core:jackson-databind in /java (#865) by dependabot[bot] · 7 weeks ago
  41. 51fe8bb Bump codecov/codecov-action from 6 to 7 (#853) by dependabot[bot] · 7 weeks ago
  42. d34ac00 Bump actions/setup-node from 4 to 6 (#854) by dependabot[bot] · 7 weeks ago
  43. 1f38d11 Bump actions/cache from 5 to 6 (#855) by dependabot[bot] · 7 weeks ago
  44. b4646b6 fix invalid datatype. (#864) by Colin Lee · 7 weeks ago
  45. 86252e5 C++: optimize batch read/write paths and aligned table null handling (#823) by Colin Lee · 8 weeks ago
  46. 3010c3d [Python] Support tree-model TsFiles in TsFileDataFrame (#816) by Le Yang · 8 weeks ago
  47. 4f26e92 fix tag null segsegv. (#848) by Colin Lee · 9 weeks ago
  48. 9e929f0 Fix C++ TsFile writer flush offsets for multi-GB files. (#839) by Hongzhi Gao · 2 months ago
  49. c1dae0e add cli readme (#844) by Colin Lee · 2 months ago
  50. dfd3284 Optimize timeseries metadata read and fix table size accounting (#840) by shuwenwei · 2 months ago
  51. 719f80a Fix several bugs in tsfile-cli and add tag filter commands (#837) by Zeyu Zhang · 3 months ago
  52. 0963453 Fix tsfile-cli clean-build race and harden CLI validation (#836) by ZhangHongYin · 3 months ago
  53. 5123d6e update CMakeFile (#835) by ZhangHongYin · 3 months ago
  54. 594a68f Fix/windows ci python wheel build (#833) by Hongzhi Gao · 3 months ago
  55. be3c5bf Add GitHub Actions workflow for site build and deploy by Haonan · 3 months ago
  56. 9a78cda Remove GitHub Actions workflow configuration to remove document build (#834) by CritasWang · 3 months ago
  57. d78fd51 Add tsfile-cli: inspect and import .tsfile from the command line (#829) by ZhangHongYin · 3 months ago
  58. 3c60194 Upgrade minimum JDK to 17 and refresh dependencies (#830) by Haonan · 3 months ago
  59. 2a864c5 Fix TS_2DIFF float/double page compatibility (#796) by Hongzhi Gao · 3 months ago
  60. 324acba Optimize get_timeseries_metadata() to eliminate N+1 I/O (~94x speedup) (#815) by Jackie Tien · 3 months ago
  61. 86ec4b9 Add Tablet.serializedSize() and comprehensive size validation tests. (#824) by Zhenyu Luo · 3 months ago
  62. e7b0d69 Update RELEASE_NOTES.md for version 2.3.1 by Hongzhi Gao · 3 months ago
  63. aacd0d7 Add new release version 2.3.1 for Apache TsFile by Hongzhi Gao · 3 months ago
  64. 21988e7 Fix typos in comments, docs, build scripts, and i18n messages (#826) by ZhangHongYin · 3 months ago
  65. 3436b4f [maven-release-plugin] prepare for next development iteration by 761417898 · 3 months ago
  66. ce011fa [maven-release-plugin] prepare release v2.3.1 by 761417898 · 3 months ago v2.3.1
  67. e3cdf87 fix(tools): unbreak bat for paren paths and silence library INFO noise (#825) by 耿紫颜 · 3 months ago
  68. 543c444 Fix import edge cases for DATE/TIMESTAMP, INT96, CSV quotes and format filtering (#819) by 耿紫颜 · 3 months ago
  69. 6ccc9d7 support msvc 2017. (#817) by Colin Lee · 3 months ago
  70. edbef48 exclude AGENTS.md from rat (#822) by Jiang Tian · 3 months ago
  71. d666d01 Fix OBJECT last-point fallback in TsFileLastReader (#821) by Zhenyu Luo · 3 months ago
  72. 8fced47 feat: i18n support for log and exception messages (#820) by Jackie Tien · 3 months ago
  73. 1c0efe4 Add AGENTS.md symlinks (#818) by Haonan · 3 months ago
  74. f7041d8 feat(tools): support Parquet and Arrow import with schema/auto modes (#793) by 耿紫颜 · 4 months ago
  75. 8923b11 Bump actions/checkout from 4 to 6 (#800) by dependabot[bot] · 4 months ago
  76. 03abc3e Bump actions/github-script from 8.0.0 to 9.0.0 (#802) by dependabot[bot] · 4 months ago
  77. f46c7a9 Bump pnpm/action-setup from 4 to 6 (#801) by dependabot[bot] · 4 months ago
  78. d5628a1 Bump actions/download-artifact from 4 to 8 (#804) by dependabot[bot] · 4 months ago
  79. 659196b Bump codecov/codecov-action from 5 to 6 (#803) by dependabot[bot] · 4 months ago
  80. 5e2130f Add release information for version 2.3.0 by Hongzhi Gao · 4 months ago
  81. 781f809 RELEASE_NOTES for Apache TsFile 2.3.0 by Hongzhi Gao · 4 months ago
  82. 3557b81 Bump actions/setup-node from 4 to 6 (#622) by dependabot[bot] · 4 months ago
  83. 3fa28f5 Implemented NONE value by Caideyipi · 4 months ago
  84. 56adf77 finish (#791) by Yongzao · 4 months ago
  85. 1c6fa3c [CI] Expand Python unit-test matrix to 3.9/3.11/3.14 (#790) by Hongzhi Gao · 4 months ago
  86. 865d75f [Python] Fix Linux Py3.14 wheel CI and dataframe edge cases (#789) by Hongzhi Gao · 4 months ago
  87. 5e8a38a Add CLAUDE.md files and update .gitignore (#788) by Jackie Tien · 4 months ago
  88. c934f78 Update README with clang-format install notes (#786) by Haonan · 4 months ago
  89. eaf9030 Add test file cleanup and fix .gitignore for Python tests (#787) by Jackie Tien · 4 months ago
  90. 2ab087b Enable Python Spotless check in CI (#785) by Haonan · 4 months ago
  91. a58a073 fix cpp restore statistic (#784) by Hongzhi Gao · 4 months ago
  92. 651007d fix restorable_tsfile_io_writer memory leak and unstop loop by 761417898 · 4 months ago
  93. 3de49f7 Fix multi-recovery metadata indexing and add regression coverage. (#783) by Hongzhi Gao · 5 months ago
  94. 34833e7 Add PyPI badge to README and README-zh.md (#782) by Haonan · 5 months ago
  95. a55f058 fix get_metadata datatype (#781) by Hongzhi Gao · 5 months ago
  96. 12bd435 fix query-by-row unexist path by 761417898 · 5 months ago
  97. 2a4fa50 Format Python code with Spotless and Black (#770) by Haonan · 5 months ago
  98. d14d01b Add dedicated Tablet API for object path writes. (#780) by Zhenyu Luo · 5 months ago
  99. 3c809d5 Fix tree queryByRow device ID parsing for multi-segment paths (#776) by Hongzhi Gao · 5 months ago
  100. cb59543 fix(cpp): skip missing device/measurement in tree queryByRow (#777) by Hongzhi Gao · 5 months ago