Releases: influxdata/giraffe
Releases · influxdata/giraffe
v2.32.1
Allow fromRows to accept a partial schema
- Updates
fromRows
to accept a partial schema
v2.32.0
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
Second color blind friendly pallet
- Adds a second color blind friendly pallet to avoid clashing with the screen's background color
v2.31.0
Color Blind Friendly Colors
- Adds a Color Blind Friendly color scale
v2.30.1
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
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
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
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
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
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