Skip to content

Releases: influxdata/giraffe

v2.32.1

20 Jul 19:56
62f6e3b
Compare
Choose a tag to compare

Allow fromRows to accept a partial schema

  • Updates fromRows to accept a partial schema

v2.32.0

18 Jul 21:30
e72ed22
Compare
Choose a tag to compare

Scale y-axis for data points larger than 1.0e30

Properly scales y-axis for data points larger than 1.0e30 for SI prefix.

v2.31.1

15 Jul 19:34
a19da41
Compare
Choose a tag to compare

Second color blind friendly pallet

  • Adds a second color blind friendly pallet to avoid clashing with the screen's background color

v2.31.0

14 Jul 22:41
f1bffef
Compare
Choose a tag to compare

Color Blind Friendly Colors

  • Adds a Color Blind Friendly color scale

v2.30.1

14 Jul 20:14
e6213f4
Compare
Choose a tag to compare

Consolidate fastFromFlux parser changes with fromFlux

This release updates the fromFlux function to reflect the changes that have been tested and proved to fix issues with parsing

v2.30.0

01 Jul 16:37
66466ac
Compare
Choose a tag to compare

Update fastFromFlux parser to handle CSVs that end with \r

This release addresses an issue with the fastFromFlux parser to update the start of the chunk pointer in cases where the parser contains a \r\n at the end of the line.

v2.29.0

17 Jun 12:17
302b5bf
Compare
Choose a tag to compare

Revert changes made to fromFlux

This release reverts some changes made to the fromFlux parser and adds test to validate the use case for the fastFromFlux parser's new implementation

v2.28.0

13 Jun 19:59
3f1b857
Compare
Choose a tag to compare

Improve parser performance

Updates fastFromFlux function to lean into the Papaparse parser for determining annotated data.

This fixes a previous issue where JSON string data was potentially being parsed incorrectly. It also improves the fastFromFlux parser performance for 28mb CSVs to about 2.5s

v2.27.2

13 Jun 17:17
1d9dacb
Compare
Choose a tag to compare

Bug fix in parser

Adds more support to handling flux csv's that have # in the csv as a value in the fields.

v2.27.0

13 Jun 17:13
1d9dacb
Compare
Choose a tag to compare

Improve parser performance

This version updates the fromFlux function to be aligned with the changes that were rolled out with the fastFromFlux experimental work. For more information, please see the PR:

#759