|
18 | 18 | under the License. |
19 | 19 |
|
20 | 20 | --> |
| 21 | + |
| 22 | +# Apache TsFile 2.0.2 |
| 23 | + |
| 24 | +## Improvement/Bugfix |
| 25 | +- Correct the retained size calculation for BinaryColumn and BinaryColumnBuilder |
| 26 | +- Don't print exception log when thread is interrupted (#386) |
| 27 | +- Fix float encoder overflow when float value itself over int range (#412) |
| 28 | +- Fix date string parse error (#413) |
| 29 | +- compaction adapting new type when table alter column type (#415) |
| 30 | +- primitive type compatible (#437) |
| 31 | +- Fixed the empty string ser/de bug & null string[] array calculation bug |
| 32 | +- add getter for encryptParam (#447) |
| 33 | + |
| 34 | + |
| 35 | +# Apache TsFile 2.0.1 |
| 36 | + |
| 37 | +## Improvement/Bugfix |
| 38 | +- Modify tablet usage (#358) |
| 39 | +- Add column builder compatibility (#367) |
| 40 | +- add cache table schema map option (#369) |
| 41 | +- fix getVisibleMetadataList |
| 42 | +- TimeColumn.reset() throws UnsupportedOperationException (#379) |
| 43 | +- Add statistic compatibility (#382) |
| 44 | + |
21 | 45 | # Apache TsFile 2.0.0 |
22 | 46 |
|
23 | 47 | ## New Feature |
|
37 | 61 | - Fixed the issue that the time of the first data item written to TSFile by measurement cannot be a negative number by @luoluoyuyu in #297 |
38 | 62 | - Fix float encoder overflow by @HTHou in #342 |
39 | 63 |
|
| 64 | +# Apache TsFile 1.1.1 |
| 65 | + |
| 66 | +## Improvement/Bugfix |
| 67 | +* Fixed the issue that the time of the first data item written to TSFile by measurement cannot be a negative number (#297) |
| 68 | +* Add LongConsumer ioSizeRecorder in TsFileSequenceReader for IoTDB scan (#301) |
| 69 | +* Add readItimeseriesMetadata method (#312) |
| 70 | +* Tablet.serialize() may throw an exception due to null values in the Date column (#330) |
| 71 | +* Add FlushChunkMetadataListener (#328) |
| 72 | +* Add final for readData methods (#347) |
| 73 | +* Bump logback to 1.3.15 (#362) |
| 74 | +* Fix example compile issue (#400) |
| 75 | +* Fixed the empty string ser/de bug & null string[] array calculation bug (#449) |
| 76 | + |
40 | 77 | # Apache TsFile 1.1.0 |
41 | 78 |
|
42 | 79 | ## New Feature |
|
0 commit comments