Skip to content

Releases: InfluxGraph/influxgraph

Release 1.3.1

24 Mar 17:54
Compare
Choose a tag to compare

Fixes

  • Extension source files included in source distribution

1.3.0

16 Mar 18:19
Compare
Choose a tag to compare

Release 1.3

Changes

  • New C library and python native code extension implementation of index. Much improved index build times and lowered memory consumption

Fixes

  • Template configuration not accepted without required measurement - #25

1.2.1

08 Feb 13:09
Compare
Choose a tag to compare

Release 1.2.1

Changes

  • Loader limit default set to 10k to match change in InfluxDB 1.2 which truncates results over 10k

1.2.0

08 Feb 11:45
Compare
Choose a tag to compare

Release 1.2.0

Changes

  • Series loader query row limit is configurable - #24
  • Fill parameter for queries is configurable

Fixes

  • Missing measurements in field list from DB would break index build

1.1.2

02 Feb 17:36
Compare
Choose a tag to compare

Release 1.1.2

Fixes

  • Avoid caching empty responses from Influx - #23

1.1.1

19 Jan 12:27
Compare
Choose a tag to compare

Release 1.1.1

Changes

  • Performance optimisation for retrieving named field data
  • Refactoring

1.1.0

18 Jan 17:49
Compare
Choose a tag to compare

Release 1.1.0

Changes

  • Queries for multiple unique tag values now performed in a single query - #15
  • InfluxDB target version bumped to 1.1.0 - this does not mean that InfluxDB 1.0.0 no longer works but that integration testing is only done against 1.1.0

Performance when retrieving data for multiple metric paths that match to multiple unique tag values has improved by several orders of magnitude.

1.0.0

22 Dec 12:25
Compare
Choose a tag to compare

Release 1.0.0

Changes

Minimum InfluxDB version is 1.0.

1.0.0rc12-1

22 Dec 13:59
Compare
Choose a tag to compare
1.0.0rc12-1 Pre-release
Pre-release
Updated travis cfg

1.0.0 RC 12

15 Dec 17:24
Compare
Choose a tag to compare
1.0.0 RC 12 Pre-release
Pre-release

Release Candidate 12

Fixes

  • 500 error when influxdb returns truncated/non matching data

Changes

  • Deprecated <0.11 InfluxDB API code removed
  • Deprecated finder and reader class names from old project removed
  • Index query optimisation and code refactoring