Releases: apache/iotdb
Releases · apache/iotdb
0.10.1-incubating
Changelog:
Apache IoTDB (incubating) 0.10.1
- [IOTDB-797] InsertTablet deserialization from WAL error
- [IOTDB-788] Can not upgrade all storage groups
- [IOTDB-792] deadlock when insert while show latest timeseries
- [IOTDB-794] Rename file or delete file Error in start check in Windows
- [IOTDB-795] BufferUnderflowException in Hive-connector
- [IOTDB-766] Do not release unclosed file reader, a small memory leak
- [IOTDB-796] Concurrent Query throughput is low
- Query result is not correct when some unsequence data exists
- Change the default fetch size to 10000 in session
- [IOTDB-798] fix a set rowLimit and rowOffset bug
- [IOTDB-800] Add a new config type for those parameters which could not be modified any more after the first start
- [IOTDB-802] Improve "group by" query performance
- [IOTDB-799] remove log visualizer tool from v0.10
- fix license-binary
- [IOTDB-805] Fix BufferUnderflowException when querying TsFile stored in HDFS
- python session client ver-0.10.0
- [IOTDB-808] fix bug in selfCheck() truncate
- fix doc of MeasurementSchema in Tablet
- [IOTDB-811] fix upgrading mlog many times when upgrading system.properties crashed
- Improve IoTDB restart process
- remove jol-core dependency which is introduced by hive-serde 2.8.4
- remove org.json dependency because of license compatibility
- [ISSUE-1551] fix set historical version when loading additional tsfile
release/0.10.0
If you are using v0.8, please upgrade to 0.9.3 first and then upgrade to 0.10.0 after the data is upgraded.
Disclaimer:
Apache IoTDB is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
release/0.9.3
[maven-release-plugin] copy for tag release/0.9.3
release/0.9.2
[maven-release-plugin] prepare release release/0.9.2
release/0.9.1
[maven-release-plugin] copy for tag release/0.9.1
release/0.9.0
[maven-release-plugin] copy for tag release/0.9.0
release/0.8.1
fix(StatMonitor): fix StatMonitor start error