1. be7bd7e Added memory calculation for tablet (#636) by Caideyipi · 5 days ago develop
  2. da7cd08 Feature/new cpp interface (#627) by Hongzhi Gao · 10 days ago
  3. 6f1ccce Add constructor to TableSchema with pre-built schemas and position index (#626) by Zhenyu Luo · 10 days ago
  4. 2afaa97 fix aligned chunk reader. (#634) by Colin Lee · 12 days ago
  5. 7dd6ef0 upgrade TsFile-CPP zlib (#633) by Hongzhi Gao · 13 days ago
  6. 808dbd3 fix code and remove warning. (#629) by Colin Lee · 13 days ago
  7. 7989b3a change config not found log to debug #628 Open by CritasWang · 13 days ago
  8. de31a9a support python to_dataframe. (#624) by Colin Lee · 2 weeks ago
  9. 1dc675d Fix bug in PaginationController (#578) by shuwenwei · 2 weeks ago
  10. f72ce29 fix TsFileSequenceReader.getTableDevicesIteratorWithIsAligned(String tableName) (#619) by shuwenwei · 2 weeks ago
  11. 7072c41 fix ts2diff. (#618) by Colin Lee · 2 weeks ago
  12. 275e4d1 Bump logback version to 1.3.16 (#615) by Haonan · 3 weeks ago
  13. e807770 Support Object type (#613) by Haonan · 3 weeks ago
  14. cad87cb New java interfaces (#602) by Hongzhi Gao · 3 weeks ago
  15. 1db3fe5 add constructor TsFileDeviceIterator(TsFileSequenceReader reader, String tableName) #608 by shuwenwei · 3 weeks ago
  16. ca6ada4 fix GroupByMonthFilter.getTimeRanges (#609) by shuwenwei · 3 weeks ago
  17. 9c2711c Refactored some dependencies by Caideyipi · 4 weeks ago
  18. c2a2937 add encrypt param for all the write/read struct initialization (#601) by jintao zhu · 5 weeks ago
  19. 83250e3 Modify the TsFileSequenceReaderTimeseriesMetadataIterator next function to return a LinkedHashMap (#593) by Zhenyu Luo · 7 weeks ago
  20. 39e55a3 Fix camel encoding error message and add check for each datatypes of supported encoding (#591) by Haonan · 9 weeks ago
  21. 1dce1b0 Bump actions/checkout from 4 to 5 (#583) by dependabot[bot] · 2 months ago
  22. 5132d99 Alter column other type to string type (#588) by libo · 3 months ago
  23. fd1adb8 Bump actions/setup-java from 4 to 5 (#584) by dependabot[bot] · 3 months ago
  24. dcdbcf8 Bump actions/first-interaction from 1.3.0 to 3.0.0 (#586) by dependabot[bot] · 3 months ago
  25. a5fee93 [CPP/C] implement default encoding/compression configuration interface (#582) by Hongzhi Gao · 3 months ago
  26. 674a65c perf: Optimize aligned object memory size calculation (#577) by Zhenyu Luo · 3 months ago
  27. 01be82e feat: add markRange / unmarkRange / merge for high-performance bit manipulation (#575) by Zhenyu Luo · 3 months ago
  28. 550c482 Add support for alter column datatype (#567) by libo · 3 months ago
  29. 95dbf6a Feature/codec/camel (#560) by Hongzhi Gao · 3 months ago
  30. 858239f Update release information after v2.1.1 released (#574) by Haonan · 3 months ago
  31. 949a7a5 reduce zero-fill overhead on BitMap creation (#572) by Zhenyu Luo · 3 months ago
  32. 38a847d generate main key (#519) by jintao zhu · 3 months ago
  33. 1dff37b Add methods for RamUsageEstimator by shuwenwei · 3 months ago
  34. 9ef4709 Add Tablet.append (#562) by Jiang Tian · 4 months ago
  35. f3345b9 Refactor UnknownType to extend AbstractType by FearfulTomcat27 · 4 months ago
  36. 965f487 Avoid repeated calculation of shallow size of map by shuwenwei · 4 months ago
  37. f1dad36 Feature/cpp codec sprintz (#553) by Hongzhi Gao · 4 months ago
  38. ee647cb fix wrong Private-Package declaration (#556) by Inky19 · 4 months ago
  39. ae3e8c8 Implement extract value filters by Weihao Li · 4 months ago
  40. 898f1a6 include common in tsfile with shade (#510) by Inky19 · 4 months ago
  41. 04bbc0a Check max tsfile version by shuwenwei · 4 months ago
  42. d3eb61a Init all series writer for AlignedChunkGroupWriter by shuwenwei · 4 months ago
  43. 956d598 implement RLE DICTIONART ZIGZAG codec (#542) by Hongzhi Gao · 4 months ago
  44. 838d290 Implement extract time filters by Weihao Li · 4 months ago
  45. 490d521 Update version info for tsfile v2.1.0 (#544) by Colin Lee · 4 months ago
  46. 110a5a2 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.18.0 in /java (#543) by dependabot[bot] · 4 months ago
  47. a8e48ad Ignore the null value passed in the Tablet.addValue method (#540) by shuwenwei · 4 months ago
  48. 4909442 Implement datatype TIMESTAMP BLOB TEXT DATE (#532) by Hongzhi Gao · 4 months ago
  49. c32e893 AbstractAlignedTimeSeriesMetadata.typeMatch always return true (#538) by shuwenwei · 4 months ago
  50. 7510d94 Fetch max tsblock line number each time from TSFileConfig by Jackie Tien · 4 months ago
  51. efdba35 Revert "[maven-release-plugin] prepare release v2.1.0" (#533) by Colin Lee · 5 months ago
  52. a2da0c9 [maven-release-plugin] prepare release v2.1.0 by colin · 5 months ago
  53. 6554a18 Correct the memroy calculation of BinaryColumnBuilder by Jackie Tien · 5 months ago
  54. e7bdcad fix some warning while compiling. (#527) by Colin Lee · 5 months ago
  55. af0ec13 Use spotless to format CPP code (#528) by Haonan · 5 months ago
  56. ed5b5dc The column names in the addValue interface are case-insensitive (#526) by Hongzhi Gao · 5 months ago
  57. d2a906e Fixes the issue where data with only timestamps could not be inserted (#525) by Colin Lee · 5 months ago
  58. de166a7 Support set default compression by data type (#523) by Jiang Tian · 5 months ago
  59. 09015fa [CPP]Fix/multi fileds column (#522) by Hongzhi Gao · 5 months ago 2.1.0-pre-rc3
  60. 04eb621 Fix bloom filter error. by Colin Lee · 5 months ago
  61. 58fa12f fix read from iotdb data. (#520) by Colin Lee · 5 months ago
  62. caa77ac [Java/C++/C] Resolved case sensitivity issue when reading column names. (#518) by Hongzhi Gao · 5 months ago
  63. af2a7ee Fix tag empty error and disorder timestamp. (#489) by Colin Lee · 5 months ago
  64. c501bf4 Resolved case sensitivity issue when reading column names. (#517) by Hongzhi Gao · 5 months ago
  65. 6df6112 The TsFile-CPP query interface now validates column names before querying. (#516) by Hongzhi Gao · 5 months ago
  66. 2995362 Fix npe when closing a last reader that have not been used (#513) by Jiang Tian · 5 months ago
  67. 7859080 Zjt/encrypt key from environment (#512) by jintao zhu · 5 months ago
  68. a71b8d4 fix minus encode and decode. (#511) by Colin Lee · 5 months ago
  69. 6672d2d Fix (#508) by Caideyipi · 5 months ago
  70. a5424d3 Same name (case insensitive) in tablet / table. (#490) by Colin Lee · 6 months ago
  71. 1856572 Update release information of TsFile v2.0.3 (#505) by Haonan · 6 months ago
  72. 3a688ee Add TsFileLastReader for retrieving last points in a TsFile (#498) by Jiang Tian · 6 months ago
  73. dd603b4 Bump setuptools from 70.0.0 to 78.1.1 in /python (#497) by dependabot[bot] · 6 months ago
  74. cc8f363 Colin fix config (#472) by Colin Lee · 6 months ago
  75. 14cefc9 fix data lossing when page num exceed 1. (#495) by Colin Lee · 6 months ago
  76. 6f08fb1 Colin fix config (#493) by Colin Lee · 6 months ago
  77. e795637 delete parameter encrypt_flag (#491) by jintao zhu · 6 months ago
  78. d2119c1 add table/column schema check. (#488) by Colin Lee · 6 months ago
  79. 217cc3c Add flush method for tsfile python writer (#487) by YangCaiyin · 6 months ago
  80. 4145395 Fix float RLBE encoding loss of precision (#484) by Haonan · 6 months ago
  81. c731ba0 add switch to disable native lz4 (#480) by Jiang Tian · 7 months ago
  82. 73ac55f Fix CPP TsFile query with time filter error (#474) by Haonan · 7 months ago
  83. b385b4f Remove redundant conversion in TableResultSet (#473) by Jiang Tian · 7 months ago
  84. 4b75866 Optimizations regarding chunk metadata sort & timeseries metadata serialization (#470) by Jiang Tian · 7 months ago
  85. 8d89f4d Check blank column name or table name (#471) by shuwenwei · 7 months ago
  86. ea77813 skip time column when generating TableSchema (#414) by shuwenwei · 7 months ago
  87. 5b692a0 fix datatype mismatch between table schema and tablet. (#469) by Colin Lee · 7 months ago
  88. 1bc0a65 fix deserialize. (#456) by Colin Lee · 7 months ago
  89. f63ccb2 Cache hash code of StringArrayDeviceID (#453) by Haonan · 7 months ago
  90. 3684dbf add memory threshold in py writer. (#466) by Colin Lee · 7 months ago
  91. ec7c31a restrict encrypt key length to 16 #467 by jintao zhu · 7 months ago
  92. bbb96d6 move ColumnCategory to an outer class (#461) by Jiang Tian · 7 months ago
  93. bec877e remove gson (#402) by Haonan · 7 months ago
  94. 19f74b0 Update release info after new version released (#462) by Haonan · 7 months ago
  95. c9db8d1 Fix python check isnull. (#458) by Colin Lee · 7 months ago
  96. c7d21f3 Add branch protection for develop branches (#457) by Haonan · 7 months ago
  97. 2ce0ed4 fix segv when flush data. (#455) by Colin Lee · 7 months ago
  98. 94f1e9c fix compile on clang 17. (#454) by Colin Lee · 7 months ago
  99. e2557e5 fix lower case in python. by ColinLee · 7 months ago
  100. 37dcffb add getter for encryptParam (#447) by jintao zhu · 8 months ago