docs-v2/content/v2.0/reference/release-notes/influxdb.md

12 KiB
Raw Blame History

title description menu weight
InfluxDB v2.0 release notes Important changes and and what's new in each version of InfluxDB.
v2_0_ref
name parent
InfluxDB Release notes
101

v2.0.0-alpha.17 [2019-08-14]

Features

  • Optional gzip compression of the query CSV response.
  • Add task types.
  • When getting task runs from the API, runs will be returned in order of most recently scheduled first.

Bug Fixes

  • Fix authentication when updating a task with invalid org or bucket.
  • Update the documentation link for Telegraf.
  • Fix to surface errors properly as task notifications on create.
  • Fix limiting of get runs for task.

v2.0.0-alpha.16 [2019-07-25]

Bug Fixes

  • Add link to documentation text in line protocol upload overlay.
  • Fix issue in Authorization API, can't create auth for another user.
  • Fix Influx CLI ignored user flag for auth creation.
  • Fix the map example in the documentation.
  • Ignore null/empty Flux rows which prevents a single stat/gauge crash.
  • Fixes an issue where clicking on a dashboard name caused an incorrect redirect.
  • Upgrade templates lib to 0.5.0.
  • Upgrade giraffe lib to 0.16.1.
  • Fix incorrect notification type for manually running a task.
  • Fix an issue where canceled tasks did not resume.

v2.0.0-alpha.15 [2019-07-11]

Features

  • Add time zone support to UI.
  • Added new storage inspection tool to verify TSM files.

Bug Fixes

  • Fix incorrect reporting of tasks as successful when errors occur during result iteration.

Known Issues

The version of Flux included in Alpha 14 introduced null support. Most issues related to the null implementation have been fixed, but one known issue remains The map() function panics if the first record processed has a null value.


v2.0.0-alpha.14 [2019-06-28]

Features

  • Add influxd inspect verify-wal tool.
  • Move to Flux 0.34.2 - includes new string functions and initial multi-datasource support with sql.from().
  • Only click save once to save cell.
  • Enable selecting more columns for line visualizations.

UI Improvements

  • Draw gauges correctly on HiDPI displays.
  • Clamp gauge position to gauge domain.
  • Improve display of error messages.
  • Remove rendering bottleneck when streaming Flux responses.
  • Prevent variable dropdown from clipping.

v2.0.0-alpha.13 [2019-06-13]

Features

  • Add static templates for system, Docker, Redis, Kubernetes.

v2.0.0-alpha.12 [2019-06-13]

Features

  • Enable formatting line graph y ticks with binary prefix.
  • Add x and y column pickers to graph types.
  • Add option to shade area below line graphs.

Bug Fixes

  • Fix performance regression in graph tooltips.

v2.0.0-alpha.11 [2019-05-31]

Bug Fixes

  • Correctly check if columnKeys include xColumn in heatmap.

v2.0.0-alpha.10 [2019-05-30]

Features

  • Add heatmap visualization type.
  • Add scatterplot graph visualization type.
  • Add description field to tasks.
  • Add CLI arguments for configuring session length and renewal.
  • Add smooth interpolation option to line graphs.

Bug Fixes

  • Removed hardcoded bucket for Getting Started with Flux dashboard.
  • Ensure map type variables allow for selecting values.
  • Generate more idiomatic Flux in query builder.
  • Expand tab key presses to two spaces in the Flux editor.
  • Prevent dragging of variable dropdowns when dragging a scrollbar inside the dropdown.
  • Improve single stat computation.
  • Fix crash when opening histogram settings with no data.

UI Improvements

  • Render checkboxes in query builder tag selection lists.
  • Fix jumbled card text in Telegraf configuration wizard.
  • Change scrapers in scrapers list to be resource cards.
  • Export and download resource with formatted resource name with no spaces.

v2.0.0-alpha.9 [2019-05-01]

{{% warn %}} This will remove all tasks from your InfluxDB v2.0 instance.

Before upgrading, export all existing tasks. After upgrading, reimport your exported tasks. {{% /warn %}}

Features

  • Set autorefresh of dashboard to pause if absolute time range is selected.
  • Switch task back end to a more modular and flexible system.
  • Add org profile tab with ability to edit organization name.
  • Add org name to dashboard page title.
  • Add cautioning to bucket renaming.
  • Add option to generate all access token in tokens tab.
  • Add option to generate read/write token in tokens tab.
  • Add new Local Metrics Dashboard template that is created during Quick Start.

Bug Fixes

  • Fixed scroll clipping found in label editing flow.
  • Prevent overlapping text and dot in time range dropdown.
  • Updated link in notes cell to a more useful site.
  • Show error message when adding line protocol.
  • Update UI Flux function documentation.
  • Update System template to support math with floats.
  • Fix the window function documentation.
  • Fix typo in the range Flux function example.
  • Update the systemTime function to use system.time.

UI Improvements

  • Add general polish and empty states to Create Dashboard from Template overlay.

v2.0.0-alpha.8 [2019-04-12]

Features

  • Add the ability to edit token's description.
  • Add the option to create a dashboard from a template.
  • Add the ability to add labels on variables.
  • Add switch organizations dropdown to home navigation menu item.
  • Add create org to side nav.
  • Add "Getting Started with Flux" template.
  • Update to Flux v0.25.0.

Bug Fixes

  • Update shift to timeShift in Flux functions sidebar.

UI Improvements

  • Update cursor to grab when hovering draggable areas.
  • Sync note editor text and preview scrolling.
  • Add the ability to create a bucket when creating an organization.

v2.0.0-alpha.7 [2019-03-28]

Features

  • Insert Flux function near cursor in Flux Editor.
  • Enable the use of variables in the Data Explorer and Cell Editor Overlay.
  • Add a variable control bar to dashboards to select values for variables.
  • Add ability to add variable to script from the side menu.
  • Use time range for meta queries in Data Explorer and Cell Editor Overlay.
  • Fix screen tearing bug in raw data view.
  • Add copy to clipboard button to export overlays.
  • Enable copying error messages to the clipboard from dashboard cells.
  • Add the ability to update token's status in token list.
  • Allow variables to be re-ordered within control bar on a dashboard.
  • Add the ability to delete a template.
  • Save user preference for variable control bar visibility and default to visible.
  • Add the ability to clone a template.
  • Add the ability to import a variable.

Bug Fixes

  • Fix mismatch in bucket row and header.
  • Allows user to edit note on cell.
  • Fix empty state styles in scrapers in org view.
  • Fix bucket creation error when changing retention rules types.
  • Fix task creation error when switching schedule types.
  • Fix hidden horizontal scrollbars in flux raw data view.
  • Fix screen tearing bug in raw data View.
  • Fix routing loop.

UI Improvements

  • Move bucket selection in the query builder to the first card in the list.
  • Ensure editor is automatically focused in Note Editor.
  • Add ability to edit a template's name.

v2.0.0-alpha.6 [2019-03-15]

Release Notes

{{% warn %}} We have updated the way we do predefined dashboards to include Templates in this release which will cause existing Organizations to not have a System dashboard created when they build a new Telegraf configuration. In order to get this functionality, remove your existing data and start from scratch.

This will remove all data from your InfluxDB v2.0 instance including time series data.

Linux and macOS
rm ~/.influxdbv2/influxd.bolt

Once completed, v2.0.0-alpha.6 can be started. {{% /warn %}}

Features

  • Add ability to import a dashboard.
  • Add ability to import a dashboard from organization view.
  • Add ability to export a dashboard and a task.
  • Add run subcommand to influxd binary. This is also the default when no subcommand is specified.
  • Add ability to save a query as a variable from the Data Explorer.
  • Add System template on onboarding.

Bug Fixes

  • Stop scrollbars from covering text in Flux editor.

UI Improvements

  • Fine tune keyboard interactions for managing labels from a resource card.

v2.0.0-alpha.5 [2019-03-08]

{{% warn %}} This release includes a breaking change to the format in which Time-Structured Merge Tree (TSM) and index data are stored on disk. Existing local data will not be queryable after upgrading to this release.

Prior to installing this release, remove all storage-engine data from your local InfluxDB 2.x installation. To remove only TSM and index data and preserve all other other InfluxDB 2.x data (organizations, buckets, settings, etc), run the following command.

Linux and macOS
rm -r ~/.influxdbv2/engine

Once completed, InfluxDB v2.0.0-alpha.5 can be started. {{% /warn %}}

Features

  • Add labels to cloned tasks.
  • Add ability to filter resources by clicking a label.
  • Add ability to add a member to org.
  • Improve representation of TSM tagsets on disk.
  • Add ability to remove a member from org.
  • Update to Flux v0.21.4.

Bug Fixes

  • Prevent clipping of code snippets in Firefox.
  • Prevent clipping of cell edit menus in dashboards.

UI Improvements

  • Make code snippet copy functionality easier to use.
  • Always show live preview in note cell editor.
  • Redesign scraper creation workflow.
  • Show warning in Telegraf and scraper lists when user has no buckets.
  • Streamline label addition, removal, and creation from the dashboards list.

v2.0.0-alpha.4 [2019-02-21]

Features

  • Add the ability to run a task manually from tasks page.
  • Add the ability to select a custom time range in explorer and dashboard.
  • Display the version information on the login page.
  • Add the ability to update a variable's name and query.
  • Add labels to cloned dashboard.
  • Add ability filter resources by label name.
  • Add ability to create or add labels to a resource from labels editor.
  • Update to Flux v0.20.

Bug Fixes

  • Update the bucket retention policy to update the time in seconds.

UI Improvements

  • Update the preview in the label overlays to be shorter.
  • Add notifications to scrapers page for created/deleted/updated scrapers.
  • Add notifications to buckets page for created/deleted/updated buckets.
  • Update the admin page to display error for password length.

v2.0.0-alpha.3 [2019-02-15]

Features

  • Add the ability to name a scraper target.
  • Display scraper name as the first and only updatable column in scrapers list.
  • Add the ability to view runs for a task.
  • Display last completed run for tasks list.
  • Add the ability to view the logs for a specific task run.

Bug Fixes

  • Update the inline edit for resource names to guard for empty strings.
  • Prevent a new template dashboard from being created on every Telegraf config update.
  • Fix overlapping buttons in Telegraf verify data step.

UI Improvements

  • Move the download Telegraf config button to view config overlay.
  • Combine permissions for user by type.

v2.0.0-alpha.2 [2019-02-07]

Features

  • Add instructions button to view $INFLUX_TOKEN setup for Telegraf configs.
  • Save the $INFLUX_TOKEN environmental variable in Telegraf configs.
  • Update Tasks tab on Organizations page to look like Tasks Page.
  • Add view button to view the Telegraf config toml.
  • Add plugin information step to allow for config naming and configure one plugin at a time.
  • Update Dashboards tab on Organizations page to look like Dashboards Page.

Bug Fixes

  • Update the System Telegraf Plugin bundle to include the Swap plugin.
  • Revert behavior allowing users to create authorizations on behalf of another user.

UI Improvements

  • Change the wording for the plugin config form button to "Done."
  • Change the wording for the Collectors configure step button to "Create and Verify."
  • Standardize page loading spinner styles.
  • Show checkbox on "Save As" button in data explorer.
  • Make collectors plugins side bar visible in only the configure step.
  • Swap retention policies on Create bucket page.

v2.0.0-alpha.1 [2019-01-23]

This is the initial alpha release of InfluxDB 2.0.