Releases: apache/iotdb
Releases · apache/iotdb
release/0.11.1
Apache IoTDB 0.11.1
Bug Fixes
- IOTDB-990 cli parameter maxPRC shouldn't to be set zero
- IOTDB-993 Fix tlog bug
- IOTDB-994 Fix can not get last_value while doing the aggregation query along with first_value
- IOTDB-1000 Fix read redundant data while select with value filter with unseq data
- IOTDB-1007 Fix session pool concurrency and leakage issue when pool.close is called
- IOTDB-1016 overlapped data should be consumed first
- IOTDB-1021 Fix NullPointerException when showing child paths of non-existent path
- IOTDB-1028 add MAX_POINT_NUMBER format check
- IOTDB-1034 Fix Show timeseries error in Chinese on Windows
- IOTDB-1035 Fix bug in getDeviceTimeseriesMetadata when querying non-exist device
- IOTDB-1038 Fix flink set storage group bug
- ISSUE-2179 fix insert partial tablet with binary NullPointer bug
- add reject status code
- Update compaction level list delete
- Fix query result is not correct
- Fix import errors in Session.py and SessionExample.py
- Fix modules can not be found when using pypi to pack client-py
- Fix Count timeseries group by level bug
- Fix desc batchdata count bug
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