Skip to content

Releases: v3io/v3io-tsdb

v0.0.13

14 Oct 13:51
53d3746
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release
  • 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

02 Oct 21:06
4e4c9b9
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release
  • 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

16 Sep 10:38
2474f95
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release
  • Added container flag to CLI (-u/--container)
  • fix for getLabelValues
  • validation for non-negative rollup interval
  • Improved tests

v0.0.10

05 Sep 15:35
18410e7
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
  • 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

02 Sep 13:24
dcd6656
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • Fixes aggregate query results.
  • Fixes tsdbctl check.
  • Default rate is now 1/s (one per second).
  • Single worker is now the default setting.

v0.0.8

30 Aug 14:20
9b020bf
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • Reload schema on every query
  • Fix partsForRange calc

v0.0.7

28 Aug 12:20
bb2ea9b
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
  • 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

23 Aug 13:13
bb7a7d1
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • 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).

v0.0.5

20 Aug 08:34
7ef6fbf
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Fixes paging in query.
  • Adds regex support.
  • Fixes insertion of historical data.
  • Fixes index out of range on insertion (TSDB-14).

v0.0.4

19 Aug 09:00
af5a598
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Sharding fixed and re-enabled.
  • Usability fixes.