Releases: v3io/v3io-tsdb
Releases · v3io/v3io-tsdb
v0.0.13
- TSDB-41: Fix the prom saw bug
- fix for missing Prometheus serieseses due to slice reuse
- added schema version validation
- bumped schema version to 1 (due to breaking schema changes)
- default batch size back to 64
- Change default con file to "v3io-tsdb-config.yaml"
- Changed default log level in CLI to info
- Improved CLI help
- Improved Metrics
v0.0.12
- Fix Prometheus query issues:
- filter and match Prometheus functions (aggregators) with TSDB ones
- use Avg as default in Prometheus for large interval queries
- turn off client side aggregation with Prometheus
- properly answer/align aggregated data
- Optimize schema reload (compare mtime)
- TSDB-32 fix: do not append if sample is older than max-time
- Discard empty time-series
- CLI changes:
- verbose to log-level
- v3ioUrl to webApiEndpoint
- path to tablePath
- various flag changes, please refer to: #137 (comment)
- Vendorize all dependencies
- Return last error in WaitForCompletion
- add data validation in benchmark test
- Improved logging
v0.0.11
v0.0.10
- Fixes effective blacklisting of an object when an error occurs during ingestion. Error is now returned the next time that
Add
/AddFast
is called, and future ingestion can go on uninterrupted. - Various fixes to aggregate queries.
- Improved calculation of partition and chunk sizes on table creation.
tsdbctl create
now requires--rate
to be specified.
v0.0.9
v0.0.8
v0.0.7
- fix for TSDB-18: Validate if attribute exist on every update (if_not_exists)
- fix for partial query results caused by early completion of merge sort iterator
- Unify v3io configuration environment variable
- added tests for PartitionManager
v0.0.6
- Table creation is now done based on sample rate rather than partition/chunk/rollup settings.
- Fixed inconsistent results for query with AggregationIntervals (TSDB-13).
- Avoids retrying HTTP requests unnecessarily (e.g. on 400 Bad Request).