From fa399d9fb7871f5ffb74e3bb6689043e95918ae9 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 30 Oct 2023 14:57:17 -0600 Subject: [PATCH] update release note date format and links (#5208) --- .../v1/about_the_project/release-notes.md | 154 ++--- .../v1/about-the-project/release-notes.md | 146 ++--- content/flux/v0/release-notes.md | 536 +++++++++--------- .../reference/release-notes/cloud-updates.md | 8 +- .../v1/about_the_project/release-notes.md | 131 ++--- .../v2/reference/release-notes/influx-cli.md | 22 +- .../v2/reference/release-notes/influxdb.md | 162 +++--- .../kapacitor/v1/introduction/installation.md | 2 +- .../about_the_project/release-notes.md | 66 +-- content/telegraf/v1/plugins.md | 1 - ...se-notes-changelog.md => release-notes.md} | 313 +++++----- 11 files changed, 773 insertions(+), 768 deletions(-) rename content/telegraf/v1/{release-notes-changelog.md => release-notes.md} (98%) diff --git a/content/chronograf/v1/about_the_project/release-notes.md b/content/chronograf/v1/about_the_project/release-notes.md index c5f835996..bfd48ffd5 100644 --- a/content/chronograf/v1/about_the_project/release-notes.md +++ b/content/chronograf/v1/about_the_project/release-notes.md @@ -10,7 +10,7 @@ aliases: - /chronograf/v1/about_the_project/release-notes-changelog/ --- -## v1.10.2 [2023-10-20] +## v1.10.2 {date="2023-10-20"} ### Bug Fixes @@ -21,7 +21,7 @@ aliases: - Upgrade Go to 1.20.10. -## v1.10.1 [2023-03-17] +## v1.10.1 {date="2023-03-17"} ### Bug Fixes @@ -32,7 +32,7 @@ aliases: - Various security updates. - Upgrade to Go 1.20. -## v1.10.0 [2022-08-19] +## v1.10.0 {date="2022-08-19"} ### Features @@ -64,7 +64,7 @@ aliases: - Upgrade JavaScript dependencies. - Upgrade Node.js to 16 LTS. -## v1.9.4 [2022-03-28] +## v1.9.4 {date="2022-03-28"} ### Features @@ -100,7 +100,7 @@ Improved pagination and performance of the UI when you have large numbers of TIC - Show failure reason on Queries page. - Reorder Alerting side menu. -## v1.9.3 [2022-02-02] +## v1.9.3 {date="2022-02-02"} {{% note %}} **NOTE:** We did not release version 1.9.2 due to a bug that impacted communication between the browser’s main thread and background workers. This bug has been fixed in the 1.9.3 release. {{% /note %}} @@ -126,7 +126,7 @@ Improved pagination and performance of the UI when you have large numbers of TIC #### Security - Upgrade `github.com/microcosm-cc/bluemonday` to resolve CVE-2021-42576. -## v1.9.1 [2021-10-08] +## v1.9.1 {date="2021-10-08"} ### Features - Distinguish tasks created from templates by appending "created from template" on the Manage Tasks page. @@ -167,7 +167,7 @@ This requires Kapacitor 1.6.2, which now provides information about the template - Upgrade `github.com/microcosm-cc/bluemonday` to resolve CVE-2021-29272. - Upgrade `github.com/golang-jwt/jwt` to resolve CVE-2020-26160. -## v1.9.0 [2021-06-25] +## v1.9.0 {date="2021-06-25"} {{% warn %}} ### Breaking Changes @@ -252,7 +252,7 @@ include the `--oauth-no-pkce` flag when starting `chronograf`. - Upgrade Go to 1.16. - Upgrade build process to Python 3. -## v1.8.10 [2020-02-08] +## v1.8.10 {date="2020-02-08"} ### Features @@ -279,7 +279,7 @@ USE "db_name"; DELETE FROM "measurement_name" WHERE "tag" = 'value' AND time < ' - Avoid endless networking loop. - Show timestamp with full nanosecond precision. -## v1.8.9.1 [2020-12-10] +## v1.8.9.1 {date="2020-12-10"} ### Features - Configure etcd with client TLS certificate. @@ -303,13 +303,13 @@ USE "db_name"; DELETE FROM "measurement_name" WHERE "tag" = 'value' AND time < ' - Repair possible millisecond differences in duration computation. - Remove deprecated React SFC type. -## v.1.8.8 [2020-11-04] +## v.1.8.8 {date="2020-11-04"} -## Features +### Features - Add the option to select a recovery action in the [OpsGenie2](/chronograf/v1/guides/configuring-alert-endpoints/#opsgenie2) configuration. -## Bug Fixes +### Bug Fixes - Ensure the alert rule name is correctly displayed in the Alert Rules and TICKscript lists. - Resolve the issue that caused a truncated dashboard name. @@ -318,7 +318,7 @@ USE "db_name"; DELETE FROM "measurement_name" WHERE "tag" = 'value' AND time < ' - Retain the selected time zone (local or UTC) in the range picker. - Export CSV with a time column formatted according to the selected time zone (local or UTC). -## v.1.8.7 [2020-10-06] +### v.1.8.7 {date="2020-10-06"} {{% warn %}} This release includes breaking changes: @@ -327,13 +327,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - The `TLS_MIN_VERSION=1.1` environment variable {{% /warn %}} -## Features +### Features - Allow to configure HTTP basic access authentication. - Allow setting token-prefix in Alerta configuration. - Make session inactivity duration configurable. - Allow configuration of TLS ciphers and versions. -## Bug Fixes +### Bug Fixes - Disable default dashboard auto-refresh. - Fix to user migration. - Add `isPresent` filter to rule TICKscript. @@ -342,7 +342,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Require well-formatted commit messages in pull request. - Upgrade `node` to v12. -## v1.8.6 [2020-08-27] +## v1.8.6 {date="2020-08-27"} ### Features @@ -357,7 +357,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Resolve an issue that caused existing data to be overwritten when there were multiple results for a specific time. Now, all query results are successfully shown in the Table visualization. - Resolve an issue that prevented boolean field and tag values from being displayed. Now, field and tag values are printed in TICKscript logs. -## v1.8.5 [2020-07-08] +## v1.8.5 {date="2020-07-08"} ### Bug Fixes @@ -376,13 +376,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Avoid exiting presentation mode when zooming out. - Avoid duplication of `csv.from` in functions list. -## v1.8.4 [2020-05-01] +## v1.8.4 {date="2020-05-01"} ### Bug Fixes - Fix misaligned tables when scrolling. -## v1.8.3 [2020-04-23] +## v1.8.3 {date="2020-04-23"} ### Bug Fixes @@ -395,7 +395,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Added ability to ignore or verify custom OAuth certs. -## v1.8.2 [2020-04-13] +## v1.8.2 {date="2020-04-13"} ### Features @@ -405,9 +405,9 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Fix table rendering bug introduced in 1.8.1. -## v1.8.1 [2020-04-06] +## v1.8.1 {date="2020-04-06"} -{{% warn %}} **Warning:** Critical bug that impacted table rendering was introduced in 1.8.1. **Do not install this release**, install [v1.8.2](##v1-8-2-2020-04-13), which includes the features and bug fixes below. +{{% warn %}} **Warning:** Critical bug that impacted table rendering was introduced in 1.8.1. **Do not install this release**, install [v1.8.2](#v182), which includes the features and bug fixes below. {{% /warn %}} ### Features @@ -419,7 +419,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Update table results to output formatted strings rather than as single-line values. - Handle change to newsfeed data structure. -## v1.8.0 [2020-02-19] +## v1.8.0 {date="2020-02-19"} ### Features @@ -444,13 +444,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * No longer support direct upgrade from Chronograf 1.3.x. If you're upgrading 1.3.x, first install 1.7.x, and then install 1.8. -## v1.7.17 [2020-01-08] +## v1.7.17 {date="2020-01-08"} ### Bug Fixes - Allow logging out when using OAuth. -## v1.7.16 [2019-12-18] +## v1.7.16 {date="2019-12-18"} ### Bug Fixes @@ -459,7 +459,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Add `:upperDashboardTime:` to InfluxQL queries to support custom dashboard time ranges. - Update the heuristic for matching Kapacitor TICKscripts when creating batch tasks. -## v1.7.15 [2019-11-12] +## v1.7.15 {date="2019-11-12"} ### Features @@ -473,14 +473,14 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Upgrade to Flux v0.50.2, includes updated Flux functions. - Fix date range picker in Data Explorer. -## v1.7.14 [2019-08-27] +## v1.7.14 {date="2019-08-27"} ### Bug Fixes - Fix Data Explorer crashing due to empty query. - Fix styles in Kapacitor alert config page. -## v1.7.13 [2019-08-20] +## v1.7.13 {date="2019-08-20"} ### Bug Fixes @@ -506,9 +506,9 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Add time zone toggle. - Add Login Hint and redirect to OAuth provider automatically. -## v1.7.12 [2019-06-20] +## v1.7.12 {date="2019-06-20"} -## Bug Fixes +### Bug Fixes - Clarify wording of PagerDuty v1 deprecation message. - Requesting info from an unavailable source no longer causes the page to hang. @@ -521,13 +521,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Allow negative numbers for configured y-axis minimums -## v1.7.11 [2019-04-24] +## v1.7.11 {date="2019-04-24"} -## Bug Fixes +### Bug Fixes - Fix fetching tag keys in Flux Builder. -## v1.7.10 [2019-04-16] +## v1.7.10 {date="2019-04-16"} ### Bug Fixes @@ -539,7 +539,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Updated the UI to work with the latest Flux version. -## v1.7.9 [2019-3-20] +## v1.7.9 {date="2019-03-20"} ### Bug Fixes @@ -549,7 +549,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix double-quoting of map template values. * Fix disappearing data when scrolling a table. -## v1.7.8 [2019-2-13] +## v1.7.8 {date="2019-02-13"} ### Bug Fixes @@ -560,13 +560,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix multiple organizations not showing configured Kapacitor connections. * Fix the inability to edit Kapacitor info in the onboarding wizard. -## v1.7.7 [2019-1-16] +## v1.7.7 {date="2019-01-16"} ### Bug Fixes * Use JWT in Enterprise for authentication in Flux. -## v1.7.6 [2019-1-14] +## v1.7.6 {date="2019-01-14"} ### Bug Fixes @@ -576,13 +576,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Prevent meta node URLs from being overwritten in Connection Wizard. * Update functions list for Flux 0.12. -## v1.7.5 [2018-12-17] +## v1.7.5 {date="2018-12-17"} ### Bug Fixes * Update Go, Node, and Alpine versions. -## v1.7.4 [2018-12-12] +## v1.7.4 {date="2018-12-12"} ### UI Improvements @@ -606,7 +606,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix Flux editor scrollbars. * Use valid characters for Sensu IDs. -## v1.7.3 [2018-11-13] +## v1.7.3 {date="2018-11-13"} ### UI Improvements @@ -623,13 +623,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Remove "dismiss" text from and add "X to dismiss" to wizard overlay steps. * Update Docker, InfluxDB, and PostgreSQL protoboards. -## v1.7.2 [2018-11-08] +## v1.7.2 {date="2018-11-08"} ### Bug Fixes * Remove hardcoded database/retention period from protoboards. -## v1.7.1 [2018-11-07] +## v1.7.1 {date="2018-11-07"} ### Bug Fixes @@ -641,7 +641,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix scroll loading indicator not hiding in logs. -## v1.7.0 [2018-11-06] +## v1.7.0 {date="2018-11-06"} ### Features @@ -685,7 +685,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Add validation to alert rule messages. * Fix search results updating race condition. -## v1.6.1 [2018-08-02] +## v1.6.1 {date="2018-08-02"} ### Features @@ -707,7 +707,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix crosshairs and hover legend display in Alert Rule visualization * Size loading spinners based on height of their container -## v1.6.0 [2018-07-18] +## v1.6.0 {date="2018-07-18"} ### Features @@ -744,13 +744,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Change decimal places to enforce 2 places by default in cells. -## v1.5.0.1 [2018-06-04] +## v1.5.0.1 {date="2018-06-04"} ### Bug Fixes * Fix Color Scale Dropdown -## v1.5.0.0 [2018-05-22] +## v1.5.0.0 {date="2018-05-22"} ### Features @@ -796,13 +796,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix data explorer query error reporting regression. * Fix Kapacitor Logs fetch regression. -## v1.4.4.1 [2018-04-16] +## v1.4.4.1 {date="2018-04-16"} ### Bug fixes * Snapshot all db struct types in migration files. -## v1.4.4.0 [2018-04-13] +## v1.4.4.0 {date="2018-04-13"} ### Features @@ -839,13 +839,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Show valid time in custom time range when now is selected. * Default to zero for gauges. -## v1.4.3.3 [2018-04-12] +## v1.4.3.3 {date="2018-04-12"} ### Bug Fixes * Require that emails on GitHub & Generic OAuth2 principals be verified & primary if those fields are provided. -## v1.4.3.1 [2018-04-02] +## v1.4.3.1 {date="2018-04-02"} ### Bug fixes @@ -854,7 +854,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix template variables not loading all values. -## v1.4.3.0 [2018-3-28] +## v1.4.3.0 {date="2018-03-28"} ### Features @@ -878,19 +878,19 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix intermittent missing fill from graphs * Support custom time range in annotations API wrapper -## v1.4.2.5 [2018-04-12] +## v1.4.2.5 {date="2018-04-12"} ### Bug Fixes * Require that emails on GitHub & Generic OAuth2 principals be verified & primary if those fields are provided. -## v1.4.2.3 [2018-03-08] +## v1.4.2.3 {date="2018-03-08"} ### Bug fixes * Include URL in Kapacitor connection creation requests. -## v1.4.2.1 [2018-02-28] +## v1.4.2.1 {date="2018-02-28"} ### Features @@ -912,19 +912,19 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Maintain y-axis labels in dashboard cells. * Deprecate `--new-sources` in CLI. -## v1.4.1.5 [2018-04-12] +## v1.4.1.5 {date="2018-04-12"} ### Bug Fixes * Require that emails on GitHub & Generic OAuth2 principals be verified & primary if those fields are provided. -## v1.4.1.3 [2018-02-14] +## v1.4.1.3 {date="2018-02-14"} ### Bug fixes * Allow self-signed certificates for InfluxDB Enterprise meta nodes. -## v1.4.1.2 [2018-02-13] +## v1.4.1.2 {date="2018-02-13"} ### Bug fixes @@ -932,7 +932,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Set default `tempVar` `:interval`: with Data Explorer CSV download call. * Display series with value of `0` in a cell legend. -## v1.4.1.1 [2018-02-12] +## v1.4.1.1 {date="2018-02-12"} ### Features @@ -963,13 +963,13 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Fix disappearance of text in Single Stat graphs during editing. - Redirect to Alerts page after saving Alert Rule. -## v1.4.0.3 [2018-4-12] +## v1.4.0.3 {date="2018-04-12"} ### Bug Fixes * Require that emails on GitHub & Generic OAuth2 principals be verified & primary if those fields are provided. -## v1.4.0.1 [2018-1-9] +## v1.4.0.1 {date="2018-01-09"} ### Features @@ -981,7 +981,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that - Allow insecure (self-signed) certificates for Kapacitor and InfluxDB. - Fix positioning of custom time indicator. -## v1.4.0.0 [2017-12-22] +## v1.4.0.0 {date="2017-12-22"} ### Features @@ -1028,7 +1028,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix hoverline intermittently not rendering * Update MySQL pre-canned dashboard to have query derivative correctly -## v1.3.10.0 [2017-10-24] +## v1.3.10.0 {date="2017-10-24"} ### Bug fixes @@ -1056,7 +1056,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Redesign dashboard naming & renaming interaction. * Redesign dashboard switching dropdown. -## v1.3.9.0 [2017-10-06] +## v1.3.9.0 {date="2017-10-06"} ### Bug fixes @@ -1090,7 +1090,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Add ability to use "Default" values in Source Connection form. * Display name & port in SourceIndicator tool tip. -## v1.3.8.3 [2017-09-29] +## v1.3.8.3 {date="2017-09-29"} ### Bug fixes @@ -1099,20 +1099,20 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Fix no alert for duplicate db name. * Fix unresponsive display options and query builder in dashboards. -## v1.3.8.2 [2017-09-22] +## v1.3.8.2 {date="2017-09-22"} ### Bug fixes * Fix duration for custom time ranges. -## v1.3.8.1 [2017-09-08] +## v1.3.8.1 {date="2017-09-08"} ### Bug fixes * Fix return code on meta nodes when raft redirects to leader. * Reduce points per graph to one point per 3 pixels. -## v1.3.8.0 [2017-09-07] +## v1.3.8.0 {date="2017-09-07"} ### Bug fixes @@ -1140,7 +1140,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Improve UX of navigation to a sub-nav item in the navbar. -## v1.3.7.0 [2017-08-23] +## v1.3.7.0 {date="2017-08-23"} ### Bug fixes @@ -1164,7 +1164,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that ### UI improvements * Show "Add Graph" button on cells with no queries. -## v1.3.6.1 [2017-08-14] +## v1.3.6.1 {date="2017-08-14"} **Upgrade Note** This release (1.3.6.1) fixes a possibly data corruption issue with dashboard cells' graph types. If you upgraded to 1.3.6.0 and visited any dashboard, once you have then upgraded to this release (1.3.6.1) you will need to manually reset the graph type for every cell via the cell's caret --> Edit --> Display Options. If you upgraded directly to 1.3.6.1, you should not experience this issue. @@ -1181,7 +1181,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Increase screen real estate of Query Maker in the Cell Editor Overlay. -## v1.3.6.0 [2017-08-08] +## v1.3.6.0 {date="2017-08-08"} ### Bug fixes @@ -1203,7 +1203,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Improve error message when request for Status Page News Feed fails. * Provide affirmative UI choice for 'auto' in DisplayOptions with new toggle-based component. -## v1.3.5.0 [2017-07-27] +## v1.3.5.0 {date="2017-07-27"} ### Bug fixes @@ -1232,7 +1232,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Move custom time range indicator on cells into corner when in presentation mode. * Highlight legend "Snip" toggle when active. -## v1.3.4.0 [2017-07-10] +## v1.3.4.0 {date="2017-07-10"} ### Bug fixes * Disallow writing to \_internal in the Data Explorer. @@ -1256,7 +1256,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Redesign Dashboards table and sort them alphabetically. * Bring design of navigation sidebar in line with Branding Documentation. -## v1.3.3.0 [2017-06-19] +## v1.3.3.0 {date="2017-06-19"} ### Bug fixes @@ -1278,7 +1278,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Redesign [Line + Single Stat](/chronograf/v1/guides/visualization-types/#line-graph-single-stat) cells to appear more like a sparkline, and improve legibility -## v1.3.2.0 [2017-06-05] +## v1.3.2.0 {date="2017-06-05"} ### Bug fixes @@ -1303,7 +1303,7 @@ TLS1.2 is now the default minimum required TLS version. If you have clients that * Disable query save in cell editor mode if the query does not have a database, measurement, and field * Improve UX of applying functions to fields in the query builder -## v1.3.1.0 [2017-05-22] +## v1.3.1.0 {date="2017-05-22"} ### Release notes @@ -1336,7 +1336,7 @@ In versions 1.3.1+, installing a new version of Chronograf automatically clears * Use milliseconds in the InfluxDB dashboard instead of nanoseconds * Notify users when local settings are cleared -## v1.3.0 [2017-05-09] +## v1.3.0 {date="2017-05-09"} ### Bug fixes diff --git a/content/enterprise_influxdb/v1/about-the-project/release-notes.md b/content/enterprise_influxdb/v1/about-the-project/release-notes.md index 98e414562..f10b242c0 100644 --- a/content/enterprise_influxdb/v1/about-the-project/release-notes.md +++ b/content/enterprise_influxdb/v1/about-the-project/release-notes.md @@ -9,7 +9,7 @@ menu: parent: About the project --- -## v1.11.3 [2023/10/12] +## v1.11.3 {date="2023-10-12"} {{% note %}} #### InfluxDB Enterprise and FIPS-compliance @@ -34,7 +34,7 @@ InfluxDB Enterprise builds are available. For more information, see --- -## v1.11.2 [2023/09/28] +## v1.11.2 {date="2023-09-28"} ### Features @@ -102,7 +102,7 @@ InfluxDB Enterprise builds are available. For more information, see --- -## v1.11.1 [2023/04/13] +## v1.11.1 {date="2023-04-13"} ### Features @@ -144,7 +144,7 @@ InfluxDB Enterprise builds are available. For more information, see --- -## v1.10.4 [2023/06/22] +## v1.10.4 {date="2023-06-22"} ### Other @@ -153,7 +153,7 @@ InfluxDB Enterprise builds are available. For more information, see --- -## v1.10.3 [2023/04/13] +## v1.10.3 {date="2023-04-13"} ### Features @@ -172,7 +172,7 @@ InfluxDB Enterprise builds are available. For more information, see --- -## v1.10.2 [2023/03/13] +## v1.10.2 {date="2023-03-13"} ### Features @@ -180,7 +180,7 @@ InfluxDB Enterprise builds are available. For more information, see --- -## v1.10.1 [2023/02/10] +## v1.10.1 {date="2023-02-10"} ### Bug Fixes @@ -196,7 +196,7 @@ InfluxDB Enterprise builds are available. For more information, see --- -## v1.10.0 [2022-09-07] +## v1.10.0 {date="2022-09-07"} ### Features - Add [/api/v2/buckets](/enterprise_influxdb/v1/tools/api/#apiv2buckets-http-endpoint) support for create, delete, list, retrieve, and update operations. @@ -237,13 +237,13 @@ and moved both of these functions from the experimental package to the date pack - Fix shard confusion when multiple sub-queries reference different retention policies. ### Maintenance updates -- Upgrade to [Flux 0.170.0](/flux/v0/release-notes/#v01700-2022-06-02). +- Upgrade to [Flux 0.170.0](/flux/v0/release-notes/#v01700). - Upgrade to Go 1.18.3. - Fixes issue with OSXCross and Darwin builds. This results in the new minimum OSX version being MacOSX10.14/darwin18. --- -## v1.9.8 [2022-07-11] +## v1.9.8 {date="2022-07-11"} ### Features - Expose passive node feature to influxd-ctl and the API. @@ -272,11 +272,11 @@ and moved both of these functions from the experimental package to the date pack ### Maintenance updates - Upgrade to Go 1.17.11 -- Update to [Flux v0.161.0](/flux/v0/release-notes/#v01610-2022-03-24). +- Update to [Flux v0.161.0](/flux/v0/release-notes/#v01610). --- -## v1.9.7 [2022-05-26] +## v1.9.7 {date="2022-05-26"} {{% warn %}} An edge case regression was introduced into this version that may cause a constant build-up of hinted handoff if writes are rejected due to malformed requests. If you experience write errors and hinted hand-off growth, we recommend upgrading to 1.9.8 or the latest release. @@ -304,11 +304,11 @@ An edge case regression was introduced into this version that may cause a consta ### Maintenance updates - Upgrade to Go 1.17.9 -- Update to [Flux v0.161.0](/flux/v0/release-notes/#v01610-2022-03-24). +- Update to [Flux v0.161.0](/flux/v0/release-notes/#v01610). --- -## v1.9.6 [2022-02-16] +## v1.9.6 {date="2022-02-16"} {{% note %}} InfluxDB Enterprise offerings are no longer available on AWS, Azure, and GCP marketplaces. Please [contact Sales](https://www.influxdata.com/contact-sales/) to request an license key to [install InfluxDB Enterprise in your own environment](/enterprise_influxdb/v1/introduction/installation/). {{% /note %}} @@ -329,7 +329,7 @@ An edge case regression was introduced into this version that may cause a consta ### Maintenance updates -- Update to [Flux v0.140](/flux/v0/release-notes/#v01400-2021-11-22). +- Update to [Flux v0.140](/flux/v0/release-notes/#v01400). - Upgrade to Go 1.17. - Upgrade `protobuf` library. @@ -355,7 +355,7 @@ An edge case regression was introduced into this version that may cause a consta --- -## v1.9.5 [2021-10-11] +## v1.9.5 {date="2021-10-11"} {{% note %}} InfluxDB Enterprise 1.9.4 was not released. @@ -377,7 +377,7 @@ Changes below are included in InfluxDB Enterprise 1.9.5. - Improve memory performance by making `compact-full-write-cold-duration` apply to both TSM files and the TSI index. #### Maintenance updates - Update Protocol Buffers library versions. -- Update to Flux [0.131.0](/flux/v0/release-notes/#v01310-2021-09-20). +- Update to Flux [0.131.0](/flux/v0/release-notes/#v01310). ### Bug fixes @@ -410,7 +410,7 @@ Changes below are included in InfluxDB Enterprise 1.9.5. --- -## v1.9.3 [2021-07-19] +## v1.9.3 {date="2021-07-19"} ### Features - Add [configurable password hashing](/enterprise_influxdb/v1/administration/configure-password-hashing/) with `bcrypt` and `pbkdf2` support. @@ -418,7 +418,7 @@ Changes below are included in InfluxDB Enterprise 1.9.5. - Add logging to compaction. - Add [`total-buffer-bytes`](/enterprise_influxdb/v1/administration/configure/config-data-nodes/#total-buffer-bytes) configuration parameter to subscriptions. This option is intended to help alleviate out-of-memory errors. -- Update to [Flux v0.120.1.](/influxdb/v2/reference/release-notes/flux/#v01201-2021-07-06) +- Update to [Flux v0.120.1.](/influxdb/v2/reference/release-notes/flux/#v01201) ### Bug fixes - Improve heap memory usage when HH queue grows. @@ -435,7 +435,7 @@ Changes below are included in InfluxDB Enterprise 1.9.5. --- -## v1.9.2 [2021-06-17] +## v1.9.2 {date="2021-06-17"} The release of InfluxDB Enterprise 1.9 is different from previous InfluxDB Enterprise releases in that there is no corresponding InfluxDB OSS release. @@ -459,7 +459,7 @@ in that there is no corresponding InfluxDB OSS release. and track what user credentials are being used to write data. - Support authentication for Kapacitor via LDAP. - Support for [configuring Flux query resource usage](/enterprise_influxdb/v1/administration/configure/config-data-nodes/#flux-controller) (concurrency, memory, etc.). -- Upgrade to [Flux v0.113.0](/influxdb/v2/reference/release-notes/flux/#v01130-2021-04-21). +- Upgrade to [Flux v0.113.0](/influxdb/v2/reference/release-notes/flux/#v01130). - Update Prometheus remote protocol to allow streamed reading. - Improve performance of sorted merge iterator. - Add arguments to Flux `to` function. @@ -515,7 +515,7 @@ Bug fixes intended for 1.9.0 and 1.9.1 were rolled into InfluxDB Enterprise 1.9. --- -## v1.8.6 [2021-05-21] +## v1.8.6 {date="2021-05-21"} {{% warn %}} **Fine-grained authorization security update.** @@ -544,11 +544,11 @@ Versions prior to InfluxDB Enterprise 1.8.5 are not affected. --- -## v1.8.5 [2020-04-20] +## v1.8.5 {date="2020-04-20"} The InfluxDB Enterprise v1.8.5 release builds on the InfluxDB OSS v1.8.5 release. For details on changes incorporated from the InfluxDB OSS release, see -[InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/#v185-2021-04-20). +[InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/#v185). ### Bug fixes @@ -560,11 +560,11 @@ For details on changes incorporated from the InfluxDB OSS release, see --- -## v1.8.4 [2020-02-08] +## v1.8.4 {date="2020-02-08"} The InfluxDB Enterprise 1.8.4 release builds on the InfluxDB OSS 1.8.4 release. For details on changes incorporated from the InfluxDB OSS release, see -[InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/#v1-8-4-unreleased). +[InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/#v184). > **Note:** InfluxDB Enterprise 1.8.3 was not released. Bug fixes intended for 1.8.3 were rolled into InfluxDB Enterprise 1.8.4. @@ -581,7 +581,7 @@ Add the ability to [renew or update your license key or file](/enterprise_influx --- -## v1.8.2 [2020-08-24] +## v1.8.2 {date="2020-08-24"} The InfluxDB Enterprise 1.8.2 release builds on the InfluxDB OSS 1.8.2 and 1.8.1 releases. Due to a defect in InfluxDB OSS 1.8.1, InfluxDB Enterprise 1.8.1 was not released. @@ -610,7 +610,7 @@ For details on changes incorporated from the InfluxDB OSS release, see --- -## v1.8.0 [2020-04-27] +## v1.8.0 {date="2020-04-27"} The InfluxDB Enterprise 1.8 release builds on the InfluxDB OSS 1.8 release. For details on changes incorporated from the InfluxDB OSS release, see @@ -640,7 +640,7 @@ For more information, see the [`influxd-ctl backup` syntax](/enterprise_influxdb --- -## v1.7.10 [2020-02-07] +## v1.7.10 {date="2020-02-07"} The InfluxDB Enterprise 1.7.10 release builds on the InfluxDB OSS 1.7.10 release. For details on changes incorporated from the InfluxDB OSS release, see @@ -655,7 +655,7 @@ For details on changes incorporated from the InfluxDB OSS release, see --- -## v1.7.9 [2019-10-27] +## v1.7.9 {date="2019-10-27"} The InfluxDB Enterprise 1.7.9 release builds on the InfluxDB OSS 1.7.9 release. For details on changes incorporated from the InfluxDB OSS release, see @@ -673,7 +673,7 @@ For details on changes incorporated from the InfluxDB OSS release, see --- -## v1.7.8 [2019-09-03] +## v1.7.8 {date="2019-09-03"} {{% warn %}} InfluxDB now rejects all non-UTF-8 characters. @@ -696,7 +696,7 @@ For details on changes incorporated from the InfluxDB OSS release, see [InfluxDB --- -## v1.7.7 [2019-07-12] +## v1.7.7 {date="2019-07-12"} The InfluxDB Enterprise 1.7.7 release builds on the InfluxDB OSS 1.7.7 release. For details on changes incorporated from the InfluxDB OSS release, see [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/). @@ -717,7 +717,7 @@ The InfluxDB Enterprise 1.7.7 release builds on the InfluxDB OSS 1.7.7 release. --- -## v1.7.6 [2019-05-07] +## v1.7.6 {date="2019-05-07"} This InfluxDB Enterprise release builds on the InfluxDB OSS 1.7.6 release. For details on changes incorporated from the InfluxDB OSS release, see [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/). @@ -727,7 +727,7 @@ This InfluxDB Enterprise release builds on the InfluxDB OSS 1.7.6 release. For d --- -## v1.7.5 [2019-03-26] +## v1.7.5 {date="2019-03-26"} {{% warn %}} @@ -757,7 +757,7 @@ This InfluxDB Enterprise release builds on the InfluxDB OSS 1.7.5 release. For d --- -## v1.7.4 [2019-02-13] +## v1.7.4 {date="2019-02-13"} This InfluxDB Enterprise release builds on the InfluxDB OSS 1.7.4 release. For details on changes incorporated from the InfluxDB OSS release, see [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/). @@ -767,11 +767,11 @@ This InfluxDB Enterprise release builds on the InfluxDB OSS 1.7.4 release. For d --- -## v1.7.3 [2019-01-11] +## v1.7.3 {date="2019-01-11"} This InfluxDB Enterprise release builds on the InfluxDB OSS 1.7.3 release. For details on changes incorporated from the InfluxDB OSS release, see the [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/). -### Important update [2019-02-13] +### Important update {date="2019-02-13"} If you have not installed this release, then install the 1.7.4 release. @@ -808,19 +808,19 @@ Prior to v.1.7.3, the anti-entropy (AE) service was enabled by default. When sha --- -## v1.6.6 [2019-02-28] +## v1.6.6 {date="2019-02-28"} This release only includes the InfluxDB OSS 1.6.6 changes (no Enterprise-specific changes). --- -## v1.6.5 [2019-01-10] +## v1.6.5 {date="2019-01-10"} This release builds off of the InfluxDB OSS 1.6.0 through 1.6.5 releases. For details about changes incorporated from InfluxDB OSS releases, see [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/). --- -## v1.6.4 [2018-10-23] +## v1.6.4 {date="2018-10-23"} This release builds off of the InfluxDB OSS 1.6.0 through 1.6.4 releases. For details about changes incorporated from InfluxDB OSS releases, see the [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/). @@ -880,7 +880,7 @@ The following summarizes the expected settings for proper configuration of JWT a --- -## v1.6.2 [08-27-2018] +## v1.6.2 {date="2018-08-27"} This release builds off of the InfluxDB OSS 1.6.0 through 1.6.2 releases. For details about changes incorporated from InfluxDB OSS releases, see the [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/). @@ -902,13 +902,13 @@ This release builds off of the InfluxDB OSS 1.6.0 through 1.6.2 releases. For de --- -## v1.5.4 [2018-06-21] +## v1.5.4 {date="2018-06-21"} This release builds off of the InfluxDB OSS 1.5.4 release. Please see the [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/) for more information about the InfluxDB OSS release. --- -## v1.5.3 [2018-05-25] +## v1.5.3 {date="2018-05-25"} This release builds off of the InfluxDB OSS 1.5.3 release. Please see the [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/) for more information about the InfluxDB OSS release. @@ -924,7 +924,7 @@ This release builds off of the InfluxDB OSS 1.5.3 release. Please see the [Influ --- -## v1.5.2 [2018-04-12] +## v1.5.2 {date="2018-04-12"} This release builds off of the InfluxDB OSS 1.5.2 release. Please see the [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/) for more information about the InfluxDB OSS release. @@ -935,14 +935,14 @@ This release builds off of the InfluxDB OSS 1.5.2 release. Please see the [Influ --- -## v1.5.1 [2018-03-20] +## v1.5.1 {date="2018-03-20"} This release builds off of the InfluxDB OSS 1.5.1 release. There are no Enterprise-specific changes. Please see the [InfluxDB OSS release notes](/influxdb/v1/about_the_project/release-notes/) for more information about the InfluxDB OSS release. --- -## v1.5.0 [2018-03-06] +## v1.5.0 {date="2018-03-06"} > ***Note:*** This release builds off of the 1.5 release of InfluxDB OSS. Please see the [InfluxDB OSS release > notes](/influxdb/v1/about_the_project/release-notes/) for more information about the InfluxDB OSS release. @@ -1003,7 +1003,7 @@ The default logging format has been changed. See [Logging and tracing in InfluxD --- -## v1.3.9 [2018-01-19] +## v1.3.9 {date="2018-01-19"} ### Upgrading -- for users of the TSI preview @@ -1019,7 +1019,7 @@ so it will require downtime. --- -## v1.3.8 [2017-12-04] +## v1.3.8 {date="2017-12-04"} ### Upgrading -- for users of the TSI preview @@ -1034,7 +1034,7 @@ If you have been using the TSI preview with 1.3.6 or earlier 1.3.x releases, you --- -## v1.3.7 [2017-10-26] +## v1.3.7 {date="2017-10-26"} ### Upgrading -- for users of the TSI preview @@ -1054,7 +1054,7 @@ We will update this release note with operational steps once the utility is avai --- -## v1.3.6 [2017-09-28] +## v1.3.6 {date="2017-09-28"} ### Bugfixes @@ -1067,14 +1067,15 @@ We will update this release note with operational steps once the utility is avai --- -## v1.3.5 [2017-08-29] +## v1.3.5 {date="2017-08-29"} This release builds off of the 1.3.5 release of OSS InfluxDB. -Please see the OSS [release notes](/influxdb/v1/about_the_project/release-notes/#v1-3-5-2017-08-29) for more information about the OSS releases. +Please see the OSS [release notes](/influxdb/v1/about_the_project/release-notes/#v135) +for more information about the OSS releases. --- -## v1.3.4 [2017-08-23] +## v1.3.4 {date="2017-08-23"} This release builds off of the 1.3.4 release of OSS InfluxDB. Please see the [OSS release notes](/influxdb/v1/about_the_project/release-notes/) for more information about the OSS releases. @@ -1084,7 +1085,7 @@ This release builds off of the 1.3.4 release of OSS InfluxDB. Please see the [OS --- -## v1.3.3 [2017-08-10] +## v1.3.3 {date="2017-08-10"} This release builds off of the 1.3.3 release of OSS InfluxDB. Please see the [OSS release notes](/influxdb/v1/about_the_project/release-notes/) for more information about the OSS releases. @@ -1094,7 +1095,7 @@ This release builds off of the 1.3.3 release of OSS InfluxDB. Please see the [OS --- -## v1.3.2 [2017-08-04] +## v1.3.2 {date="2017-08-04"} ### Bug fixes @@ -1106,7 +1107,7 @@ This release builds off of the 1.3.3 release of OSS InfluxDB. Please see the [OS --- -## v1.3.1 [2017-07-20] +## v1.3.1 {date="2017-07-20"} #### Bug fixes @@ -1116,7 +1117,7 @@ This release builds off of the 1.3.3 release of OSS InfluxDB. Please see the [OS --- -## v1.3.0 [2017-06-21] +## v1.3.0 {date="2017-06-21"} ### Configuration Changes @@ -1153,10 +1154,11 @@ The admin UI is removed and unusable in this release. The `[admin]` configuratio --- -## v1.2.5 [2017-05-16] +## v1.2.5 {date="2017-05-16"} This release builds off of the 1.2.4 release of OSS InfluxDB. -Please see the OSS [release notes](/influxdb/v1/about_the_project/release-notes/#v1-2-4-2017-05-08) for more information about the OSS releases. +Please see the OSS [release notes](/influxdb/v1/about_the_project/release-notes/#v124) +for more information about the OSS releases. #### Bug fixes @@ -1170,7 +1172,7 @@ Please see the OSS [release notes](/influxdb/v1/about_the_project/release-notes/ --- -## v1.2.2 [2017-03-15] +## v1.2.2 {date="2017-03-15"} This release builds off of the 1.2.1 release of OSS InfluxDB. Please see the OSS [release notes](https://github.com/influxdata/influxdb/blob/1.2/CHANGELOG.md#v121-2017-03-08) for more information about the OSS release. @@ -1228,7 +1230,7 @@ This change only affects users who have disabled the `retention-autocreate` opti --- -## v1.2.1 [2017-01-25] +## v1.2.1 {date="2017-01-25"} #### Cluster-specific Bugfixes @@ -1238,7 +1240,7 @@ This change only affects users who have disabled the `retention-autocreate` opti --- -## v1.2.0 [2017-01-24] +## v1.2.0 {date="2017-01-24"} This release builds off of the 1.2.0 release of OSS InfluxDB. Please see the OSS [release notes](https://github.com/influxdata/influxdb/blob/1.2/CHANGELOG.md#v120-2017-01-24) for more information about the OSS release. @@ -1278,7 +1280,7 @@ To disable the auto-creation of retention policies, set `retention-autocreate` t --- -## v1.1.5 [2017-04-28] +## v1.1.5 {date="2017-04-28"} ### Bug fixes @@ -1287,7 +1289,7 @@ To disable the auto-creation of retention policies, set `retention-autocreate` t --- -## v1.1.3 [2017-02-27] +## v1.1.3 {date="2017-02-27"} This release incorporates the changes in the 1.1.4 release of OSS InfluxDB. Please see the OSS [changelog](https://github.com/influxdata/influxdb/blob/v1.1.4/CHANGELOG.md) for more information about the OSS release. @@ -1301,7 +1303,7 @@ Please see the OSS [changelog](https://github.com/influxdata/influxdb/blob/v1.1. --- -## v1.1.2 [internal] +## v1.1.2 {date="internal"} This release was an internal release only. It incorporates the changes in the 1.1.3 release of OSS InfluxDB. @@ -1309,7 +1311,7 @@ Please see the OSS [changelog](https://github.com/influxdata/influxdb/blob/v1.1. --- -## v1.1.1 [2016-12-06] +## v1.1.1 {date="2016-12-06"} This release builds off of the 1.1.1 release of OSS InfluxDB. Please see the OSS [release notes](https://github.com/influxdata/influxdb/blob/1.1/CHANGELOG.md#v111-2016-12-06) for more information about the OSS release. @@ -1325,7 +1327,7 @@ users currently running on the macOS platform, powered by the Darwin operating s --- -## v1.1.0 [2016-11-14] +## v1.1.0 {date="2016-11-14"} This release builds off of the 1.1.0 release of InfluxDB OSS. Please see the OSS [release notes](https://github.com/influxdata/influxdb/blob/1.1/CHANGELOG.md#v110-2016-11-14) for more information about the OSS release. @@ -1371,7 +1373,7 @@ Switches to journald logging for on systemd systems. Logs are no longer sent to --- -## v1.0.4 [2016-10-19] +## v1.0.4 {date="2016-10-19"} #### Cluster-specific bug fixes @@ -1380,7 +1382,7 @@ Switches to journald logging for on systemd systems. Logs are no longer sent to --- -## v1.0.3 [2016-10-07] +## v1.0.3 {date="2016-10-07"} #### Cluster-specific bug fixes @@ -1388,7 +1390,7 @@ Switches to journald logging for on systemd systems. Logs are no longer sent to --- -## v1.0.2 [2016-10-06] +## v1.0.2 {date="2016-10-06"} This release builds off of the 1.0.2 release of OSS InfluxDB. Please see the OSS [release notes](https://github.com/influxdata/influxdb/blob/1.0/CHANGELOG.md#v102-2016-10-05) for more information about the OSS release. @@ -1400,7 +1402,7 @@ This release builds off of the 1.0.2 release of OSS InfluxDB. Please see the OS --- -## v1.0.1 [2016-09-28] +## v1.0.1 {date="2016-09-28"} This release builds off of the 1.0.1 release of OSS InfluxDB. Please see the OSS [release notes](https://github.com/influxdata/influxdb/blob/1.0/CHANGELOG.md#v101-2016-09-26) @@ -1416,7 +1418,7 @@ for more information about the OSS release. --- -## v1.0.0 [2016-09-07] +## v1.0.0 {date="2016-09-07"} This release builds off of the 1.0.0 release of OSS InfluxDB. Please see the OSS [release notes](https://github.com/influxdata/influxdb/blob/1.0/CHANGELOG.md#v100-2016-09-07) for more information about the OSS release. diff --git a/content/flux/v0/release-notes.md b/content/flux/v0/release-notes.md index 8707c960a..d716457c2 100644 --- a/content/flux/v0/release-notes.md +++ b/content/flux/v0/release-notes.md @@ -10,19 +10,19 @@ aliases: - /influxdb/cloud/reference/release-notes/flux/ --- -## v0.194.4 [2023-10-25] +## v0.194.4 {date="2023-10-25"} - _Internal code cleanup._ --- -## v0.194.3 [2023-05-26] +## v0.194.3 {date="2023-05-26"} - _Internal code cleanup._ --- -## v0.194.3 [2023-05-26] +## v0.194.3 {date="2023-05-26"} ### Bug fixes @@ -31,14 +31,14 @@ aliases: --- -## v0.194.1 [2023-04-17] +## v0.194.1 {date="2023-04-17"} ### Bug fixes - Make C foreign function interface (FFI) more robust when checking for valid input. --- -## v0.194.0 [2023-04-06] +## v0.194.0 {date="2023-04-06"} ### Features - Add microsecond and nanosecond support to @@ -50,7 +50,7 @@ aliases: --- -## v0.193.0 [2023-02-23] +## v0.193.0 {date="2023-02-23"} ### Features - Add `onNonmonotonic` parameter to [`histogramQuantile()`](/flux/v0/stdlib/universe/histogramquantile/) @@ -67,7 +67,7 @@ aliases: --- -## v0.192.0 [2023-01-09] +## v0.192.0 {date="2023-01-09"} ### Breaking changes - Update iox.sql to detect midstream errors. @@ -88,21 +88,21 @@ aliases: --- -## v0.191.0 [2022-11-14] +## v0.191.0 {date="2022-11-14"} ### Features - Associate registry attributes to import statements. --- -## v0.190.0 [2022-11-09] +## v0.190.0 {date="2022-11-09"} ### Features - Add download headers within the CSV dialect. --- -## v0.189.0 [2022-11-02] +## v0.189.0 {date="2022-11-02"} ### Features - Add `PartialOrd` and `Ord` to `ast::Position`. @@ -117,14 +117,14 @@ aliases: --- -## v0.188.1 [2022-10-31] +## v0.188.1 {date="2022-10-31"} ### Bug fixes - Correctly handle join operations with large input that exceed the buffer size. --- -## v0.188.0 [2022-10-25] +## v0.188.0 {date="2022-10-25"} ### Features - Compile the standard library incrementally. @@ -135,7 +135,7 @@ aliases: --- -## v0.187.0 [2022-10-17] +## v0.187.0 {date="2022-10-17"} ### Features @@ -151,7 +151,7 @@ aliases: --- -## v0.186.0 [2022-10-11] +## v0.186.0 {date="2022-10-11"} ### Features - Add [`dynamic.isType()` function](/flux/v0/stdlib/experimental/dynamic/istype/). @@ -168,7 +168,7 @@ aliases: --- -## v0.185.0 [2022-10-03] +## v0.185.0 {date="2022-10-03"} ### Features - Add dynamic type. @@ -184,7 +184,7 @@ aliases: --- -## v0.184.2 [2022-09-26] +## v0.184.2 {date="2022-09-26"} ### Bug fixes - Remove the `stacker` dependency. @@ -192,13 +192,13 @@ aliases: --- -## v0.184.1 [2022-09-21] +## v0.184.1 {date="2022-09-21"} - _Internal code cleanup._ --- -## v0.184.0 [2022-09-21] +## v0.184.0 {date="2022-09-21"} ### Breaking changes - Update logical _null_ handling and align all logical operator implementations @@ -218,7 +218,7 @@ representative of the Flux SPEC. --- -## v0.183.0 [2022-09-12] +## v0.183.0 {date="2022-09-12"} ### Features - Add support for piped-forward arrays to [`array.from()`](/flux/v0/stdlib/array/from/). @@ -234,7 +234,7 @@ representative of the Flux SPEC. --- -## v0.182.0 [2022-09-06] +## v0.182.0 {date="2022-09-06"} ### Features - Display yields in `fluxtest`. @@ -253,7 +253,7 @@ representative of the Flux SPEC. --- -## v0.181.0 [2022-08-29] +## v0.181.0 {date="2022-08-29"} ### Features - Add "headless" JSON-RPC based REPL. @@ -269,13 +269,13 @@ representative of the Flux SPEC. --- -## v0.180.1 [2022-08-22] +## v0.180.1 {date="2022-08-22"} - _Internal code cleanup._ --- -## v0.180.0 [2022-08-22] +## v0.180.0 {date="2022-08-22"} ### Features - Rewrite calls to `float()` as `_vectorizedFloat()`. @@ -289,7 +289,7 @@ representative of the Flux SPEC. --- -## v0.179.0 [2022-08-15] +## v0.179.0 {date="2022-08-15"} ### Features - Add a `Stringify` utility function for `table.Chunk`. @@ -309,7 +309,7 @@ representative of the Flux SPEC. --- -## v0.178.0 [2022-08-09] +## v0.178.0 {date="2022-08-09"} ### Features - Support `apiKey` parameter in [`zenoss.event()`](/flux/v0/stdlib/contrib/bonitoo-io/zenoss/event/) @@ -323,14 +323,14 @@ representative of the Flux SPEC. --- -## v0.177.1 [2022-08-08] +## v0.177.1 {date="2022-08-08"} ### Bug fixes - Update `strings.substring()` to check bounds using rune array instead of string length. --- -## v0.177.0 [2022-08-01] +## v0.177.0 {date="2022-08-01"} ### Features - Support conditional expressions in vectorized `map()`. @@ -343,9 +343,9 @@ representative of the Flux SPEC. --- -## v0.176.0 [2022-07-25] +## v0.176.0 {date="2022-07-25"} -## Features +### Features - Promote various feature-flagged features and optimizations to be used by default. ### Bug fixes @@ -356,7 +356,7 @@ representative of the Flux SPEC. --- -## v0.175.0 [2022-07-19] +## v0.175.0 {date="2022-07-19"} ### Features - Update [`testing.diff()`](/flux/v0/stdlib/testing/diff/) to use @@ -373,7 +373,7 @@ representative of the Flux SPEC. --- -## v0.174.1 [2022-07-12] +## v0.174.1 {date="2022-07-12"} ### Bug fixes @@ -385,7 +385,7 @@ representative of the Flux SPEC. --- -## v0.174.0 [2022-07-05] +## v0.174.0 {date="2022-07-05"} ### Features @@ -410,7 +410,7 @@ representative of the Flux SPEC. --- -## v0.173.0 [2022-06-29] +## v0.173.0 {date="2022-06-29"} ### Breaking changes @@ -443,7 +443,7 @@ representative of the Flux SPEC. --- -## v0.172.0 [2022-06-24] +## v0.172.0 {date="2022-06-24"} ### Features - Add multiple new join functions to the [`join`](/flux/v0/stdlib/join/) @@ -472,7 +472,7 @@ representative of the Flux SPEC. --- -## v0.171.0 [2022-06-14] +## v0.171.0 {date="2022-06-14"} ### Breaking changes - Remove `testing.loadStorage()`. @@ -491,14 +491,14 @@ representative of the Flux SPEC. --- -## v0.170.1 [2022-06-06] +## v0.170.1 {date="2022-06-06"} ### Bug fixes - Require an earlier minimum version of `lsp-types`. --- -## v0.170.0 [2022-06-02] +## v0.170.0 {date="2022-06-02"} ### Features - Add a `pretty.rs`-based MonoType formatter. @@ -508,7 +508,7 @@ representative of the Flux SPEC. --- -## v0.169.0 [2022-05-31] +## v0.169.0 {date="2022-05-31"} ### Features - Add a `_status` tag to PagerDuty records. @@ -524,7 +524,7 @@ representative of the Flux SPEC. --- -## v0.168.0 [2022-05-23] +## v0.168.0 {date="2022-05-23"} ### Features - Enable [`movingAverage()`](/flux/v0/stdlib/universe/movingaverage/) and @@ -540,7 +540,7 @@ representative of the Flux SPEC. --- -## v0.167.0 [2022-05-16] +## v0.167.0 {date="2022-05-16"} ### Features - Allow default types to be specified for default arguments. @@ -558,7 +558,7 @@ representative of the Flux SPEC. --- -## v0.166.0 [2022-05-09] +## v0.166.0 {date="2022-05-09"} ### Features - Add InfluxData semantic commit and pull request title validator. @@ -573,7 +573,7 @@ representative of the Flux SPEC. --- -## v0.165.0 [2022-04-25] +## v0.165.0 {date="2022-04-25"} ### Features - Add support for options in the `testcase` extension. @@ -592,14 +592,14 @@ representative of the Flux SPEC. --- -## v0.164.1 [2022-04-18] +## v0.164.1 {date="2022-04-18"} ### Bug fixes - Remove an extraneous `go generate` statement. --- -## v0.164.0 [2022-04-13] +## v0.164.0 {date="2022-04-13"} ### Features - Allow Go to pass compilation options to Rust. @@ -610,7 +610,7 @@ representative of the Flux SPEC. --- -## v0.163.0 [2022-04-07] +## v0.163.0 {date="2022-04-07"} ### Features - Report skipped tests. @@ -622,7 +622,7 @@ representative of the Flux SPEC. --- -## v0.162.0 [2022-04-05] +## v0.162.0 {date="2022-04-05"} ### Features - Add [OpenTracing spans](https://opentracing.io/docs/overview/spans/) to the Flux runtime. @@ -642,7 +642,7 @@ representative of the Flux SPEC. --- -## v0.161.0 [2022-03-24] +## v0.161.0 {date="2022-03-24"} ### Features - Re-enable the dialer pool and update dependency injection. @@ -652,7 +652,7 @@ representative of the Flux SPEC. --- -## v0.160.0 [2022-03-22] +## v0.160.0 {date="2022-03-22"} ### Features - Remove the `concurrencyLimit` feature flag and keep it in the dependencies. @@ -672,7 +672,7 @@ representative of the Flux SPEC. --- -## v0.159.0 [2022-03-14] +## v0.159.0 {date="2022-03-14"} ### Features - Added a `finish` state to parallel-merge and always protect with a mutex lock. @@ -684,7 +684,7 @@ representative of the Flux SPEC. --- -## v0.158.0 [2022-03-09] +## v0.158.0 {date="2022-03-09"} ### Features - Add inline documentation to the `universe` package. @@ -696,7 +696,7 @@ representative of the Flux SPEC. --- -## v0.157.0 [2022-03-03] +## v0.157.0 {date="2022-03-03"} ### Features - Update `fill()` to use narrow transformation. @@ -714,7 +714,7 @@ representative of the Flux SPEC. --- -## v0.156.0 [2022-02-22] +## v0.156.0 {date="2022-02-22"} ### Features - Add second pass to physical planner for parallelization rules. @@ -732,14 +732,14 @@ representative of the Flux SPEC. --- -## v0.155.1 [2022-02-15] +## v0.155.1 {date="2022-02-15"} ### Bug fixes - Update tests to use an explicit yield. --- -## v0.155.0 [2022-02-14] +## v0.155.0 {date="2022-02-14"} ### Features - Add new [experimental array functions](/flux/v0/stdlib/experimental/array/) @@ -753,7 +753,7 @@ representative of the Flux SPEC. --- -## v0.154.0 [2022-02-09] +## v0.154.0 {date="2022-02-09"} ### Features - Add [`requests.peek()`](/flux/v0/stdlib/experimental/http/requests/peek/) to @@ -768,7 +768,7 @@ representative of the Flux SPEC. --- -## v0.153.0 [2022-02-07] +## v0.153.0 {date="2022-02-07"} ### Features - Connect language server protocol (LSP) features through the Flux crate. @@ -780,7 +780,7 @@ representative of the Flux SPEC. --- -## v0.152.0 [2022-01-31] +## v0.152.0 {date="2022-01-31"} ### Features - Add the [`experimental/http/requests` package](/flux/v0/stdlib/experimental/http/requests/) @@ -796,14 +796,14 @@ representative of the Flux SPEC. --- -## v0.151.1 [2022-01-24] +## v0.151.1 {date="2022-01-24"} ### Features - Update to Rust 1.58.1. --- -## v0.151.0 [2022-01-20] +## v0.151.0 {date="2022-01-20"} ### Features - Expose `MonoType::parameter` and `MonoType::field`. @@ -813,14 +813,14 @@ representative of the Flux SPEC. --- -## v0.150.1 [2022-01-19] +## v0.150.1 {date="2022-01-19"} ### Bug fixes - Remove duplicate `die` builtin in the `universe` package. --- -## v0.150.0 [2022-01-19] +## v0.150.0 {date="2022-01-19"} ### Features - Update inline documentation in the following packages: @@ -836,7 +836,7 @@ representative of the Flux SPEC. --- -## v0.149.0 [2022-01-12] +## v0.149.0 {date="2022-01-12"} ### Features - Add `Get` methods to `metadata`. @@ -853,7 +853,7 @@ representative of the Flux SPEC. --- -## v0.148.0 [2022-01-10] +## v0.148.0 {date="2022-01-10"} ### Features - Report multiple errors from a single `unify` call. @@ -886,7 +886,7 @@ representative of the Flux SPEC. --- -## v0.147.0 [2021-12-14] +## v0.147.0 {date="2021-12-14"} ### Features - Optimize [`union()` transformation](/flux/v0/stdlib/universe/union/). @@ -905,7 +905,7 @@ representative of the Flux SPEC. --- -## v0.146.0 [2021-12-13] +## v0.146.0 {date="2021-12-13"} ### Features - Update `pkg-config` to support `aarch64-apple-darwin`. @@ -923,7 +923,7 @@ representative of the Flux SPEC. --- -## v0.145.0 [2021-12-08] +## v0.145.0 {date="2021-12-08"} ### Features - Add inline documentation to the following packages: @@ -938,7 +938,7 @@ representative of the Flux SPEC. --- -## v0.144.0 [2021-12-06] +## v0.144.0 {date="2021-12-06"} ### Features - Add location and message methods to `semantic::Error`. @@ -950,14 +950,14 @@ representative of the Flux SPEC. --- -## v0.143.1 [2021-11-22] +## v0.143.1 {date="2021-11-22"} ### Bug fixes - Add targets to `rust-toolchain`. --- -## v0.143.0 [2021-11-22] +## v0.143.0 {date="2021-11-22"} ### Breaking changes - Add new parameters to [`difference()`](/flux/v0/stdlib/universe/difference/) @@ -986,7 +986,7 @@ representative of the Flux SPEC. --- -## v0.142.0 [2021-11-22] +## v0.142.0 {date="2021-11-22"} ### Features - Default to erroring dependencies @@ -996,7 +996,7 @@ representative of the Flux SPEC. --- -## v0.141.0 [2021-11-22] +## v0.141.0 {date="2021-11-22"} ### Features - Add `is_type` to query the runtime type. @@ -1034,7 +1034,7 @@ representative of the Flux SPEC. --- -## v0.140.0 [2021-11-22] +## v0.140.0 {date="2021-11-22"} ### Features - Support reporting unlimited diagnostics. @@ -1057,7 +1057,7 @@ representative of the Flux SPEC. --- -## v0.139.0 [2021-11-01] +## v0.139.0 {date="2021-11-01"} ### Features - Continue type inference through errors at runtime. @@ -1067,7 +1067,7 @@ representative of the Flux SPEC. --- -## v0.138.0 [2021-11-01] +## v0.138.0 {date="2021-11-01"} ### Features - Create a BigTable dependency to let Flux mimic or control BigTable API usage. @@ -1081,7 +1081,7 @@ representative of the Flux SPEC. --- -## v0.137.0 [2021-10-28] +## v0.137.0 {date="2021-10-28"} ### Features - Add support for [Vertica](https://www.vertica.com/) to the [`sql` package](/flux/v0/stdlib/sql/). @@ -1091,7 +1091,7 @@ representative of the Flux SPEC. --- -## v0.136.0 [2021-10-25] +## v0.136.0 {date="2021-10-25"} ### Features - Enable executable examples to documentation generated by `fluxdoc`. @@ -1110,7 +1110,7 @@ representative of the Flux SPEC. --- -## v0.135.1 [2021-10-18] +## v0.135.1 {date="2021-10-18"} ### Features - Add a disposable interface for transformations. @@ -1120,7 +1120,7 @@ representative of the Flux SPEC. --- -## v0.134.0 [2021-10-15] +## v0.134.0 {date="2021-10-15"} ### Features - Add short mode to `fluxdoc dump` command. @@ -1137,7 +1137,7 @@ representative of the Flux SPEC. --- -## v0.133.0 [2021-10-04] +## v0.133.0 {date="2021-10-04"} ### Features - Expose location functionality to [`window()`](/flux/v0/stdlib/universe/window/), @@ -1155,7 +1155,7 @@ representative of the Flux SPEC. --- -## v0.132.0 [2021-09-28] +## v0.132.0 {date="2021-09-28"} ### Features - Copy location-related code from the Go `time` package. @@ -1178,7 +1178,7 @@ representative of the Flux SPEC. --- -## v0.131.0 [2021-09-20] +## v0.131.0 {date="2021-09-20"} ### Features - Update `group` to use new `GroupTransformation` interface. @@ -1195,14 +1195,14 @@ representative of the Flux SPEC. --- -## v0.130.0 [2021-09-15] +## v0.130.0 {date="2021-09-15"} ### Features - Add narrow state transformation transport. --- -## v0.129.0 [2021-09-14] +## v0.129.0 {date="2021-09-14"} ### Features - Make `flux-dump-docs` use a nested documentation structure. @@ -1214,7 +1214,7 @@ representative of the Flux SPEC. --- -## v0.128.0 [2021-09-07] +## v0.128.0 {date="2021-09-07"} ### Features - Add [`sampledata` package](/flux/v0/stdlib/sampledata/) with basic sample datasets. @@ -1222,14 +1222,14 @@ representative of the Flux SPEC. --- -## v0.127.3 [2021-09-01] +## v0.127.3 {date="2021-09-01"} ### Bug fixes - Add `FormatDuration` method that can be exported in other repositories. --- -## v0.127.2 [2021-09-01] +## v0.127.2 {date="2021-09-01"} ### Bug fixes - Remove `flux wasm` crate and moved it to `lsp`. @@ -1239,14 +1239,14 @@ representative of the Flux SPEC. --- -## v0.127.1 [2021-08-30] +## v0.127.1 {date="2021-08-30"} ### Bug fixes - `limit()` correctly resets the offset after processing a partial buffer. --- -## v0.127.0 [2021-08-26] +## v0.127.0 {date="2021-08-26"} ### Features - Create an executable to retrieve all `stdlib` documentation and updated WASM functions. @@ -1259,7 +1259,7 @@ representative of the Flux SPEC. --- -## v0.126.0 [2021-08-19] +## v0.126.0 {date="2021-08-19"} ### Features - Update `filter()` to use narrow transformation. @@ -1272,7 +1272,7 @@ representative of the Flux SPEC. --- -## v0.125.0 [2021-08-11] +## v0.125.0 {date="2021-08-11"} ### Features - Add feature flag library as an internal package. @@ -1289,7 +1289,7 @@ representative of the Flux SPEC. - Fix pivot operations when no data is left to operate on. - Update `join()` to produce columns of equivalent length when combining mismatched schemas. -## v0.124.0 [2021-08-03] +## v0.124.0 {date="2021-08-03"} ### Features - Update the string array builder to support constant data. @@ -1305,7 +1305,7 @@ representative of the Flux SPEC. --- -## v0.123.0 [2021-07-19] +## v0.123.0 {date="2021-07-19"} ### Breaking changes - Remove the `sleep()` function. @@ -1317,14 +1317,14 @@ representative of the Flux SPEC. --- -## v0.122.0 [2021-07-13] +## v0.122.0 {date="2021-07-13"} ### Features - Add `--skip` flag to the `flux test` command to skip specific tests. --- -## v0.121.0 [2021-07-12] +## v0.121.0 {date="2021-07-12"} ### Features - Update [`experimental.to()`](/flux/v0/stdlib/experimental/to/) @@ -1332,12 +1332,12 @@ representative of the Flux SPEC. --- -## v0.120.1 [2021-07-06] +## v0.120.1 {date="2021-07-06"} - _Add inline Flux function documentation._ --- -## v0.120.0 [2021-07-06] +## v0.120.0 {date="2021-07-06"} ### Features - Bootstrap documentation methods. @@ -1352,18 +1352,18 @@ representative of the Flux SPEC. --- -## v0.119.1 [2021-06-29] +## v0.119.1 {date="2021-06-29"} - _Add inline Flux function documentation._ --- -## v0.118.1 [2021-06-15] +## v0.118.1 {date="2021-06-15"} - _Internal code cleanup._ --- -## v0.118.0 [2021-06-15] +## v0.118.0 {date="2021-06-15"} ### Features - Add `exclude` parameter to `pagerduty.dedupKey()`. @@ -1375,12 +1375,12 @@ representative of the Flux SPEC. --- -## v0.117.3 [2021-06-07] +## v0.117.3 {date="2021-06-07"} - _Internal code cleanup._ --- -## v0.117.2 [2021-06-07] +## v0.117.2 {date="2021-06-07"} ### Bug fixes - Remove `tabstop` processing from formatter. @@ -1391,7 +1391,7 @@ representative of the Flux SPEC. --- -## v0.117.1 [2021-06-01] +## v0.117.1 {date="2021-06-01"} ### Bug fixes - Update `group_no_agg_table` acceptance test to run in a consistent order. @@ -1401,7 +1401,7 @@ representative of the Flux SPEC. --- -## v0.117.0 [2021-05-24] +## v0.117.0 {date="2021-05-24"} ### Features - [`to()`](/flux/v0/stdlib/influxdata/influxdb/to/) function @@ -1421,22 +1421,22 @@ representative of the Flux SPEC. --- -## v0.116.0 [2021-05-17] +## v0.116.0 {date="2021-05-17"} -## Features +### Features - Add Jaeger tracing information to profile metadata. - Add `flux fmt` step to the continuous integration pipeline. - Update the `window` implementation to use `interval.Window`. - Add [`today()` function](/flux/v0/stdlib/universe/today/). -## Bug fixes +### Bug fixes - Remove deadlock when an error occurs while the dispatcher is stopping. - Prevent errors caused by the the auto-formatter removing brackets around `if` expressions. - Auto-format remaining Flux files. --- -## v0.115.0 [2021-05-11] +## v0.115.0 {date="2021-05-11"} ### Features - Add [Alerta notifications support](/flux/v0/stdlib/contrib/bonitoo-io/alerta/). @@ -1453,7 +1453,7 @@ representative of the Flux SPEC. --- -## v0.114.1 [2021-05-04] +## v0.114.1 {date="2021-05-04"} ### Bug fixes - Upgrade `mssqldb` dependency for Go 1.16. @@ -1461,7 +1461,7 @@ representative of the Flux SPEC. --- -## v0.114.0 [2021-05-03] +## v0.114.0 {date="2021-05-03"} ### Features - Add `debug.slurp()` and `debug.sink()`. @@ -1476,7 +1476,7 @@ representative of the Flux SPEC. - Wait for the dispatcher to finish before finishing query. - Remove `codecov` job. -## v0.113.0 [2021-04-21] +## v0.113.0 {date="2021-04-21"} ### Features - Add ported table test. @@ -1487,14 +1487,14 @@ representative of the Flux SPEC. --- -## v0.112.1 [2021-04-12] +## v0.112.1 {date="2021-04-12"} ### Bug fixes - Add `Comment` fields to Go AST structs to preserve comments in the AST. ---- -## v0.112.0 [2021-04-06] +## v0.112.0 {date="2021-04-06"} ### Features - Add [`testing.load`](/flux/v0/stdlib/testing/load/) for using raw tables in tests. @@ -1508,7 +1508,7 @@ representative of the Flux SPEC. --- -## v0.111.0 [2021-03-30] +## v0.111.0 {date="2021-03-30"} ### Features - Use `FnvHasher` for hash maps. @@ -1520,7 +1520,7 @@ representative of the Flux SPEC. --- -## v0.109.1 [2021-03-24] +## v0.109.1 {date="2021-03-24"} ### Bug fixes - Perform testing checks as part of query `done`. @@ -1528,7 +1528,7 @@ representative of the Flux SPEC. --- -## v0.109.0 [2021-03-23] +## v0.109.0 {date="2021-03-23"} ### Features - Add support for null values in string interpolation. @@ -1542,12 +1542,12 @@ representative of the Flux SPEC. --- -## v0.108.1 [2021-03-15] +## v0.108.1 {date="2021-03-15"} - _Internal code cleanup._ --- -## v0.108.0 [2021-03-15] +## v0.108.0 {date="2021-03-15"} ### Features - Add [BigPanda notification support](/flux/v0/stdlib/contrib/rhajek/bigpanda/). @@ -1558,7 +1558,7 @@ representative of the Flux SPEC. - Classify "Option not found error" as internal. - Remove `as_user` parameter from `slack.message` payload. -## v0.107.0 [2021-03-09] +## v0.107.0 {date="2021-03-09"} ### Features - Add new [`experimental.kaufmansAMA()` function](/flux/v0/stdlib/experimental/kaufmansama/) signature. @@ -1574,7 +1574,7 @@ representative of the Flux SPEC. --- -## v0.106.0 [2021-02-22] +## v0.106.0 {date="2021-02-22"} ### Features - Add new [experimental `integral()` function](/flux/v0/stdlib/experimental/integral/) signature. @@ -1587,14 +1587,14 @@ representative of the Flux SPEC. --- -## v0.105.0 [2021-02-03] +## v0.105.0 {date="2021-02-03"} ### Features - Add `interval` package to `window` transformation. --- -## v0.104.0 [2021-02-02] +## v0.104.0 {date="2021-02-02"} ### Features - Reintroduce `IsZero` method on time windows. @@ -1604,7 +1604,7 @@ representative of the Flux SPEC. --- -## v0.103.0 [2021-02-01] +## v0.103.0 {date="2021-02-01"} ### Features - Add `testing/expect` package for test expectations. @@ -1614,7 +1614,7 @@ representative of the Flux SPEC. --- -## v0.102.0 [2021-01-25] +## v0.102.0 {date="2021-01-25"} ### Features - Add `fluxdoc` command to generate JSON and HTML from Flux source code. @@ -1626,7 +1626,7 @@ representative of the Flux SPEC. --- -## v0.101.0 [2021-01-19] +## v0.101.0 {date="2021-01-19"} ### Features - Validate IP addresses from the dialer `Control` function. @@ -1634,7 +1634,7 @@ representative of the Flux SPEC. --- -## v0.100.0 [2021-01-07] +## v0.100.0 {date="2021-01-07"} ### Features - Add ability to execute tests from `.tar` and `.zip` archives. @@ -1644,7 +1644,7 @@ representative of the Flux SPEC. --- -## v0.99.0 [2020-12-14] +## v0.99.0 {date="2020-12-14"} ### Features - Evaluate [dictionary literals](/flux/v0/spec/expressions/#dictionary-literals). @@ -1661,7 +1661,7 @@ representative of the Flux SPEC. --- -## v0.98.0 [2020-12-07] +## v0.98.0 {date="2020-12-07"} ### Features - Transform `testcase` AST into pure flux. @@ -1673,7 +1673,7 @@ representative of the Flux SPEC. --- -## v0.97.0 [2020-12-01] +## v0.97.0 {date="2020-12-01"} ### Features - Add dict package for interacting with dictionaries. @@ -1684,7 +1684,7 @@ representative of the Flux SPEC. --- -## v0.96.0 [2020-11-23] +## v0.96.0 {date="2020-11-23"} ### Features - Create a Dictionary type interface and implementation. @@ -1692,7 +1692,7 @@ representative of the Flux SPEC. --- -## v0.95.0 [2020-11-16] +## v0.95.0 {date="2020-11-16"} ### Features - Use `tabwriter` to vertically align tab stops. @@ -1702,7 +1702,7 @@ representative of the Flux SPEC. --- -## v0.94.0 [2020-11-09] +## v0.94.0 {date="2020-11-09"} ### Features - Add "everything" Rust benchmark. @@ -1713,14 +1713,14 @@ representative of the Flux SPEC. --- -## v0.93.0 [2020-11-02] +## v0.93.0 {date="2020-11-02"} ### Features - Ensure query plan nodes have unique IDs. --- -## v0.92.0 [2020-10-30] +## v0.92.0 {date="2020-10-30"} ### Features - Add `fluxinit` package as an alternative to importing `builtin`. @@ -1735,7 +1735,7 @@ representative of the Flux SPEC. --- -## v0.91.0 [2020-10-26] +## v0.91.0 {date="2020-10-26"} ### Features - Aggregate results for `operator` profiler. @@ -1755,7 +1755,7 @@ representative of the Flux SPEC. --- -## v0.90.0 [2020-10-19] +## v0.90.0 {date="2020-10-19"} ### Features - Add [Sensu package](/flux/v0/stdlib/contrib/sranka/sensu). @@ -1766,7 +1766,7 @@ representative of the Flux SPEC. --- -## v0.89.0 [2020-10-12] +## v0.89.0 {date="2020-10-12"} ### Features - Add support for SAP HANA databases. @@ -1774,7 +1774,7 @@ representative of the Flux SPEC. --- -## v0.88.0 [2020-10-05] +## v0.88.0 {date="2020-10-05"} ### Features - Move functions from `v1` package to `schema` package. @@ -1787,7 +1787,7 @@ representative of the Flux SPEC. --- -## v0.87.1 [2020-10-01] +## v0.87.1 {date="2020-10-01"} ### Bug fixes - Fetch ragel dependency over HTTPS. @@ -1796,7 +1796,7 @@ representative of the Flux SPEC. --- -## v0.87.0 [2020-09-28] +## v0.87.0 {date="2020-09-28"} ### Features - Linear interpolation. @@ -1809,7 +1809,7 @@ representative of the Flux SPEC. --- -## v0.86.0 [2020-09-21] +## v0.86.0 {date="2020-09-21"} ### Features - Add operator profiler. @@ -1823,7 +1823,7 @@ representative of the Flux SPEC. --- -## v0.85.0 [2020-09-14] +## v0.85.0 {date="2020-09-14"} ### Features - Add `Aggregate.window` for an alternative windowing aggregate. @@ -1833,7 +1833,7 @@ representative of the Flux SPEC. --- -## v0.84.0 [2020-09-09] +## v0.84.0 {date="2020-09-09"} ### Breaking changes - Remove time-column parameters from `range()` function and update type signature. @@ -1849,14 +1849,14 @@ representative of the Flux SPEC. --- -## v0.83.1 [2020-09-02] +## v0.83.1 {date="2020-09-02"} ### Bug fixes - Single value integral interpolation. --- -## v0.83.0 [2020-09-01] +## v0.83.0 {date="2020-09-01"} ### Features - Improve window errors. @@ -1875,7 +1875,7 @@ representative of the Flux SPEC. --- -## v0.82.2 [2020-08-25] +## v0.82.2 {date="2020-08-25"} ### Features - Add [`tasks.lastSuccess` function](/flux/v0/stdlib/influxdata/influxdb/tasks/lastsuccess/) @@ -1883,12 +1883,12 @@ representative of the Flux SPEC. --- -## v0.82.1 [2020-08-25] +## v0.82.1 {date="2020-08-25"} - _Internal code cleanup._ --- -## v0.82.0 [2020-08-24] +## v0.82.0 {date="2020-08-24"} ### Features - Add the [`profiler` package](/flux/v0/stdlib/profiler/). @@ -1900,7 +1900,7 @@ representative of the Flux SPEC. --- -## v0.81.0 [2020-08-17] +## v0.81.0 {date="2020-08-17"} ### Features - Delete old parser. @@ -1912,7 +1912,7 @@ representative of the Flux SPEC. --- -## v0.80.0 [2020-08-12] +## v0.80.0 {date="2020-08-12"} ### Features - Add `nulls` parameter to `gen.tables()`. @@ -1923,7 +1923,7 @@ representative of the Flux SPEC. --- -## v0.79.0 [2020-08-11] +## v0.79.0 {date="2020-08-11"} ### Features - Add `array.from()` function to convert Flux values into a table. @@ -1933,7 +1933,7 @@ representative of the Flux SPEC. --- -## v0.78.0 [2020-08-10] +## v0.78.0 {date="2020-08-10"} ### Breaking changes - Removed `correlationKey` parameter from `geo.toRows` and `geo.shapeData`. @@ -1950,14 +1950,14 @@ representative of the Flux SPEC. --- -## v0.77.1 [2020-08-03] +## v0.77.1 {date="2020-08-03"} ### Bug fixes - Write tests and fix issues with `rows.map`. --- -## v0.77.0 [2020-08-03] +## v0.77.0 {date="2020-08-03"} ### Features - Add a faster `map()` function _(user-contributed `/contrib/jsternberg/rows` package)_. @@ -1974,21 +1974,21 @@ representative of the Flux SPEC. --- -## v0.76.1 [2020-07-27] +## v0.76.1 {date="2020-07-27"} ### Bug fixes - Fix data race in metadata. --- -## v0.76.0 [2020-07-27] +## v0.76.0 {date="2020-07-27"} ### Features - Add query plan to query metadata. --- -## v0.75.0 [2020-07-27] +## v0.75.0 {date="2020-07-27"} ### Features - Update `parse_record` to return `MonoType` for consistent results from functions @@ -2006,7 +2006,7 @@ representative of the Flux SPEC. --- -## v0.74.0 [2020-07-21] +## v0.74.0 {date="2020-07-21"} ### Features - Add `discord.endpoint()` function. @@ -2023,7 +2023,7 @@ representative of the Flux SPEC. --- -## v0.73.0 [2020-07-13] +## v0.73.0 {date="2020-07-13"} ### Features - Add parameter for applying substitution to top-level environment. @@ -2035,14 +2035,14 @@ representative of the Flux SPEC. --- -## v0.72.1 [2020-07-09] +## v0.72.1 {date="2020-07-09"} ### Bug fixes - Correctly classify "duplicate yield" error. --- -## v0.72.0 [2020-07-09] +## v0.72.0 {date="2020-07-09"} ### Features - Update `from()` to use `Timeable`. @@ -2059,14 +2059,14 @@ representative of the Flux SPEC. --- -## v0.71.1 [2020-07-03] +## v0.71.1 {date="2020-07-03"} ### Bug fixes - Add a check to ensure `every` is non-negative. --- -## v0.71.0 [2020-06-30] +## v0.71.0 {date="2020-06-30"} ### Features - Apply `Timeable` constraint to integer type to support integer values in @@ -2076,7 +2076,7 @@ representative of the Flux SPEC. --- -## v0.70.0 [2020-06-29] +## v0.70.0 {date="2020-06-29"} ### Features - Update all `date` functions to accept time and duration types. - Add [Microsoft Teams package](/flux/v0/stdlib/contrib/sranka/teams/). @@ -2098,21 +2098,21 @@ representative of the Flux SPEC. --- -## v0.69.2 [2020-06-10] +## v0.69.2 {date="2020-06-10"} ### Bug fixes - Include a hash of sources for `libflux`. --- -## v0.69.1 [2020-06-09] +## v0.69.1 {date="2020-06-09"} ### Bug fixes - Fix experimental `json.parse()` test. --- -## v0.69.0 [2020-06-08] +## v0.69.0 {date="2020-06-08"} ### Features - Add [Discord package](/flux/v0/stdlib/contrib/chobbs/discord/) @@ -2124,7 +2124,7 @@ representative of the Flux SPEC. --- -## v0.68.0 [2020-05-28] +## v0.68.0 {date="2020-05-28"} This version of Flux introduces an updated type inference system that improves performance, error messaging, and usability of the [Flux Language Server Protocol (LSP)](https://github.com/influxdata/flux-lsp). @@ -2239,7 +2239,7 @@ performance, error messaging, and usability of the --- -## v0.67.0 [2020-04-28] +## v0.67.0 {date="2020-04-28"} ### Features - Planner Pattern interface supplies a set of ProcedureKind as root. @@ -2255,14 +2255,14 @@ performance, error messaging, and usability of the --- -## v0.66.1 [2020-04-14] +## v0.66.1 {date="2020-04-14"} ### Bug fixes - Add bounds to `alignTime()` tests. --- -## v0.66.0 [2020-04-13] +## v0.66.0 {date="2020-04-13"} ### Features - Add [`epsilon` parameter](/flux/v0/stdlib/testing/diff/#epsilon) to `testing.diff()`. @@ -2279,7 +2279,7 @@ performance, error messaging, and usability of the --- -## v0.65.0 [2020-03-27] +## v0.65.0 {date="2020-03-27"} ### Features - Add [`experimental.join()`](/flux/v0/stdlib/experimental/join/) function. @@ -2295,7 +2295,7 @@ performance, error messaging, and usability of the --- -## v0.64.0 [2020-03-11] +## v0.64.0 {date="2020-03-11"} ### Features - Hand-transpile `elapsed()` aggregate. @@ -2311,7 +2311,7 @@ performance, error messaging, and usability of the --- -## v0.63.0 [2020-03-03] +## v0.63.0 {date="2020-03-03"} ### Features - Experimental `geo` package. @@ -2319,7 +2319,7 @@ performance, error messaging, and usability of the --- -## v0.62.0 [2020-02-28] +## v0.62.0 {date="2020-02-28"} ### Features - InfluxQL decode and series aggregation tests. @@ -2330,7 +2330,7 @@ performance, error messaging, and usability of the --- -## v0.61.0 [2020-02-21] +## v0.61.0 {date="2020-02-21"} ### Features - Add experimental aggregate package with `rate()` function. @@ -2341,7 +2341,7 @@ performance, error messaging, and usability of the --- -## v0.60.0 [2020-02-19] +## v0.60.0 {date="2020-02-19"} ### Features - Add experimental `query` package. @@ -2369,21 +2369,21 @@ performance, error messaging, and usability of the --- -## v0.59.6 [2020-02-13] +## v0.59.6 {date="2020-02-13"} ### Bug fixes - `derivative()` works properly across multiple buffers. --- -## v0.59.5 [2020-01-24] +## v0.59.5 {date="2020-01-24"} ### Bug fixes - Revert window optimizations to fix regression in output row sorting. --- -## v0.59.4 [2020-01-21] +## v0.59.4 {date="2020-01-21"} ### Bug fixes - Remove `tags` line from local tags. @@ -2391,21 +2391,21 @@ performance, error messaging, and usability of the --- -## v0.59.3 [2020-01-16] +## v0.59.3 {date="2020-01-16"} ### Bug fixes - Link both `libflux` and `libstd` for flux-config. --- -## v0.59.2 [2020-01-16] +## v0.59.2 {date="2020-01-16"} ### Bug fixes - Link `libstd` into the lib directory instead of `libflux`. --- -## v0.59.1 [2020-01-16] +## v0.59.1 {date="2020-01-16"} ### Bug fixes - Flux-config correctly copies `stdlib` when using a module. @@ -2413,7 +2413,7 @@ performance, error messaging, and usability of the --- -## v0.59.0 [2020-01-14] +## v0.59.0 {date="2020-01-14"} ### Features - Add Go/Rust API for getting semantic graph. @@ -2430,35 +2430,35 @@ performance, error messaging, and usability of the --- -## v0.58.4 [2020-01-07] +## v0.58.4 {date="2020-01-07"} ### Bug fixes - Skip stdlib symlink was removed erroneously. --- -## v0.58.3 [2020-01-07] +## v0.58.3 {date="2020-01-07"} ### Bug fixes - Ensure stdlib directory is created. --- -## v0.58.2 [2020-01-07] +## v0.58.2 {date="2020-01-07"} ### Bug fixes - Correctly skip the stdlib symlink in libflux. --- -## v0.58.1 [2020-01-07] +## v0.58.1 {date="2020-01-07"} ### Bug fixes - Ensure that stdlib is present when building with flux-config. --- -## v0.58.0 [2020-01-06] +## v0.58.0 {date="2020-01-06"} ### Features - Serialize semantic graph flatbuffers. @@ -2486,7 +2486,7 @@ performance, error messaging, and usability of the --- -## v0.57.0 [2019-12-10] +## v0.57.0 {date="2019-12-10"} ### Features - Categorize more Flux errors with codes. @@ -2503,7 +2503,7 @@ performance, error messaging, and usability of the --- -## v0.56.0 [2019-12-05] +## v0.56.0 {date="2019-12-05"} ### Features - Crate for typing Flux standard library. @@ -2521,14 +2521,14 @@ performance, error messaging, and usability of the --- -## v0.55.1 [2019-12-02] +## v0.55.1 {date="2019-12-02"} ### Bug fixes - Fix e2e usage test so that their queries are properly pushed down. --- -## v0.55.0 [2019-12-02] +## v0.55.0 {date="2019-12-02"} ### Breaking changes - Expand the interface for `BufferedTable`. @@ -2558,7 +2558,7 @@ performance, error messaging, and usability of the --- -## v0.54.0 [2019-11-11] +## v0.54.0 {date="2019-11-11"} ### Features - Expose function to analyze from string. @@ -2577,7 +2577,7 @@ performance, error messaging, and usability of the --- -## v0.53.0 [2019-11-05] +## v0.53.0 {date="2019-11-05"} ### Breaking changes - Interpret months as part of the semantic duration. @@ -2599,7 +2599,7 @@ performance, error messaging, and usability of the --- -## v0.52.0 [2019-10-30] +## v0.52.0 {date="2019-10-30"} ### Features - `Visitor` uses `Rc` for nodes. @@ -2610,7 +2610,7 @@ performance, error messaging, and usability of the --- -## v0.51.0 [2019-10-24] +## v0.51.0 {date="2019-10-24"} ### Breaking changes - Update the Flux SPEC to remove duration addition and subtraction. @@ -2635,14 +2635,14 @@ performance, error messaging, and usability of the --- -## v0.50.2 [2019-10-24] +## v0.50.2 {date="2019-10-24"} ### Bug fixes - Make `keep()` and `drop()` throw an error if merging tables with different schemas. --- -## v0.50.1 [2019-10-24] +## v0.50.1 {date="2019-10-24"} ### Bug fixes - Add annotated errors to the execute package where it affects normal usage. @@ -2650,7 +2650,7 @@ performance, error messaging, and usability of the --- -## v0.50.0 [2019-10-11] +## v0.50.0 {date="2019-10-11"} ### Features - Add `experimental/prometheus` package. @@ -2672,7 +2672,7 @@ performance, error messaging, and usability of the --- -## v0.49.0 [2019-09-24] +## v0.49.0 {date="2019-09-24"} ### Features - Optimize `filter()` to pass through tables when possible. @@ -2687,7 +2687,7 @@ performance, error messaging, and usability of the --- -## v0.48.0 [2019-09-20] +## v0.48.0 {date="2019-09-20"} ### Breaking changes - Convert the Flux memory allocator into an arrow allocator. @@ -2703,14 +2703,14 @@ performance, error messaging, and usability of the --- -## v0.47.1 [2019-09-18] +## v0.47.1 {date="2019-09-18"} ### Bug fixes - Pass dependencies to WalkIR --- -## v0.47.0 [2019-09-13] +## v0.47.0 {date="2019-09-13"} ### Bug fixes - Introduce ParenExpression. @@ -2720,7 +2720,7 @@ performance, error messaging, and usability of the --- -## v0.46.2 [2019-09-12] +## v0.46.2 {date="2019-09-12"} ### Bug fixes - Make `to` use URL validator. @@ -2728,7 +2728,7 @@ performance, error messaging, and usability of the --- -## v0.46.1 [2019-09-11] +## v0.46.1 {date="2019-09-11"} ### Bug fixes - Add a filesystem service. @@ -2736,7 +2736,7 @@ performance, error messaging, and usability of the --- -## v0.46.0 [2019-09-10] +## v0.46.0 {date="2019-09-10"} ### Features - Replace EnvironmentSecretService with EmptySecret…. @@ -2748,7 +2748,7 @@ performance, error messaging, and usability of the --- -## v0.45.2 [2019-09-10] +## v0.45.2 {date="2019-09-10"} ### Bug fixes - Push the tag before running goreleaser. @@ -2756,14 +2756,14 @@ performance, error messaging, and usability of the --- -## v0.45.1 [2019-09-09] +## v0.45.1 {date="2019-09-09"} ### Bug fixes - Ensure `http.post` respects the context. --- -## v0.45.0 [2019-09-06] +## v0.45.0 {date="2019-09-06"} ### Features - Added Google Bigtable `from()`. @@ -2776,7 +2776,7 @@ performance, error messaging, and usability of the --- -## v0.44.0 [2019-09-05] +## v0.44.0 {date="2019-09-05"} ### Features - Add `http.basicAuth` function. @@ -2787,14 +2787,14 @@ performance, error messaging, and usability of the --- -## v0.43.0 [2019-09-04] +## v0.43.0 {date="2019-09-04"} ### Features - PagerDuty endpoint for alerts and notifications. --- -## v0.42.0 [2019-08-30] +## v0.42.0 {date="2019-08-30"} ### Features - Add `stateChanges` function. @@ -2808,7 +2808,7 @@ performance, error messaging, and usability of the --- -## v0.41.0 [2019-08-26] +## v0.41.0 {date="2019-08-26"} ### Features - Add ability to validate URLs before making `http.post` requests. @@ -2829,21 +2829,21 @@ performance, error messaging, and usability of the --- -## v0.40.2 [2019-08-22] +## v0.40.2 {date="2019-08-22"} ### Bug fixes - Resolved `holtWinters()` panic. --- -## v0.40.1 [2019-08-21] +## v0.40.1 {date="2019-08-21"} ### Bug fixes - Use non-pointer receiver for `interpreter.function`. --- -## v0.40.0 [2019-08-20] +## v0.40.0 {date="2019-08-20"} ### Breaking changes - Update compiler package to use true scope. @@ -2874,7 +2874,7 @@ performance, error messaging, and usability of the --- -## v0.39.0 [2019-08-13] +## v0.39.0 {date="2019-08-13"} {{% warn %}} In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. @@ -2903,7 +2903,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.38.0 [2019-08-06] +## v0.38.0 {date="2019-08-06"} ### Features - Update selectors to operate on time columns. @@ -2927,13 +2927,13 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.37.2 [2019-07-24] +## v0.37.2 {date="2019-07-24"} - _General cleanup of internal code._ --- -## v0.37.1 [2019-07-23] +## v0.37.1 {date="2019-07-23"} ### Bug fixes - Fixed InfluxDB test errors. @@ -2941,7 +2941,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.37.0 [2019-07-22] +## v0.37.0 {date="2019-07-22"} ### Features - Add PromQL to Flux transpiler and Flux helper functions. @@ -2958,7 +2958,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.36.2 [2019-07-12] +## v0.36.2 {date="2019-07-12"} ### Bug fixes - Add helper methods for comparing entire result sets. @@ -2966,7 +2966,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.36.1 [2019-07-10] +## v0.36.1 {date="2019-07-10"} ### Bug fixes - Add `range` call to some end-to-end tests. @@ -2974,7 +2974,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.36.0 [2019-07-09] +## v0.36.0 {date="2019-07-09"} ### Features - Updated `movingAverage()` and added `timedMovingAverage`. @@ -2999,14 +2999,14 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.35.1 [2019-07-03] +## v0.35.1 {date="2019-07-03"} ### Bug fixes - Re-add `mergeKey` parameter to `map()` in deprecated state. --- -## v0.35.0 [2019-07-02] +## v0.35.0 {date="2019-07-02"} ### Breaking changes - Remove `mergeKey` parameter from the `map()` function. @@ -3022,14 +3022,14 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.34.2 [2019-06-27] +## v0.34.2 {date="2019-06-27"} ### Bug fixes - Parse float types with PostgreSQL. --- -## v0.34.1 [2019-06-26] +## v0.34.1 {date="2019-06-26"} ### Features - Add custom PostgreSQL type support. @@ -3043,21 +3043,21 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.33.2 [2019-06-25] +## v0.33.2 {date="2019-06-25"} ### Bug fixes - Use `strings.Replace` instead of `strings.ReplaceAll` for compatibility. --- -## v0.33.1 [2019-06-20] +## v0.33.1 {date="2019-06-20"} ### Bug fixes - Copy table will report if it is empty correctly. --- -## v0.33.0 [2019-06-18] +## v0.33.0 {date="2019-06-18"} ### Breaking changes - Implement nulls in the compiler runtime. @@ -3080,14 +3080,14 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.32.1 [2019-06-10] +## v0.32.1 {date="2019-06-10"} ### Bug fixes - Identify memory limit exceeded errors in dispatcher. --- -## v0.32.0 [2019-06-05] +## v0.32.0 {date="2019-06-05"} ### Breaking changes - Remove the control package. @@ -3098,14 +3098,14 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.31.1 [2019-05-29] +## v0.31.1 {date="2019-05-29"} ### Bug fixes - Do not call done after calling the function. --- -## v0.31.0 [2019-05-28] +## v0.31.0 {date="2019-05-28"} ### Breaking changes - Copy the table when a table is used multiple times. @@ -3118,14 +3118,14 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.30.0 [2019-05-16] +## v0.30.0 {date="2019-05-16"} ### Features - Support for dynamic queries. --- -## v0.29.0 [2019-05-15] +## v0.29.0 {date="2019-05-15"} ### Breaking changes - Make `on` a required parameter to `join()`. @@ -3150,7 +3150,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.28.3 [2019-05-01] +## v0.28.3 {date="2019-05-01"} ### Bug fixes @@ -3159,21 +3159,21 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.28.2 [2019-04-26] +## v0.28.2 {date="2019-04-26"} ### Bug fixes - Preallocate data when constructing a new string array. --- -## v0.28.1 [2019-04-25] +## v0.28.1 {date="2019-04-25"} ### Bug fixes - Make executor respect memory limit from caller. --- -## v0.28.0 [2019-04-24] +## v0.28.0 {date="2019-04-24"} ### Features - Allow choosing sample/population mode in `stddev()`. @@ -3184,7 +3184,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.27.0 [2019-04-22] +## v0.27.0 {date="2019-04-22"} ### Features - Add `trimSuffix` and `trimPrefix` functions to the strings package. @@ -3198,7 +3198,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.26.0 [2019-04-18] +## v0.26.0 {date="2019-04-18"} ### Breaking changes - Aggregates now accept only a `column` parameter. `columns` not used. @@ -3227,7 +3227,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.25.0 [2019-04-08] +## v0.25.0 {date="2019-04-08"} ### Breaking changes - Fix logical operators (`and`, `or`) precedence. @@ -3238,7 +3238,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.24.0 [2019-04-01] +## v0.24.0 {date="2019-04-01"} ### Breaking changes - Rename `percentile()` function to `quantile()`. @@ -3249,7 +3249,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.23.0 [2019-03-26] +## v0.23.0 {date="2019-03-26"} ### Breaking changes - Remove unused statistics from the struct. @@ -3267,7 +3267,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.22.0 [2019-03-18] +## v0.22.0 {date="2019-03-18"} ### Features - Added a math package and ported all 64 bit go math library functions. @@ -3277,7 +3277,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.21.4 [2019-03-06] +## v0.21.4 {date="2019-03-06"} ### Bug fixes - Test union.flux correctly uses sort. @@ -3287,7 +3287,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.21.3 [2019-03-05] +## v0.21.3 {date="2019-03-05"} ### Bug fixes - Fix test to pass in InfluxDB. @@ -3298,14 +3298,14 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.21.2 [2019-03-01] +## v0.21.2 {date="2019-03-01"} ### Bug fixes - Add AST compiler to mappings. --- -## v0.21.1 [2019-03-01] +## v0.21.1 {date="2019-03-01"} ### Bug fixes - Make ASTCompiler marshalable. @@ -3314,7 +3314,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.21.0 [2019-02-25] +## v0.21.0 {date="2019-02-25"} ### Breaking changes - Support attaching arbitrary query metadata from the executor. @@ -3328,7 +3328,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.20.0 [2019-02-20] +## v0.20.0 {date="2019-02-20"} ### Features - AST match. @@ -3341,7 +3341,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.19.0 [2019-02-11] +## v0.19.0 {date="2019-02-11"} ### Breaking changes - Make `window()` parameters match SPEC. @@ -3356,7 +3356,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.18.0 [2019-02-07] +## v0.18.0 {date="2019-02-07"} ### Features - Add strings package with functions to trim/change string case. @@ -3376,7 +3376,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.17.0 [2019-01-22] +## v0.17.0 {date="2019-01-22"} ### Features - Checks for option dependencies. @@ -3396,14 +3396,14 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.16.1 [2019-01-17] +## v0.16.1 {date="2019-01-17"} ### Bug fixes - Copy packages for importer copy. --- -## v0.16.0 [2019-01-17] +## v0.16.0 {date="2019-01-17"} ### Features - Adds various v1 meta queries helper functions @@ -3418,7 +3418,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.15.0 [2019-01-16] +## v0.15.0 {date="2019-01-16"} ### Features - Add rule to remove filter true nodes. @@ -3429,7 +3429,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.14.0 [2019-01-14] +## v0.14.0 {date="2019-01-14"} ### Breaking changes - Implement and require builtin statements. @@ -3464,7 +3464,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.13.0 [2019-01-07] +## v0.13.0 {date="2019-01-07"} ### Breaking changes - Add File and Package nodes to the AST. @@ -3483,7 +3483,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.12.0 [2019-01-02] +## v0.12.0 {date="2019-01-02"} ### Features - Slice utils. @@ -3498,7 +3498,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.11.0 [2018-12-18] +## v0.11.0 {date="2018-12-18"} ### Features - Add utility methods for converting a slice into an arrow array buffer. @@ -3509,7 +3509,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.10.0 [2018-12-17] +## v0.10.0 {date="2018-12-17"} ### Breaking changes - Change "label" to "column" for state tracking functions. @@ -3526,7 +3526,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.9.0 [2018-12-11] +## v0.9.0 {date="2018-12-11"} ### Features - Option Editor. @@ -3536,7 +3536,7 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.8.0 [2018-12-11] +## v0.8.0 {date="2018-12-11"} ### Features - Rule to chain group operations. @@ -3564,14 +3564,14 @@ In Flux 0.39.0, `holtWinters()` can cause the query engine to panic. --- -## v0.7.4 (2018-12-04) +## v0.7.4 {date="2018-12-04"} ### Bug Fixes - Add missing comparison operators. --- -## v0.7.3 (2018-12-04) +## v0.7.3 {date="2018-12-04"} ### Bug Fixes - Fix the ident statement to use expression suffix. \ No newline at end of file diff --git a/content/influxdb/cloud/reference/release-notes/cloud-updates.md b/content/influxdb/cloud/reference/release-notes/cloud-updates.md index 382cfc10f..1e2c7cdae 100644 --- a/content/influxdb/cloud/reference/release-notes/cloud-updates.md +++ b/content/influxdb/cloud/reference/release-notes/cloud-updates.md @@ -339,7 +339,7 @@ Install and customize any [InfluxDB community template](https://github.com/influ ## Features - **InfluxDB OSS 2.0 alpha-17** – - _See the [alpha-17 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha17-2019-08-14) for details._ + _See the [alpha-17 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha17) for details._ - Alerts and Notifications to Slack (Free Plan), PagerDuty and HTTP (Usage-based Plan). - Rate limiting on cardinality for Free Plan. - Billing notifications. @@ -351,7 +351,7 @@ Install and customize any [InfluxDB community template](https://github.com/influ ### Features - **InfluxDB OSS 2.0 alpha-15** – - _See the [alpha-9 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha15-2019-07-11) for details._ + _See the [alpha-9 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha15) for details._ - Usage-based Plan. - Adjusted Free Plan rate limits. - Timezone selection in the user interface. @@ -378,7 +378,7 @@ Install and customize any [InfluxDB community template](https://github.com/influ ### Features - **InfluxDB OSS 2.0 alpha-9** – - _See the [alpha-9 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha9-2019-05-01) for details._ + _See the [alpha-9 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha9) for details._ ### Bug fixes @@ -395,7 +395,7 @@ Install and customize any [InfluxDB community template](https://github.com/influ ### Features - **InfluxDB OSS 2.0 alpha-7** – - _See the [alpha-7 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha7-2019-03-28) for details._ + _See the [alpha-7 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha7) for details._ ### Bug fixes diff --git a/content/influxdb/v1/about_the_project/release-notes.md b/content/influxdb/v1/about_the_project/release-notes.md index 4752100b7..9d7db0226 100644 --- a/content/influxdb/v1/about_the_project/release-notes.md +++ b/content/influxdb/v1/about_the_project/release-notes.md @@ -11,7 +11,7 @@ aliases: v2: /influxdb/v2/reference/release-notes/influxdb/ --- -## v1.8.10 [2021-10-11] +## v1.8.10 {date="2021-10-11"} ### Bug fixes @@ -23,7 +23,7 @@ v2: /influxdb/v2/reference/release-notes/influxdb/ - Improve error message when returning empty snapshots. - Fix temporary file deletion on Windows. -## v1.8.9 [2021-08-05] +## v1.8.9 {date="2021-08-05"} ### Bug fixes @@ -33,11 +33,11 @@ v2: /influxdb/v2/reference/release-notes/influxdb/ - Handle https in systemd wrapper, and prevent it from looping forever. - Log error instead of panic when restoring a backup to InfluxDB Enterprise cluster using InfluxDB OSS. -## v1.8.8 [unreleased] +## v1.8.8 {date="unreleased"} Due to encountering several issues with build dependencies in v.1.8.8, this version will not be released. -## v1.8.7 [2021-07-21] +## v1.8.7 {date="2021-07-21"} ### Bug fixes @@ -46,11 +46,11 @@ Due to encountering several issues with build dependencies in v.1.8.8, this vers - Systemd unit now blocks on startup until HTTP endpoint is ready. - Updated protobuf libraries to current version. -## v1.8.6 [2021-05-21] +## v1.8.6 {date="2021-05-21"} -This release is for InfluxDB Enterprise 1.8.6 customers only. No OSS-specific changes were made for InfluxDB 1.8.6--updates were made to the code base to support [InfluxDB Enterprise 1.8.6](/enterprise_influxdb/v1/about-the-project/release-notes/#v186-2021-05-21). +This release is for InfluxDB Enterprise 1.8.6 customers only. No OSS-specific changes were made for InfluxDB 1.8.6--updates were made to the code base to support [InfluxDB Enterprise 1.8.6](/enterprise_influxdb/v1/about-the-project/release-notes/#v186). -## v1.8.5 [2021-04-20] +## v1.8.5 {date="2021-04-20"} ### Features @@ -73,7 +73,7 @@ This release is for InfluxDB Enterprise 1.8.6 customers only. No OSS-specific ch - Minimize lock contention when adding new fields or measurements. - Resolve a bug causing excess resource usage when an error occurs while reporting an earlier error. -## v1.8.4 [2021-02-01] +## v1.8.4 {date="2021-02-01"} ### Features - Add `stat_total_allocated` to Flux logging. @@ -89,7 +89,7 @@ This release is for InfluxDB Enterprise 1.8.6 customers only. No OSS-specific ch Now, these durations are logged correctly. -## v1.8.3 [2020-09-30] +## v1.8.3 {date="2020-09-30"} ### Features @@ -104,15 +104,18 @@ This release is for InfluxDB Enterprise 1.8.6 customers only. No OSS-specific ch - Multi-measurement queries now return all applicable series. - Lock map before writes. -## v1.8.2 [2020-08-13] +## v1.8.2 {date="2020-08-13"} ### Bug fixes - Revert configuration change to `DefaultSeriesIDSetCacheSize` that caused some environments to experience increased memory usage. -## v1.8.1 [2020-07-14] +## v1.8.1 {date="2020-07-14"} -{{% warn %}} Bug that potentially increased memory usage was introduced in 1.8.1. **If you installed this release**, install [v1.8.2](#v1-8-2-2020-08-13), which includes the features, performance improvements, and bug fixes below. +{{% warn %}} +InfluxDB 1.8.1 introduced a bug that could potentially increase memory usage. +**If you installed this release**, install [v1.8.2](#v182), which includes the +features, performance improvements, and bug fixes below. {{% /warn %}} ### Features @@ -133,7 +136,7 @@ This release is for InfluxDB Enterprise 1.8.6 customers only. No OSS-specific ch - Improve error handling when creating snapshots. - Remove all Go 1.12 references from build. -## v1.8.0 [2020-4-13] +## v1.8.0 {date="2020-04-13"} ### Features @@ -192,7 +195,7 @@ while readying your implementation for a move to InfluxDB 2.0 Cloud when you're - Fix a SIGSEGV when accessing `tsi` active log. - Verify precision in write requests. -## v1.7.10 [2020-02-07] +## v1.7.10 {date="2020-02-07"} ### Bug fixes - Fix failing corrupt data file renaming process. @@ -204,7 +207,7 @@ while readying your implementation for a move to InfluxDB 2.0 Cloud when you're Ensure all block data is returned. - During compactions, skip TSM files with block read errors from previous compactions. -## v1.7.9 [2019-10-27] +## v1.7.9 {date="2019-10-27"} - This release is built using Go 1.12.10 which eliminates the [HTTP desync vulnerability](https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn). @@ -221,7 +224,7 @@ while readying your implementation for a move to InfluxDB 2.0 Cloud when you're - Remove Godeps file. - Update Flux version to v0.50.2. -## v1.7.8 [2019-08-20] +## v1.7.8 {date="2019-08-20"} {{% warn %}} InfluxDB now rejects all non-UTF-8 characters. @@ -242,7 +245,7 @@ database names, measurement names, tag sets, and field sets. ### Features - Update Flux version to v0.36.2 -## 1.7.7 [2019-06-26] +## 1.7.7 {date="2019-06-26"} ### Known issues @@ -258,7 +261,7 @@ database names, measurement names, tag sets, and field sets. - Sync series segment after truncate. - Fix the ordering for selectors within a subquery with different outer tags. -## 1.7.6 [2019-04-16] +## 1.7.6 {date="2019-04-16"} {{% warn %}} If your InfluxDB OSS server is using the default in-memory index (`[data].index-version = "inmem"`), @@ -285,7 +288,7 @@ this release includes the fix for InfluxDB 1.7.5 servers that stopped responding - Fix panic in Prometheus read API. - Add a version constraint for influxql. -## 1.7.5 [2019-03-26] +## 1.7.5 {date="2019-03-26"} {{% warn %}} **Update (2019-04-01):** If your InfluxDB OSS server is using the default in-memory index (`[data].index-version = "inmem"`), then do not upgrade to this release. Customers have reported that InfluxDB 1.7.5 stops responding without warning. For details, see [GitHub issue #13010](https://github.com/influxdata/influxdb/issues/13010). The [planned fix](https://github.com/influxdata/influxdb/issues/13053) will be available soon. @@ -296,7 +299,7 @@ this release includes the fix for InfluxDB 1.7.5 servers that stopped responding - Update `tagKeyValue` mutex to write lock. - Fix some more shard epoch races. -## 1.7.4 [2019-02-13] +## 1.7.4 {date="2019-02-13"} ### Features @@ -310,9 +313,9 @@ this release includes the fix for InfluxDB 1.7.5 servers that stopped responding - Convert `TagValueSeriesIDCache` to use string fields. - Ensure that cached series id sets are Go heap backed. -## 1.7.3 [2019-01-11] +## 1.7.3 {date="2019-01-11"} -### Important update [2019-02-13] +### Important update {date="2019-02-13"} If you have not installed this release, then install the 1.7.4 release. @@ -339,7 +342,7 @@ If you have not installed this release, then install the 1.7.4 release. * Add support for optionally logging Flux queries. * Fix cardinality estimation error. -## 1.7.2 [2018-12-11] +## 1.7.2 {date="2018-12-11"} ### Bug fixes @@ -362,13 +365,13 @@ If you have not installed this release, then install the 1.7.4 release. * Query authorizer was not properly passed to subqueries so rejections did not happen when a subquery was the one reading the value. Max series limit was not propagated downward. -## 1.7.1 [2018-11-14] +## 1.7.1 {date="2018-11-14"} ### Bug fixes * Simple8B `EncodeAll` incorrectly encodes entries: For a run of `1s`, if the 120th or 240th entry is not a `1`, the run will be incorrectly encoded as selector `0` (`240 1s`) or selector `1` (`120 1s`), resulting in a loss of data for the 120th or 240th value. Manifests itself as consuming significant CPU resources and as compactions running indefinitely. -## 1.7.0 [2018-11-06] +## 1.7.0 {date="2018-11-06"} ### Breaking changes @@ -412,7 +415,7 @@ Support for the Flux language and queries has been added in this release. To beg * Fix subquery functionality when a function references a tag from the subquery. * Strip tags from a subquery when the outer query does not group by that tag. -## 1.6.6 [2019-02-28] +## 1.6.6 {date="2019-02-28"} ### Bug fixes @@ -420,7 +423,7 @@ Support for the Flux language and queries has been added in this release. To beg * Fix cardinality estimation error. * Update `tagKeyValue` mutex to write lock. -## 1.6.5 [2019-01-10] +## 1.6.5 {date="2019-01-10"} ### Features @@ -434,7 +437,7 @@ Support for the Flux language and queries has been added in this release. To beg * Limit database and retention policy names to 255 characters. * Update Go runtime to 1.10.6. -## 1.6.4 [2018-10-16] +## 1.6.4 {date="2018-10-16"} ### Features @@ -453,7 +456,7 @@ Support for the Flux language and queries has been added in this release. To beg * Do not panic when a series ID iterator is nil. * Fix append of possible nil iterator. -## 1.6.3 [2018-09-14] +## 1.6.3 {date="2018-09-14"} ### Features @@ -474,7 +477,7 @@ functionality. The query compiler has been updated with an additional attribute will need to be read so that the shard mapper can include extra times that it may not necessarily read from, but may be queried because of the above described functionality. -## 1.6.2 [2018-08-27] +## 1.6.2 {date="2018-08-27"} ### Features @@ -484,7 +487,7 @@ but may be queried because of the above described functionality. * Ensure orphaned series cleaned up with shard drop. -## 1.6.1 [2018-08-03] +## 1.6.1 {date="2018-08-03"} ### Features @@ -506,7 +509,7 @@ but may be queried because of the above described functionality. * Allow tag keys to contain underscores. * Fix a panic when matching on a specific type of regular expression. -## 1.6.0 [2018-07-05] +## 1.6.0 {date="2018-07-05"} ### Breaking changes @@ -556,7 +559,7 @@ using the Prometheus measurement name as the `__name__` label. * Return the correct auxiliary values for `top` and `bottom`. * Close TSMReaders from `FileStore.Close` after releasing FileStore mutex. -## 1.5.5 [2018-12-19] +## 1.5.5 {date="2018-12-19"} ### Features @@ -573,7 +576,7 @@ using the Prometheus measurement name as the `__name__` label. * Pass the query authorizer to subqueries. * Fix TSM1 panic on reader error. -## 1.5.4 [2018-06-21] +## 1.5.4 {date="2018-06-21"} ### Features @@ -584,7 +587,7 @@ using the Prometheus measurement name as the `__name__` label. * Fix panic in readTombstoneV4. * buildtsi: Do not escape measurement names. -## 1.5.3 [2018-05-25] +## 1.5.3 {date="2018-05-25"} ### Features @@ -595,7 +598,7 @@ using the Prometheus measurement name as the `__name__` label. * Fix the validation for multiple nested `DISTINCT` calls. * Return the correct auxiliary values for `TOP` and `BOTTOM`. -## 1.5.2 [2018-04-12] +## 1.5.2 {date="2018-04-12"} ### Features @@ -611,7 +614,7 @@ using the Prometheus measurement name as the `__name__` label. * Fix `buildtsi` partition key. * Ensure that conditions are encoded correctly even if the AST is not properly formed. -## 1.5.1 [2018-03-20] +## 1.5.1 {date="2018-03-20"} ### Bug fixes @@ -621,7 +624,7 @@ using the Prometheus measurement name as the `__name__` label. - Fix panic when checking fieldsets. - Fix data race in WAL. -## 1.5.0 [2018-03-06] +## 1.5.0 {date="2018-03-06"} ### Breaking changes @@ -658,7 +661,7 @@ The default logging format has been changed. See [Logging and tracing in InfluxD - Fix missing sorting of blocks by time when compacting. - WAL: update `lastWriteTime` behavior -## 1.4.3 [unreleased] +## 1.4.3 {date="unreleased"} ### Configuration Changes @@ -670,7 +673,7 @@ The default logging format has been changed. See [Logging and tracing in InfluxD - Fix higher disk I/O utilization -## 1.4.2 [2017-11-15] +## 1.4.2 {date="2017-11-15"} Refer to the 1.4.0 breaking changes section if `influxd` fails to start with an `incompatible tsi1 index MANIFEST` error. @@ -678,13 +681,13 @@ Refer to the 1.4.0 breaking changes section if `influxd` fails to start with an - Fix `panic: runtime error: slice bounds out of range` when running `dep init` -## 1.4.1 [2017-11-13] +## 1.4.1 {date="2017-11-13"} ### Bug fixes - Fix descending cursors and range queries via IFQL RPC API. -## 1.4.0 [2017-11-13] +## 1.4.0 {date="2017-11-13"} ### TSI Index This feature remains experimental in this release. @@ -810,7 +813,7 @@ will find the shards refuse to open and will most likely see the following error - Handle utf16 files when reading the configuration file. - Fix `panic: runtime error: slice bounds out of range`. -## 1.3.7 [2017-10-26] +## 1.3.7 {date="2017-10-26"} ### Release Notes Bug fix identified via Community and InfluxCloud. The build artifacts are now consistent with v1.3.5. @@ -826,7 +829,7 @@ Bug fix identified via Community and InfluxCloud. The build artifacts are now co - Return `query.ErrQueryInterrupted` for a successful read on `InterruptCh`. - Copy returned bytes from TSI meta functions. -## v1.3.6 [2017-09-28] +## v1.3.6 {date="2017-09-28"} ### Release Notes Bug fix identified via Community and InfluxCloud. @@ -846,7 +849,7 @@ Bug fix identified via Community and InfluxCloud. - Fix race condition accessing `seriesByID` map. - Fix deadlock when calling `SeriesIDsAllOrByExpr`. -## v1.3.5 [2017-08-29] +## v1.3.5 {date="2017-08-29"} ### Release Notes Bug fix identified via Community and InfluxCloud. @@ -855,7 +858,7 @@ Bug fix identified via Community and InfluxCloud. - Fix race condition accessing `seriesByID` map. - Fix deadlock when calling `SeriesIDsAllOrByExpr`. -## v1.3.4 [2017-08-23] +## v1.3.4 {date="2017-08-23"} ### Release Notes Bug fix identified via Community and InfluxCloud. @@ -871,7 +874,7 @@ Bug fix identified via Community and InfluxCloud. - Ensure inputs are closed on error. Add runtime GC finalizer as additional guard to close iterators. - Fix leaking tmp file when large compaction aborted. -## v1.3.3 [2017-08-10] +## v1.3.3 {date="2017-08-10"} ### Release Notes Bug fix identified via Community and InfluxCloud. @@ -880,7 +883,7 @@ Bug fix identified via Community and InfluxCloud. - Resolves a memory leak when NewReaderIterator creates a nilFloatIterator, the reader is not closed. -## v1.3.2 [2017-08-04] +## v1.3.2 {date="2017-08-04"} ### Release Notes Minor bug fixes were identified via Community and InfluxCloud. @@ -891,7 +894,7 @@ Minor bug fixes were identified via Community and InfluxCloud. - Prevent excessive memory usage when dropping series. - Significantly improve performance of SHOW TAG VALUES. -## v1.3.1 [2017-07-20] +## v1.3.1 {date="2017-07-20"} ### Release Notes Minor bug fixes were identified via Community and InfluxCloud. @@ -903,7 +906,7 @@ Minor bug fixes were identified via Community and InfluxCloud. - Duplicate points generated via INSERT after DELETE. - Fix the CQ start and end times to use Unix timestamps. -## v1.3.0 [2017-06-21] +## v1.3.0 {date="2017-06-21"} ### Release Notes @@ -1040,13 +1043,13 @@ The following new configuration options are available. - index file fd leak in tsi branch - Fix TSI non-contiguous compaction panic -## v1.2.4 [2017-05-08] +## v1.2.4 {date="2017-05-08"} ### Bugfixes - Prefix partial write errors with `partial write:` to generalize identification in other subsystems. -## v1.2.3 [2017-04-17] +## v1.2.3 {date="2017-04-17"} ### Bugfixes @@ -1058,7 +1061,7 @@ The following new configuration options are available. - Ensure the input for certain functions in the query engine are ordered. - Fix issue where deleted `time` field keys created unparseable points. -## v1.2.2 [2017-03-14] +## v1.2.2 {date="2017-03-14"} ### Release Notes @@ -1075,7 +1078,7 @@ The following new configuration options are available. - Change the default [`max-row-limit`](/influxdb/v1/administration/config#max-row-limit-0) setting from `10000` to `0` to prevent the absence of data in Grafana or Kapacitor. -## v1.2.1 [2017-03-08] +## v1.2.1 {date="2017-03-08"} ### Release Notes @@ -1103,7 +1106,7 @@ The following new configuration options are available. - Dividing aggregate functions with different outputs doesn't panic. - Anchors not working as expected with case-insensitive regular expression. -## v1.2.0 [2017-01-24] +## v1.2.0 {date="2017-01-24"} ### Release Notes @@ -1165,26 +1168,26 @@ The stress tool `influx_stress` will be removed in a subsequent release. We reco - Fix race in storage engine. - InfluxDB should do a partial write on mismatched type errors. -## v1.1.5 [2017-05-08] +## v1.1.5 {date="2017-05-08"} ### Bugfixes - Redact passwords before saving them to the history file. - Add the missing DefaultDatabase method to several InfluxQL statements. -## v1.1.4 [2017-02-27] +## v1.1.4 {date="2017-02-27"} ### Bugfixes - Backport from 1.2.0: Reduce GC allocations. -## v1.1.3 [2017-02-17] +## v1.1.3 {date="2017-02-17"} ### Bugfixes - Remove Tags.shouldCopy, replace with forceCopy on series creation. -## v1.1.2 [2017-02-16] +## v1.1.2 {date="2017-02-16"} ### Bugfixes @@ -1192,7 +1195,7 @@ The stress tool `influx_stress` will be removed in a subsequent release. We reco - Fix series tag iteration segfault. - Fix tag dereferencing panic. -## v1.1.1 [2016-12-06] +## v1.1.1 {date="2016-12-06"} ### Features @@ -1208,7 +1211,7 @@ The stress tool `influx_stress` will be removed in a subsequent release. We reco [Go 1.7.4](https://golang.org/doc/devel/release.html#go1.7.minor) was released to address two security issues. This release includes these security fixes. -## v1.1.0 [2016-11-14] +## v1.1.0 {date="2016-11-14"} ### Release Notes @@ -1303,7 +1306,7 @@ All Changes: - Exceeding max retention policy duration gives incorrect error message. - Drop time when used as a tag or field key. -## v1.0.2 [2016-10-05] +## v1.0.2 {date="2016-10-05"} ### Bugfixes @@ -1313,7 +1316,7 @@ All Changes: - Do not automatically reset the shard duration when using ALTER RETENTION POLICY. - Ensure correct shard groups created when retention policy has been altered. -## v1.0.1 [2016-09-26] +## v1.0.1 {date="2016-09-26"} ### Bugfixes @@ -1326,7 +1329,7 @@ All Changes: - Skip past points at the same time in derivative call within a merged series. - Read an invalid JSON response as an error in the Influx client. -## v1.0.0 [2016-09-08] +## v1.0.0 {date="2016-09-08"} ### Release Notes Inital release of InfluxDB. diff --git a/content/influxdb/v2/reference/release-notes/influx-cli.md b/content/influxdb/v2/reference/release-notes/influx-cli.md index b9e79d38e..49f98242e 100644 --- a/content/influxdb/v2/reference/release-notes/influx-cli.md +++ b/content/influxdb/v2/reference/release-notes/influx-cli.md @@ -8,7 +8,7 @@ menu: name: influx CLI --- -## v2.7.3 [2023-04-28] +## v2.7.3 {date="2023-04-28"} ### Bug Fixes @@ -18,7 +18,7 @@ menu: ### Maintenance - Upgrade `go` to 1.20.3. -## v2.7.1 [2023-04-05] +## v2.7.1 {date="2023-04-05"} ### Features @@ -39,13 +39,13 @@ menu: --- -## v2.6.1 [2022-12-29] +## v2.6.1 {date="2022-12-29"} - Internal code cleanup. --- -## v2.6.0 [2022-12-15] +## v2.6.0 {date="2022-12-15"} ### Bug Fixes @@ -61,7 +61,7 @@ menu: --- -## v2.5.0 [2022-11-01] +## v2.5.0 {date="2022-11-01"} ### Features @@ -82,7 +82,7 @@ menu: --- -## v2.4.0 [2022-08-18] +## v2.4.0 {date="2022-08-18"} ### Features @@ -105,7 +105,7 @@ menu: --- -## v2.3.0 [2022-04-08] +## v2.3.0 {date="2022-04-08"} ### Features @@ -124,7 +124,7 @@ menu: --- -## v2.2.1 [2021-11-09] +## v2.2.1 {date="2021-11-09"} This release includes two new bug fixes. @@ -137,7 +137,7 @@ run `./influx --help` to see a list of valid commands. Thanks @slai! --- -## v2.2.0 [2021-10-21] +## v2.2.0 {date="2021-10-21"} This release includes three new features and bug fixes. @@ -173,7 +173,7 @@ Add the shorthand flag `-b` for `--bucket` to [`influx delete`](/influxdb/cloud/ --- -## v2.1.1 [2021-09-24] +## v2.1.1 {date="2021-09-24"} ### Go version @@ -189,7 +189,7 @@ Upgrade to Go 1.17. --- -## v2.1.0 [2021-07-29] +## v2.1.0 {date="2021-07-29"} ### New repository diff --git a/content/influxdb/v2/reference/release-notes/influxdb.md b/content/influxdb/v2/reference/release-notes/influxdb.md index 7e6700edc..cae6db052 100644 --- a/content/influxdb/v2/reference/release-notes/influxdb.md +++ b/content/influxdb/v2/reference/release-notes/influxdb.md @@ -8,19 +8,19 @@ menu: weight: 101 --- -## v2.7.3 [2023/10/17] +## v2.7.3 {date="2023-10-17"} ### Maintenance - Upgrade Flux to 0.194.3. -## v2.7.1 [2023-04-28] +## v2.7.1 {date="2023-04-28"} ### Bug Fixes - Update the InfluxDB UI to remove non-functional Data Explorer. -## v2.7.0 [2023-04-05] +## v2.7.0 {date="2023-04-05"} ### Bug Fixes @@ -47,14 +47,14 @@ weight: 101 - Bump `containerd` to 1.6.18. - Bump `github.com/opencontainers/runc` from 1.1.3 to 1.1.5. -## v2.6.1 [2022-12-29] +## v2.6.1 {date="2022-12-29"} ### Bug Fixes - Update user interface (UI) to fix dashboard page crash issue. - Fix `All-Access` token creation issue. -## v2.6.0 [2022-12-15] +## v2.6.0 {date="2022-12-15"} ### Features @@ -80,13 +80,13 @@ weight: 101 - Upgrade to Go 1.18.9. - Upgrade Flux to v0.191.0. -## v2.5.1 [2022-11-9] +## v2.5.1 {date="2022-11-09"} ### Bug fixes - Fix permissions issue in Debian and Red Hat package managers. -## v2.5.0 [2022-11-01] +## v2.5.0 {date="2022-11-01"} ### Features @@ -108,11 +108,11 @@ weight: 101 ### Maintenance -- Upgrade to [Flux 0.188.1](/flux/v0/release-notes/#v01870-2022-10-17) +- Upgrade to [Flux 0.188.1](/flux/v0/release-notes/#v01870) - Upgrade to [Go 1.18.7](https://go.dev/doc/go1.18) - Upgrade to [Rust 1.63.0](https://www.rust-lang.org/) -## v2.4.0 [2022-08-19] +## v2.4.0 {date="2022-08-19"} ### Features @@ -152,9 +152,9 @@ weight: 101 ### Maintenance - Upgrade to [Go 1.18.4](https://go.dev/doc/go1.18). -- Upgrade to [Flux 0.179.0](/flux/v0/release-notes/#v01790-2022-08-15). +- Upgrade to [Flux 0.179.0](/flux/v0/release-notes/#v01790). -## v2.3.0 [2022-6-17] +## v2.3.0 {date="2022-06-17"} This release includes the following [maintenance](#maintenance), [features](#features), [security updates](#security-updates) and [bug fixes](#bug-fixes). @@ -166,7 +166,7 @@ InfluxDB 2.2 introduced a technical preview of how to [replicate data from Influ ### Maintenance -- Upgrade from Flux 0.161.0 to [Flux 0.171.0](/flux/v0/release-notes/#v01710-2022-06-14). +- Upgrade from Flux 0.161.0 to [Flux 0.171.0](/flux/v0/release-notes/#v01710). - Upgrade to [Go 1.18.3](https://go.dev/doc/go1.18). ### Features @@ -213,7 +213,7 @@ Several security issues were fixed in dependencies and the toolchain used to bui - Fix rare case where measurement cardinality reported less than zero. - Resolve panic on cleaning up failed iterators. -## v2.2.0 [2022-04-06] +## v2.2.0 {date="2022-04-06"} This release includes the following new [features](#features) and several [bug fixes](#bug-fixes). @@ -247,7 +247,7 @@ Replicating data remotely lets you do following: #### Flux updates -- Update to [Flux v0.150.0](/flux/v0/release-notes/#v01500-2022-01-19). +- Update to [Flux v0.150.0](/flux/v0/release-notes/#v01500). - Add option to log Flux queries that are cancelled because of server shutdown. #### Build maintenance @@ -358,7 +358,7 @@ the toolchain used to build InfluxDB, including: - Allow unlimited Flux HTTP calls. Previously, HTTP requests failed silently after 100MB of data transfer. - Remove pagination limits on the `/telegrafs` API. Previously, pagination wasn't exposed to the API, so API requests were limited to the default 20 pages. -## v2.1.1 [2021-11-08] +## v2.1.1 {date="2021-11-08"} {{% note %}} To address underlying installation package issues, we bumped the 2.1 release version to 2.1.1. @@ -450,7 +450,7 @@ to migrate InfluxDB key-value metadata schemas to earlier 2.x versions when nece #### Flux -- Update to [Flux v0.139.0](/flux/v0/release-notes/#v01390-2021-11-01). +- Update to [Flux v0.139.0](/flux/v0/release-notes/#v01390). - Enable writing to remote hosts using the Flux [`to()`](/flux/v0/stdlib/influxdata/influxdb/to/) and [`experimental.to()`](/flux/v0/v0.x/stdlib/experimental/to/) functions. - Flux now supports locations that dynamically modify time offsets based on your specified timezone. You can also specify fixed time offsets relative to UTC. - Perform [bitwise operations](/flux/v0/stdlib/experimental/bitwise/) @@ -500,7 +500,7 @@ For more information about each plugin, see [Telegraf plugins](/telegraf/v1/plug - Do not allow shard creation to create overlapping shards. - Don't drop shard group durations when upgrading InfluxDB. -## v2.0.9 [2021-09-27] +## v2.0.9 {date="2021-09-27"} This release includes several new [features](#features) and [bug fixes](#bug-fixes). @@ -537,7 +537,7 @@ New features include: #### Flux updates -- Update to [Flux v0.130.0](/flux/v0/release-notes/#v01300-2021-09-15). +- Update to [Flux v0.130.0](/flux/v0/release-notes/#v01300). - Add support for [`influxdb.cardinality()`](/flux/v0/stdlib/influxdata/influxdb/cardinality/) function. - Operational improvements: - Add logging to Flux end-to-end tests (`TestFluxEndToEnd`) to help diagnose test failures. @@ -598,7 +598,7 @@ This release includes the following bug fixes and updates: - Fix `X-Influxdb-Build` and `X-Influxdb-Version` response header at `/ping`. - Upgrade `influxql` to latest version and fix predicate handling for `SHOW TAG VALUES` meta queries. -## v2.0.8 [2021-08-13] +## v2.0.8 {date="2021-08-13"} {{% warn %}} #### Upcoming changes to influx CLI packaging @@ -639,13 +639,13 @@ To adopt the new, separate `influx` CLI early, download the latest release from - Flux meta queries for `_field` take fast path if `_measurement` is the only predicate. - Copy names from mmapped memory before closing iterator. -## v2.0.7 [2021-06-04] +## v2.0.7 {date="2021-06-04"} ### Features - Optimize [`table.fill()`](/flux/v0/stdlib/experimental/table/fill/) execution within Flux aggregate windows. -- Upgrade Flux to [v0.117.0](/flux/v0/release-notes/#v01171-2021-06-01). +- Upgrade Flux to [v0.117.0](/flux/v0/release-notes/#v01171). - Upgrade UI to v2.0.7. - Upgrade `flux-lsp-browser` to v0.5.47. @@ -665,7 +665,7 @@ To adopt the new, separate `influx` CLI early, download the latest release from --- -## v2.0.6 General Availability [2021-04-29] +## v2.0.6 General Availability {date="2021-04-29"} ### Bug Fixes - Ensure query configuration written by `influxd upgrade` is valid. @@ -674,14 +674,14 @@ To adopt the new, separate `influx` CLI early, download the latest release from - Correctly validate when `query-concurrency` is `0` and `query-queue-size` is greater than `0`. -## v2.0.5 General Availability [2021-04-27] +## v2.0.5 General Availability {date="2021-04-27"} {{% warn %}} InfluxDB v2.0.5 introduced a defect that prevents users from successfully upgrading from InfluxDB 1.x to 2.0 using the `influxd upgrade` command or Docker. To [automatically upgrade from 1.x to 2.0](/influxdb/v2/upgrade/v1-to-v2/automatic-upgrade/) with the `influxd upgrade` command or [with Docker](/influxdb/v2/upgrade/v1-to-v2/docker/), -use [InfluxDB v2.0.6](#v206-general-availability-2021-04-29). +use [InfluxDB v2.0.6](#v206-general-availability). {{% /warn %}} ### Windows Support @@ -728,7 +728,7 @@ The prefix used for Prometheus metrics from the query controller has changed fro - Add support for [custom shard group durations](/influxdb/v2/reference/cli/influx/bucket/create#create-a-bucket-with-a-custom-shard-group-duration) on buckets. - Optimize regular expression conditions in InfluxQL subqueries. - Update Telegraf plugins in the InfluxDB UI to include additions and changes from - [Telegraf 1.18](/telegraf/v1/about_the_project/release-notes-changelog/#v118-2021-3-17). + [Telegraf 1.18](/telegraf/v1/release-notes/#v118). - Display task IDs in the tasks list in the InfluxDB UI. - Write to standard output (`stdout`) when `--output-path -` is passed to [`influxd inspect export-lp`](/influxdb/v2/reference/cli/influxd/inspect/export-lp/). - Add `-p, --profilers` flag to [`influx query` command](/influxdb/v2/reference/cli/influx/query/) @@ -773,7 +773,7 @@ The prefix used for Prometheus metrics from the query controller has changed fro - Reduce lock contention when adding new fields and measurements. - Escape dots in community templates hostname regular expression. -## v2.0.4 General Availability [2021-02-04] +## v2.0.4 General Availability {date="2021-02-04"} ### Docker @@ -811,7 +811,7 @@ The startup process automatically generates replacement `tsi1` indexes for shard - Promote schema and fill query optimizations to default behavior. #### Flux updates -- Upgrade to [Flux v0.104.0](/flux/v0/release-notes/#v0-104-0-2021-02-02). +- Upgrade to [Flux v0.104.0](/flux/v0/release-notes/#v0-104-0). - Upgrade to `flux-lsp-browser` v0.5.31. ### Bug Fixes @@ -849,7 +849,7 @@ The startup process automatically generates replacement `tsi1` indexes for shard - Support creating users without initial passwords in `influx user create`. - Fix incorrect errors when passing `--bucket-id` to `influx write`. -## v2.0.3 General Availability [2020-12-14] +## v2.0.3 General Availability {date="2020-12-14"} ### Breaking Changes @@ -877,7 +877,7 @@ This release also defines v2-specific path defaults and provides [helper scripts - Allow password to be specified as a CLI option in [`influx v1 auth set-password`](/influxdb/cloud/reference/cli/influx/auth/). - Implement [delete with predicate](/influxdb/v2/write-data/delete-data/). - Improve ID-related error messages for `influx v1 dbrp` commands. -- Update Flux to [v0.99.0](/flux/v0/release-notes/#v0-99-0-2020-12-15). +- Update Flux to [v0.99.0](/flux/v0/release-notes/#v0-99-0). - Update `flux-lsp-browser` to v0.5.25. - Support for ARM64 preview build. @@ -893,7 +893,7 @@ This release also defines v2-specific path defaults and provides [helper scripts - Allow for 0 (infinite) values for `--retention` in `influx setup`. - Fix panic when using a `null` value as a record or array in a Flux query. -## v2.0.2 General Availability [2020-11-19] +## v2.0.2 General Availability {date="2020-11-19"} ### Breaking changes @@ -905,7 +905,7 @@ Previously, the database retention policy (DBRP) mapping API did not match the s - Improvements to upgrade from 1.x to 2.x: - Warning appears if auth is not enabled in 1.x (`auth-enabled = false`), which is not an option in 2.x. For details, see [Upgrade from InfluxDB 1.x to InfluxDB 2.0](/influxdb/v2/upgrade/v1-to-v2/). - `upgrade` command now checks to see if continuous queries are running and automatically exports them to a local file. -- Upgrade to [Flux v0.95.0](/flux/v0/release-notes/#v0-95-0-2020-11-17). +- Upgrade to [Flux v0.95.0](/flux/v0/release-notes/#v0-95-0). - Upgrade `flux-lsp-browser` to v.0.5.23. - Manage database retention policy (DBRP) mappings via CLI. See [`influx v1 dbrp`](/influxdb/v2/reference/cli/influx/v1/dbrp/). - Filter task runs by time. @@ -927,7 +927,7 @@ Previously, the database retention policy (DBRP) mapping API did not match the s - Allow self-signed certificates for scraper targets. - Bump version in `package.json` so it appears correctly. -## v2.0.1 General Availability [2020-11-10] +## v2.0.1 General Availability {date="2020-11-10"} InfluxDB 2.0 general availability (GA) introduces the first **production-ready** open source version of InfluxDB 2.0. This release comprises all features and bug fixes included in prior alpha, beta, and release candidate versions. @@ -948,17 +948,17 @@ Highlights include: - Support for **upgrading to InfluxDB 2.0**: - To upgrade **from InfluxDB 1.x**, see [Upgrade from InfluxDB 1.x to InfluxDB 2.0](/influxdb/v2/upgrade/v1-to-v2). - To upgrade **from InfluxDB 2.0 beta 16 or earlier**, see [Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0](/influxdb/v2/upgrade/v2-beta-to-v2). -- **Flux**, our powerful new functional data scripting language designed for querying, analyzing, and acting on data. This release includes [Flux v0.94.0](/flux/v0/release-notes/#v0-94-0-2020-11-09). If you're new to Flux, [check out how to get started with Flux](/influxdb/v2/query-data/get-started/). Next, delve deeper into the [Flux standard library](/flux/v0/stdlib//) reference docs and see how to [query with Flux](/influxdb/v2/query-data/flux/). +- **Flux**, our powerful new functional data scripting language designed for querying, analyzing, and acting on data. This release includes [Flux v0.94.0](/flux/v0/release-notes/#v0940). If you're new to Flux, [check out how to get started with Flux](/influxdb/v2/query-data/get-started/). Next, delve deeper into the [Flux standard library](/flux/v0/stdlib//) reference docs and see how to [query with Flux](/influxdb/v2/query-data/flux/). - Support for [InfluxDB 1.x API compatibility](/influxdb/v2/reference/api/influxdb-1x/). - **Templates** and **stacks**. Discover how to [use community templates](/influxdb/v2/influxdb-templates/use/) and how to [manage templates with stacks](/influxdb/v2/influxdb-templates/stacks/). If you're new to InfluxDB 2.0, we recommend checking out [how to get started](/influxdb/v2/get-started/) and [InfluxDB key concepts](/influxdb/v2/reference/key-concepts/). -## v2.0.0 [2020-11-09] +## v2.0.0 {date="2020-11-09"} ### Features - Improve UI for v1 `influx auth` commands. -- Upgrade to [Flux v0.94.0](/flux/v0/release-notes/#v0-94-0-2020-11-10) +- Upgrade to [Flux v0.94.0](/flux/v0/release-notes/#v0940) - Upgrade `flux-lsp-browser` to v0.5.22. - Add [RAS Telegraf input plugin](/telegraf/v1/plugins//#ras). @@ -975,11 +975,11 @@ If you're new to InfluxDB 2.0, we recommend checking out [how to get started](/i - Remove bucket and mapping auto-creation from `/write` 1.x compatibility API. - Fix misuse of `reflect.SliceHeader`. -## v2.0.0-rc.4 [2020-11-05] +## v2.0.0-rc.4 {date="2020-11-05"} ### Features -- Upgrade to [Flux v0.93.0](/flux/v0/release-notes/#v0-93-0-2020-11-02). +- Upgrade to [Flux v0.93.0](/flux/v0/release-notes/#v0930). - Add `influx backup` and `influx restore` CLI commands to support backing up and restoring data in InfluxDB 2.0. - Add the `v1/authorization` package to support authorizing requests to the InfluxDB 1.x API. @@ -999,11 +999,11 @@ If you're new to InfluxDB 2.0, we recommend checking out [how to get started](/i - Return an empty iterator instead of null in `tagValues`. - Fix the `/ready` response content type to return `application/json`. -## v2.0.0-rc.3 [2020-10-29] +## v2.0.0-rc.3 {date="2020-10-29"} ### Features -- Upgrade to [Flux v0.91.0](/flux/v0/release-notes/#v0910-2020-10-26). +- Upgrade to [Flux v0.91.0](/flux/v0/release-notes/#v0910). - Enable window aggregate mean pushdown. - Add `newMultiShardArrayCursors` to aggregate array cursors. - UI updates: @@ -1021,11 +1021,11 @@ If you're new to InfluxDB 2.0, we recommend checking out [how to get started](/i - Refactor to allow `newIndexSeriesCursor()` to accept an `influxql.Expr`. - Remove unreferenced packages. -## v2.0.0-rc.2 [2020-10-22] +## v2.0.0-rc.2 {date="2020-10-22"} ### Features -- Upgrade to [Flux v0.90.0](/flux/v0/release-notes/#v0900-2020-10-19). +- Upgrade to [Flux v0.90.0](/flux/v0/release-notes/#v0900). - Add `--force` option to the `influx stacks rm` command, which lets you remove a stack without the confirmation prompt. - Add `aggregate_resultset` for mean aggregate pushdown to optimize windowed results. - Return an error if adding a resource to a stack (`influx stacks update --addResource`) fails due to an invalid resource type or resource ID. @@ -1039,7 +1039,7 @@ If you're new to InfluxDB 2.0, we recommend checking out [how to get started](/i - Enable the new `AuthorizationService` from authorization package in the `launcher` package (`cmd\influxd\launcher`). - Update `config upgrade` to save the correct InfluxDB configuration filename. -## v2.0.0-rc.1 [2020-10-14] +## v2.0.0-rc.1 {date="2020-10-14"} ### Features - Add [`influx upgrade`](/influxdb/v2/reference/cli/influxd/upgrade/) command for upgrading from 1.x to 2.0. @@ -1053,7 +1053,7 @@ If you're new to InfluxDB 2.0, we recommend checking out [how to get started](/i - Resolve issue to ensure the `influx` CLI successfully returns a single Telegraf configuration. - Ensure passwords are at least 8 characters in `influx setup`. -## v2.0.0-rc.0 [2020-09-29] +## v2.0.0-rc.0 {date="2020-09-29"} {{% warn %}} #### Manual upgrade required @@ -1119,7 +1119,7 @@ To simplify the migration for existing users of InfluxDB 1.x, this release inclu - Ensure the group annotation does not override the existing line part (measurement, field, tag, time) in a CSV group annotation. - Added `PATCH` to the list of allowed methods. -## v2.0.0-beta.16 [2020-08-06] +## v2.0.0-beta.16 {date="2020-08-06"} {{% warn %}} This release includes breaking changes: @@ -1148,7 +1148,7 @@ This release includes breaking changes: - Alerts page filter inputs now have tab indices for keyboard navigation. -## v2.0.0-beta.15 [2020-07-23] +## v2.0.0-beta.15 {date="2020-07-23"} ### Features @@ -1164,7 +1164,7 @@ This release includes breaking changes: - Single Stat cells render properly in Safari. - Limit variable querying when submitting queries to used variables. -## v2.0.0-beta.14 [2020-07-08] +## v2.0.0-beta.14 {date="2020-07-08"} ### Features @@ -1180,7 +1180,7 @@ This release includes breaking changes: - Fix issue where define query was unusable after importing a Check. - Update documentation links -## v2.0.0-beta.13 [2020-06-25] +## v2.0.0-beta.13 {date="2020-06-25"} ### Features @@ -1209,7 +1209,7 @@ This release includes breaking changes: - Validate `host-url` for `influx config create` and `influx config set` commands. - Fix `influx` CLI flags to accurately depict flags for all commands. -## v2.0.0-beta.12 [2020-06-12] +## v2.0.0-beta.12 {date="2020-06-12"} ### Features @@ -1239,7 +1239,7 @@ This release includes breaking changes: - Reduce the number of variables being hydrated when toggling variables. - Redesign dashboard cell loading indicator to be more obvious. -## v2.0.0-beta.11 [2020-05-27] +## v2.0.0-beta.11 {date="2020-05-27"} {{% warn %}} The beta 11 version was **not released**. Changes below are included in the beta 12 release. @@ -1261,7 +1261,7 @@ The beta 11 version was **not released**. Changes below are included in the beta - Resolve scrollbar issues to ensure datasets are visible and scrollable. - Check status now displays a warning if loading a large amount. -## v2.0.0-beta.10 [2020-05-07] +## v2.0.0-beta.10 {date="2020-05-07"} ### Features @@ -1280,7 +1280,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-beta.9 [2020-04-23] +## v2.0.0-beta.9 {date="2020-04-23"} ### Bug Fixes - Add index for URM by user ID to improve lookup performance. @@ -1294,7 +1294,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-beta.8 [2020-04-10] +## v2.0.0-beta.8 {date="2020-04-10"} ### Features - Add `influx config` CLI command to switch back to previous activated configuration. @@ -1316,7 +1316,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-beta.7 [2020-03-27] +## v2.0.0-beta.7 {date="2020-03-27"} ### Features @@ -1347,7 +1347,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-beta.6 [2020-03-12] +## v2.0.0-beta.6 {date="2020-03-12"} ### Features - Clicking on bucket name takes user to Data Explorer with bucket selected. @@ -1388,7 +1388,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-beta.5 [2020-02-27] +## v2.0.0-beta.5 {date="2020-02-27"} ### Features - Update Flux to v0.61.0. @@ -1409,7 +1409,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-beta.4 [2020-02-14] +## v2.0.0-beta.4 {date="2020-02-14"} ### Features - Added labels to buckets. @@ -1422,7 +1422,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-beta.3 [2020-02-11] +## v2.0.0-beta.3 {date="2020-02-11"} ### Features - Extend `influx cli pkg command` with ability to take multiple files and directories. @@ -1438,7 +1438,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-beta.2 [2020-01-24] +## v2.0.0-beta.2 {date="2020-01-24"} ### Features - Change Influx packages to be CRD compliant. @@ -1458,7 +1458,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-beta.1 [2020-01-08] +## v2.0.0-beta.1 {date="2020-01-08"} ### Features - Add support for notification endpoints to `influx` templates and packages. @@ -1513,7 +1513,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-alpha.21 [2019-12-13] +## v2.0.0-alpha.21 {date="2019-12-13"} ### Features - Add stacked line layer option to graphs. @@ -1542,7 +1542,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-alpha.20 [2019-11-20] +## v2.0.0-alpha.20 {date="2019-11-20"} ### Features - Add TLS insecure skip verify to influx CLI. @@ -1576,7 +1576,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-alpha.19 [2019-10-30] +## v2.0.0-alpha.19 {date="2019-10-30"} ### Features - Add shortcut for toggling comments and submitting in Script Editor. @@ -1603,7 +1603,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-alpha.18 [2019-09-26] +## v2.0.0-alpha.18 {date="2019-09-26"} ### Features - Add jsonweb package for future JWT support. @@ -1626,7 +1626,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-alpha.17 [2019-08-14] +## v2.0.0-alpha.17 {date="2019-08-14"} ### Features - Optional gzip compression of the query CSV response. @@ -1641,7 +1641,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-alpha.16 [2019-07-25] +## v2.0.0-alpha.16 {date="2019-07-25"} ### Bug Fixes - Add link to documentation text in line protocol upload overlay. @@ -1657,7 +1657,7 @@ The beta 11 version was **not released**. Changes below are included in the beta --- -## v2.0.0-alpha.15 [2019-07-11] +## v2.0.0-alpha.15 {date="2019-07-11"} ### Features - Add time zone support to UI. @@ -1673,11 +1673,11 @@ The `map()` function panics if the first record processed has a `null` value. --- -## v2.0.0-alpha.14 [2019-06-28] +## v2.0.0-alpha.14 {date="2019-06-28"} ### Features - Add `influxd inspect verify-wal` tool. -- Move to [Flux 0.34.2](/flux/v0/release-notes/#v0342-2019-06-27) - +- Move to [Flux 0.34.2](/flux/v0/release-notes/#v0342) - 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. @@ -1691,14 +1691,14 @@ The `map()` function panics if the first record processed has a `null` value. --- -## v2.0.0-alpha.13 [2019-06-13] +## v2.0.0-alpha.13 {date="2019-06-13"} ### Features - Add static templates for system, Docker, Redis, Kubernetes. --- -## v2.0.0-alpha.12 [2019-06-13] +## v2.0.0-alpha.12 {date="2019-06-13"} ### Features - Enable formatting line graph y ticks with binary prefix. @@ -1710,14 +1710,14 @@ The `map()` function panics if the first record processed has a `null` value. --- -## v2.0.0-alpha.11 [2019-05-31] +## v2.0.0-alpha.11 {date="2019-05-31"} ### Bug Fixes - Correctly check if columnKeys include xColumn in heatmap. --- -## v2.0.0-alpha.10 [2019-05-30] +## v2.0.0-alpha.10 {date="2019-05-30"} ### Features - Add heatmap visualization type. @@ -1743,7 +1743,7 @@ The `map()` function panics if the first record processed has a `null` value. --- -## v2.0.0-alpha.9 [2019-05-01] +## v2.0.0-alpha.9 {date="2019-05-01"} {{% warn %}} **This will remove all tasks from your InfluxDB v2.0 instance.** @@ -1777,7 +1777,7 @@ Before upgrading, [export all existing tasks](/influxdb/v2/process-data/manage-t --- -## v2.0.0-alpha.8 [2019-04-12] +## v2.0.0-alpha.8 {date="2019-04-12"} ### Features - Add the ability to edit token's description. @@ -1798,7 +1798,7 @@ Before upgrading, [export all existing tasks](/influxdb/v2/process-data/manage-t --- -## v2.0.0-alpha.7 [2019-03-28] +## v2.0.0-alpha.7 {date="2019-03-28"} ### Features - Insert Flux function near cursor in Flux Editor. @@ -1833,7 +1833,7 @@ Before upgrading, [export all existing tasks](/influxdb/v2/process-data/manage-t --- -## v2.0.0-alpha.6 [2019-03-15] +## v2.0.0-alpha.6 {date="2019-03-15"} ### Release Notes @@ -1869,7 +1869,7 @@ Once completed, `v2.0.0-alpha.6` can be started. --- -## v2.0.0-alpha.5 [2019-03-08] +## v2.0.0-alpha.5 {date="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. @@ -1908,7 +1908,7 @@ Once completed, InfluxDB v2.0.0-alpha.5 can be started. --- -## v2.0.0-alpha.4 [2019-02-21] +## v2.0.0-alpha.4 {date="2019-02-21"} ### Features - Add the ability to run a task manually from tasks page. @@ -1931,7 +1931,7 @@ Once completed, InfluxDB v2.0.0-alpha.5 can be started. --- -## v2.0.0-alpha.3 [2019-02-15] +## v2.0.0-alpha.3 {date="2019-02-15"} ### Features - Add the ability to name a scraper target. @@ -1951,7 +1951,7 @@ Once completed, InfluxDB v2.0.0-alpha.5 can be started. --- -## v2.0.0-alpha.2 [2019-02-07] +## v2.0.0-alpha.2 {date="2019-02-07"} ### Features - Add instructions button to view `$INFLUX_TOKEN` setup for Telegraf configs. @@ -1975,6 +1975,6 @@ Once completed, InfluxDB v2.0.0-alpha.5 can be started. --- -## v2.0.0-alpha.1 [2019-01-23] +## v2.0.0-alpha.1 {date="2019-01-23"} This is the initial alpha release of InfluxDB 2.0. diff --git a/content/kapacitor/v1/introduction/installation.md b/content/kapacitor/v1/introduction/installation.md index 448b3d88d..69af66fbe 100644 --- a/content/kapacitor/v1/introduction/installation.md +++ b/content/kapacitor/v1/introduction/installation.md @@ -105,7 +105,7 @@ kapacitord config > kapacitor.generated.conf ### Shared secret -If using [Kapacitor v1.5.3](/kapacitor/v1/reference/about_the_project/release-notes/#v1-5-3-2019-06-18) +If using [Kapacitor v1.5.3](/kapacitor/v1/reference/about_the_project/release-notes/#v153) or newer and InfluxDB with [authentication enabled](/influxdb/v1/administration/authentication_and_authorization/), set the `[http].shared-secret` option in your Kapacitor configuration file to the shared secret of your InfluxDB instances. diff --git a/content/kapacitor/v1/reference/about_the_project/release-notes.md b/content/kapacitor/v1/reference/about_the_project/release-notes.md index 12fa08374..ce959df7b 100644 --- a/content/kapacitor/v1/reference/about_the_project/release-notes.md +++ b/content/kapacitor/v1/reference/about_the_project/release-notes.md @@ -9,7 +9,7 @@ aliases: - /kapacitor/v1/about_the_project/releasenotes-changelog/ --- -## v1.7.1 [2023-10-20] +## v1.7.1 {date="2023-10-20"} ### Bug Fixes @@ -17,7 +17,7 @@ aliases: --- -## v1.7.0 [2023-08-18] +## v1.7.0 {date="2023-08-18"} ### Features @@ -25,7 +25,7 @@ aliases: --- -## v1.6.6 [2023-04-12] +## v1.6.6 {date="2023-04-12"} ### Features @@ -38,7 +38,7 @@ aliases: --- -## v1.6.5 [2022-8-18] +## v1.6.5 {date="2022-08-18"} ### Features @@ -48,11 +48,11 @@ aliases: ### Bug fixes - Update the `Kafka` client to fix a bug regarding write latency. -- Update to [Flux v0.171.0](/flux/v0.x/release-notes/#v01710-2022-06-14) to fix "interface {} is nil, not string" issue. +- Update to [Flux v0.171.0](/flux/v0.x/release-notes/#v01710) to fix "interface {} is nil, not string" issue. --- -## v1.6.4 [2022-03-15] +## v1.6.4 {date="2022-03-15"} ### Features @@ -65,7 +65,7 @@ aliases: --- -## v1.6.3 [2022-01-25] +## v1.6.3 {date="2022-01-25"} ### Features @@ -87,7 +87,7 @@ is 1000. --- -## v1.6.2 [2021-09-24] +## v1.6.2 {date="2021-09-24"} ### Features @@ -103,7 +103,7 @@ is 1000. --- -## v1.6.1 [2021-07-22] +## v1.6.1 {date="2021-07-22"} ### Features @@ -118,7 +118,7 @@ is 1000. --- -## v1.6.0 [2021-06-28] +## v1.6.0 {date="2021-06-28"} {{% warn %}} Kapacitor 1.6.0 includes a defect that could result in a memory leak and expose @@ -162,7 +162,7 @@ If you are using a 32-bit operating system, continue using Kapacitor 1.5.x. --- -## v1.5.9 [2021-04-01] +## v1.5.9 {date="2021-04-01"} ### Features @@ -203,7 +203,7 @@ If you are using a 32-bit operating system, continue using Kapacitor 1.5.x. --- -## v1.5.8 [2020-01-27] +## v1.5.8 {date="2020-01-27"} {{% warn %}} If you’ve installed this release, please roll back to v1.5.7 as soon as possible. This release introduced a defect wherein large batch tasks will not completely write all points back to InfluxDB. This primarily affects downsampling tasks where information is written to another retention policy. If the source retention policy is short there is the potential for the source data to age out and the downsample to have never been fully written. @@ -211,7 +211,7 @@ If you’ve installed this release, please roll back to v1.5.7 as soon as possib --- -## v1.5.7 [2020-10-26] +## v1.5.7 {date="2020-10-26"} ### Features @@ -229,7 +229,7 @@ If you’ve installed this release, please roll back to v1.5.7 as soon as possib --- -## v1.5.6 [2020-07-17] +## v1.5.6 {date="2020-07-17"} ### Features @@ -250,7 +250,7 @@ If you’ve installed this release, please roll back to v1.5.7 as soon as possib --- -## v1.5.5 [2020-04-20] +## v1.5.5 {date="2020-04-20"} ### Breaking changes @@ -262,7 +262,7 @@ If you’ve installed this release, please roll back to v1.5.7 as soon as possib --- -## v1.5.4 [2020-01-16] +## v1.5.4 {date="2020-01-16"} ### Features @@ -276,7 +276,7 @@ If you’ve installed this release, please roll back to v1.5.7 as soon as possib --- -## v1.5.3 [2019-06-18] +## v1.5.3 {date="2019-06-18"} {{% warn %}} ### Authentication and shared secret @@ -299,7 +299,7 @@ kapacitord[4313]: run: open server: open service *influxdb.Service: failed to li ``` {{% /warn %}} -#### Important update [2019-07-11] +#### Important update {date="2019-07-11"} - Some customers have reported a high number of CLOSE_WAIT connections. Upgrade to this release to resolve this issue. @@ -317,7 +317,7 @@ kapacitord[4313]: run: open server: open service *influxdb.Service: failed to li --- -## v1.5.2 [2018-12-12] +## v1.5.2 {date="2018-12-12"} ### Features @@ -334,7 +334,7 @@ kapacitord[4313]: run: open server: open service *influxdb.Service: failed to li --- -## v1.5.1 [2018-08-06] +## v1.5.1 {date="2018-08-06"} ### Bug fixes @@ -344,7 +344,7 @@ kapacitord[4313]: run: open server: open service *influxdb.Service: failed to li --- -## v1.5.0 [2018-05-17] +## v1.5.0 {date="2018-05-17"} ### Features @@ -371,7 +371,7 @@ kapacitord[4313]: run: open server: open service *influxdb.Service: failed to li --- -## v1.4.1 [2018-03-13] +## v1.4.1 {date="2018-03-13"} ### Bug fixes @@ -379,7 +379,7 @@ kapacitord[4313]: run: open server: open service *influxdb.Service: failed to li --- -## v1.4.0 [2017-12-08] +## v1.4.0 {date="2017-12-08"} ### Release notes @@ -455,7 +455,7 @@ The `Combine` and `Flatten` nodes previously operated (erroneously) across batch --- -## v1.3.3 [2017-08-11] +## v1.3.3 {date="2017-08-11"} ### Bug fixes @@ -463,7 +463,7 @@ The `Combine` and `Flatten` nodes previously operated (erroneously) across batch --- -## v1.3.2 [2017-08-08] +## v1.3.2 {date="2017-08-08"} ### Bug fixes @@ -471,7 +471,7 @@ The `Combine` and `Flatten` nodes previously operated (erroneously) across batch --- -## v1.3.1 [2017-06-02] +## v1.3.1 {date="2017-06-02"} ### Bug fixes @@ -480,7 +480,7 @@ The `Combine` and `Flatten` nodes previously operated (erroneously) across batch --- -## v1.3.0 [2017-05-22] +## v1.3.0 {date="2017-05-22"} ### Release Notes @@ -660,7 +660,7 @@ For more details on the alerting system, see the full documentation [here](/kapa --- -## v1.2.0 [2017-01-23] +## v1.2.0 {date="2017-01-23"} ### Release Notes @@ -741,7 +741,7 @@ See the [API docs on technical preview](/kapacitor/v1/api/api/#technical-preview --- -## v1.1.1 [2016-12-02] +## v1.1.1 {date="2016-12-02"} ### Release Notes @@ -749,7 +749,7 @@ No changes to Kapacitor, only upgrading to GoLang 1.7.4 for security patches. --- -## v1.1.0 [2016-10-07] +## v1.1.0 {date="2016-10-07"} ### Release Notes @@ -802,7 +802,7 @@ See the [API docs](/kapacitor/v1/api/api/) for more details. --- -## v1.0.2 [2016-10-06] +## v1.0.2 {date="2016-10-06"} ### Bug fixes @@ -811,7 +811,7 @@ See the [API docs](/kapacitor/v1/api/api/) for more details. --- -## v1.0.1 [2016-09-26] +## v1.0.1 {date="2016-09-26"} ### Features @@ -831,7 +831,7 @@ See the [API docs](/kapacitor/v1/api/api/) for more details. --- -## v1.0.0 [2016-09-02] +## v1.0.0 {date="2016-09-02"} ### Release Notes diff --git a/content/telegraf/v1/plugins.md b/content/telegraf/v1/plugins.md index 2978b2d81..3000e8d44 100644 --- a/content/telegraf/v1/plugins.md +++ b/content/telegraf/v1/plugins.md @@ -6,7 +6,6 @@ description: > View and search all available Telegraf plugins. menu: telegraf_v1_ref: - weight: 10 weight: 6 aliases: diff --git a/content/telegraf/v1/release-notes-changelog.md b/content/telegraf/v1/release-notes.md similarity index 98% rename from content/telegraf/v1/release-notes-changelog.md rename to content/telegraf/v1/release-notes.md index ea5239ff5..0edf3ef4c 100644 --- a/content/telegraf/v1/release-notes-changelog.md +++ b/content/telegraf/v1/release-notes.md @@ -4,13 +4,14 @@ description: Important features and changes in the latest version of Telegraf. aliases: - /telegraf/v1/reference/release-notes/influxdb/ - /telegraf/v1/about_the_project/release-notes-changelog/ + - /telegraf/v1/release-notes-changelog/ menu: telegraf_v1_ref: name: Release notes weight: 60 --- -## v1.28.1 [2023-09-12] +## v1.28.1 {date="2023-09-12"} ### Bugfixes @@ -18,7 +19,7 @@ menu: - Redis (`inputs.redis`): Fix password typo - Vsphere (`inputs.vsphere`): Fix config name typo in example -## v1.28.0 [2023-09-11] +## v1.28.0 {date="2023-09-11"} ### Important Changes @@ -138,7 +139,7 @@ menu: - Update github.com/showwin/speedtest-go from 1.6.2 to 1.6.6 - Update k8s.io/api from 0.27.4 to 0.28.1 -## v1.27.0 [2023-06-12] +## v1.27.0 {date="2023-06-12"} ### Important Changes @@ -268,7 +269,7 @@ menu: - Update github.com/urfave/cli/v2 from 2.23.5 to 2.25.5. - Update k8s.io/client-go from 0.26.2 to 0.27.2. -## v1.26.0 [2023-03-13] +## v1.26.0 {date="2023-03-13"} ### Important Changes @@ -390,7 +391,7 @@ menu: - Update github.com/stretchr/testify from 1.8.1 to 1.8.2. - Update OpenTelemetry from 0.3.1 to 0.3.3. -## v1.25.3 [2023-02-27] +## v1.25.3 {date="2023-02-27"} ### Bugfixes @@ -415,7 +416,7 @@ menu: - Update k8s.io/apimachinery from 0.25.3 to 0.25.6. - Update testcontainers from 0.14.0 to 0.18.0. -## v1.25.2 [2023-02-13] +## v1.25.2 {date="2023-02-13"} ### Bug fixes - Only read the config once. @@ -450,7 +451,7 @@ menu: - Update google.golang.org/grpc from 1.51.0 to 1.52.0. - Update google.golang.org/grpc from 1.52.0 to 1.52.3. -## v1.25.1 [2023-01-30] +## v1.25.1 {date="2023-01-30"} ### Bug fixes - Catch non-existing commands and error out. @@ -497,7 +498,7 @@ menu: - Update github.com/kardianos/service from 1.2.1 to 1.2.2. - Update github.com/nats-io/nats-server/v2 from 2.9.4 to 2.9.9. -## v1.25.0 [2022-12-12] +## v1.25.0 {date="2022-12-12"} ### New Plugins @@ -610,7 +611,7 @@ menu: - Update `github.com/gosnmp/gosnmp` from 1.34.0 to 1.35.0 - Update `OpenTelemetry` from 0.2.30 to 0.2.33 -## v1.24.4 [2022-11-29] +## v1.24.4 {date="2022-11-29"} ### Bug fixes - Amazon CloudWatch (`inputs.cloudwatch`): Correctly handle multiple namespaces. @@ -642,7 +643,7 @@ menu: - Update `cloud.google.com/go/pubsub` from 1.25.1 to 1.26.0 - Update `go.mongodb.org/mongo-driver` from 1.10.2 to 1.11.0 -## v1.24.3 [2022-11-02] +## v1.24.3 {date="2022-11-02"} ### Bug fixes - Restore warning on unused configuration options. @@ -695,7 +696,7 @@ menu: - Update cloud.google.com/go/monitoring from 1.5.0 to 1.7.0 - Update github.com/nats-io/nats-server/v2 from 2.8.4 to 2.9.4 -## v1.24.2 [2022-10-03] +## v1.24.2 {date="2022-10-03"} ### Bug fixes - Support old style of filtering sample configurations in CLI. @@ -723,7 +724,7 @@ menu: - Update `github.com/rabbitmq/amqp091-go` from 1.4.0 to 1.5.0. - Update `github.com/docker/distribution` from v2.7.1 to v2.8.1. -## v1.24.1 [2022-09-19] +## v1.24.1 {date="2022-09-19"} ### Bug fixes - Clear error message when provided configuration is not a text file. @@ -749,7 +750,7 @@ menu: - Update `github.com/wavefronthq/wavefront-sdk-go`. - Update `cloud.google.com/go/bigquery` from 1.33.0 to 1.40.0. -## v1.24.0 [2022-09-12] +## v1.24.0 {date="2022-09-12"} ### Breaking change @@ -884,7 +885,7 @@ Older versions can be manually reverted on a per-plugin basis using the `tls_min -## v1.23.4 [2022-08-16] +## v1.23.4 {date="2022-08-16"} ### Bug fixes @@ -937,7 +938,7 @@ Older versions can be manually reverted on a per-plugin basis using the `tls_min - Update `github.com/aws/aws-sdk-go-v2/feature/ec2/imds`. - Update `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`. -## v1.23.4 [2022-08-16] +## v1.23.4 {date="2022-08-16"} - Update `github.com/lxc/lxd` to be able to run tests. - Sync sql output and input build constraints to handle loong64 in go1.19. @@ -945,7 +946,7 @@ Older versions can be manually reverted on a per-plugin basis using the `tls_min - Fixes to linter issues - Add Coralogix dialect to open telemetry. -## Input plugin updates +### Input plugin updates - Cloudwatch (`cloudwatch`): Customizable batch size when querying. - Kube Inventory (`kube_inventory`): Send file location to enable token auto-refresh. @@ -956,7 +957,7 @@ Older versions can be manually reverted on a per-plugin basis using the `tls_min - Stackdriver (`stackdriver`) Handle when no buckets available. -## Dependency Updates +### Dependency Updates - Bump github.com/testcontainers/testcontainers-go from 0.12.0 to 0.13.0. - Bump github.com/apache/thrift from 0.15.0 to 0.16.0. @@ -989,9 +990,9 @@ Older versions can be manually reverted on a per-plugin basis using the `tls_min - Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds. - Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs. -## v1.23.3 [2022-07-25] +## v1.23.3 {date="2022-07-25"} -## Bug fixes +### Bug fixes - Openstack input plugin (`inputs.openstack`): Use v3 volume library. - MQTT Consumer input plugin (`inputs.mqtt_consumer`): Topic parsing error when topic having prefix '/'. - SNMP Trap input plugin (`inputs.snmp_trap`): Prevent map panic when using with `netsnmp` translator. @@ -999,12 +1000,12 @@ Older versions can be manually reverted on a per-plugin basis using the `tls_min - `common.cookie`: Use reader over readcloser, regenerate `cookie-jar` at reauthorization. - Prometheus parser (`parsers.prometheus`): Histogram infinity bucket is now always present. -## Dependency updates +### Dependency updates - Bump `github.com/antchfx/jsonquery` from 1.1.5 to 1.2.0. -## v1.23.2 [2022-7-11] +## v1.23.2 {date="2022-07-11"} -## Bug fixes +### Bug fixes - Remove unexpected deprecation warnings for non-deprecated packages that occurred in 1.24.1. - HTTP input plugin (`inputs.http`): Allow both 200 and 201 response codes when generating cookie authentication. Also update the cookie header docs to show a TOML map rather than a string. @@ -1012,12 +1013,12 @@ Older versions can be manually reverted on a per-plugin basis using the `tls_min - gNMI input plugin (`inputs.gnmi`): Refactor `tag_only` subscriptions for complex keys (such as `network-instances`) and to improve concurrrency. The subscription key is no longer hardcoded to the device name and the `name` tag. Adds ability to specify a subscription key on a per-tag basis. - SNMP input plugin (`inputs.snmp`): Now sets gosnmp's `UseUnconnectedUDPSocket` to true when using UDP. Adds support to accept SNMP responses from any address (not just the requested address). Useful when gathering responses from redundant/failover systems. -## Dependency updates +### Dependency updates - Bump `github.com/docker/docker` from 20.10.14 to 20.10.17. -## v1.23.1 [2022-7-5] +## v1.23.1 {date="2022-07-05"} -## Bug fixes +### Bug fixes - Jolokia2 input plugin (`jolikia2`): Resolve panic on null response. - RabbitMQ input plugin (`rabbitmq`) Don't require listeners to be present in overview. - Sync back `sample.confs` for Couchbuse input plugin (`couchbase`) and Groundwork output plugin (`groundwork`). @@ -1026,7 +1027,7 @@ Older versions can be manually reverted on a per-plugin basis using the `tls_min - Restore sample configurations broken during initial migration - Sync back sample.confs for inputs.couchbase and outputs.groundwork. -## Dependency updates +### Dependency updates - Bump `cloud.google.com/go/monitoring` from 1.2.0 to 1.5.0. - Bump `github.com/aws/aws-sdk-go-v2/credentials` from 1.12.2 to 1.12.5. - Bump `google.golang.org/grpc` from 1.46.2 to 1.47.0. @@ -1056,7 +1057,7 @@ Older versions can be manually reverted on a per-plugin basis using the `tls_min - Bump `k8s.io/api` from 0.24.1 to 0.24.2. - Bump `github.com/prometheus/client_golang` from 1.12.1 to 1.12.2. -## v1.23.0 [2022-6-13] +## v1.23.0 {date="2022-06-13"} - Sample configuration (`sample.conf`) files for the different plugins are now embedded into the Golang code by the Go compiler. You can now download the sample configuration from Telegraf without having to paste in sample configurations from each plugin's README.md. @@ -1101,7 +1102,7 @@ Telegraf without having to paste in sample configurations from each plugin's REA - HTTP (`elasticsearch`): Add healthcheck timeout. - SQL (`sql`): Add table existence cache. -## Dependency updates +### Dependency updates - Update `github.com/wavefronthq/wavefront-sdk-go` from 0.9.10 to 0.9.11. - Update `github.com/aws/aws-sdk-go-v2/config` from 1.15.3 to 1.15.7. - Update `github.com/sensu/sensu-go/api/core/v2` from 2.13.0 to 2.14.0. @@ -1114,7 +1115,7 @@ Telegraf without having to paste in sample configurations from each plugin's REA - Update `github.com/containerd/containerd` from v1.5.11 to v1.5.13. - Update `github.com/tidwall/gjson` from 1.10.2 to 1.14.1. -## v1.22.4 [2022-5-17] +## v1.22.4 {date="2022-05-17"} - Wait for network up in `systemd` packaging. @@ -1131,7 +1132,7 @@ Telegraf without having to paste in sample configurations from each plugin's REA - Update `github.com/showwin/speedtest-go` from 1.1.4 to 1.1.5. - Update OpenTelemetry plugins to v0.51.0. -## v1.22.3 [2022-4-28] +## v1.22.3 {date="2022-04-28"} - Update Go to 1.18.1. @@ -1140,12 +1141,12 @@ Telegraf without having to paste in sample configurations from each plugin's REA - GNMI (`gnmi`): Use external xpath parser. - System (`system`): Reduce log level back to original level. -## v1.22.2 [2022-4-25] +## v1.22.2 {date="2022-04-25"} - Allow Makefile to work on Windows. - Allow zero outputs when using `test-wait` parameter. -## Input plugin updates +### Input plugin updates - Aerospike (`aerospike`): Fix statistics query bug. - Aliyun CMS (`aliyuncms`): Ensure metrics accept array. - Cisco Telemetry MDT (`cisco_telemetry_mdt`): @@ -1159,10 +1160,10 @@ Telegraf without having to paste in sample configurations from each plugin's REA - SMART (`smart`): Correctly parse various numeric forms - Prometheus (`prometheus`): Moved from watcher to informer. -## Output plugin updates +### Output plugin updates - InfluxDB v2 (`influxdb_v2`): Improve error message. -## Dependency updates +### Dependency updates - Update `github.com/Azure/azure-kusto-go` from 0.5.0 to 0.60. - Update `opentelemetry` from v0.2.10 to v0.2.17. - Update `go.opentelemetry.io/collector/pdata` from v0.48.0 to v0.49.0. @@ -1177,14 +1178,14 @@ Telegraf without having to paste in sample configurations from each plugin's REA - Update `go.mongodb.org/mongo-driver` from 1.8.3 to 1.9.0. - Update `starlark 7a1108eaa012->d1966c6b9fcd`. -## v1.22.1 [2022-4-6] +## v1.22.1 {date="2022-04-06"} - Update `gonum.org/v1/gonum` from 0.9.3 to 0.11.0. - Update `github.com/golang-jwt/jwt/v4` from 4.2.0 to 4.4.1. - Update `gopsutil` and associated dependencies for improved OpenBSD support. - Fix default value for logfile rotation interval. -## Input plugin updates +### Input plugin updates - Intel PMU (`intel_pmu`): Fix slow running intel-pmu test. - Cloud PubSub (`cloud_pubsub`): Skip longer integration tests on `-short` mode. - Cloud PubSub Push (`cloud_pubsub_push`): Reduce timeouts and sleeps. @@ -1192,19 +1193,19 @@ Telegraf without having to paste in sample configurations from each plugin's REA - ZFS (`zfs`): Fix redundant pool tag. - vSphere (`vsphere`): Update debug message information. -## Output plugin updates +### Output plugin updates - Azure Monitor (`azure_monitor`): Include body in error message. - HTTP (`http`): Switch HTTP 100 test case values. -## Processor plugin updates +### Processor plugin updates - TopK (`topk`) Clarify the `k` and `fields` parameters. -## New external plugins +### New external plugins - [PSI External Plugin](https://github.com/gridscale/linux-psi-telegraf-plugin/blob/main/README.md)(`external.psi`) - Contributed by [@ajfriesen](https://github.com/ajfriesen). -## v1.22.0 [2022-3-22] +## v1.22.0 {date="2022-03-22"} -## Features +### Features - Add `autorestart` and `restartdelay` flags to Windows service - Add builds for `riscv64`. @@ -1217,7 +1218,7 @@ Telegraf without having to paste in sample configurations from each plugin's REA - `common.proxy`: Add `socks5` proxy support. - Improve error logging on plugin initialization. -## Bug fixes +### Bug fixes - Print loaded plugins and deprecations for once and test. - Remove signed MacOS artifacts. @@ -1244,9 +1245,9 @@ Telegraf without having to paste in sample configurations from each plugin's REA - Log error when loading mibs. - Fix Mac signing issue with arm64. -## New plugins +### New plugins -### Inputs +#### Inputs - [Hashicorp Consul Agent Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/consul_metrics)(`consul_agent`) - Contributed by [@efbar](https://github.com/efbar). - [Hashicorp Nomad Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nomad)(`nomad`) - Contributed by [@efbar](https://github.com/efbar). @@ -1257,7 +1258,7 @@ Telegraf without having to paste in sample configurations from each plugin's REA - [Socketstat Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/socketstat)(`socketstat`) - Contributed by [@sajoupa](https://github.com/sajoupa). - [XtremIO Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/xtremio)(`xtremio`) - Contributed by [@cthiel42](https://github.com/cthiel42). -### Processors +#### Processors - [Noise Processor](https://github.com/influxdata/telegraf/tree/master/plugins/processors/noise) (`noise`) - Contributed by [@wizarq](https://github.com/wizarq). @@ -1365,7 +1366,7 @@ Telegraf without having to paste in sample configurations from each plugin's REA - Run `gofmt`. - Fix panic if no mibs folder is found. -## Parser plugin updates +### Parser plugin updates - CSV (`csv`): - Empty import tzdata for Windows binaries. @@ -1443,7 +1444,7 @@ Telegraf without having to paste in sample configurations from each plugin's REA - Update `github.com/pion/dtls/v2` from 2.0.9 to 2.0.13. - Update `github.com/eclipse/paho.mqtt.golang` from 1.3.0 to 1.3.5. -## v1.21.4 [2022-2-16] +## v1.21.4 {date="2022-02-16"} - Update to Go 1.17.7 to address [three security issues](https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ/m/gx45t8JEAgAJ?pli=1) in the library. - Update all `go.opentelemetry.io` from 0.24.0 to 0.27.0. @@ -1489,7 +1490,7 @@ Telegraf without having to paste in sample configurations from each plugin's REA - [apt](https://github.com/x70b1/telegraf-apt/blob/master/README.md)(`telegraf-apt`) - Contributed by [@x70b1](https://github.com/x70b1). - [knot](https://github.com/x70b1/telegraf-knot/blob/master/README.md)(`telegraf-knot`) - Contributed by [@x70b1](https://github.com/x70b1). -## v1.21.3 [2022-1-27] +## v1.21.3 {date="2022-01-27"} - Update `grpc` module to v1.44.0. - Update `google.golang.org/api` module from 0.54.0 to 0.65.0. @@ -1534,7 +1535,7 @@ Telegraf without having to paste in sample configurations from each plugin's REA - Wavefront (`wavefront`): Add missing setting `wavefront_disable_prefix_conversion`. -## v1.21.2 [2022-1-5] +## v1.21.2 {date="2022-01-05"} - Add arm64 MacOS builds for M1 devices. - Add RISC-V64 Linux builds. @@ -1562,17 +1563,17 @@ Telegraf without having to paste in sample configurations from each plugin's REA - CSV (`csv`): Use an empty import of `tzdata` to correctly set the time zone. -## v1.21.1 [2021-12-16] +## v1.21.1 {date="2021-12-16"} -## Bug fixes +### Bug fixes - Fix panic in parsers due to missing log. - Update `go-sensu module` to v2.12.0 - Fix typo in OpenStack input plugin. -## Features +### Features - Add SMART input plugin concurrency configuration option, `nvme-cli v1.14+` support, and lint fixes. -## v1.21 [2021-12-15] +## v1.21 {date="2021-12-15"} {{% note %}} The signing for RPM digest has changed to use sha256 to improve security. Due to this change, RPM builds might not be compatible with RHEL6 and older releases. (Telegraf only supports releases in RHEL production.) @@ -1590,7 +1591,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Add full metadata to configuration for `common.kafka`. - Update `google.golang.org/grpc` module from 1.39.1 to 1.40.0. -## Input plugin updates +### Input plugin updates - Cloudwatch (`cloudwatch`): Fix metrics collection. - CPU (`cpu`): Update `shirou/gopsutil` from v2 to v3. - Directory Monitor (`directory_monitor`): @@ -1622,7 +1623,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Windows Services (`win_services`): Add exclude filter. - ZFS (`zfs`): Pool detection and metrics gathering for ZFS >= 2.1.x -## Output plugin updates +### Output plugin updates - Register `bigquery` to all output plugins. - Azure Data Explorer (`azure_data_explorer`): - Add option to skip table creation. @@ -1639,14 +1640,14 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Wavefront (`wavefront`): Flush sender on error to clean up broken connections. -## Parser plugin updates +### Parser plugin updates - XPath (`xpath`): Handle duplicate registration of protocol-buffer files gracefully - JSON v2 (`json_v2`): - Parser timestamp setting order. - Remove dead code. - Support defining field/tag tables within an object table. -## Processor plugin updates +### Processor plugin updates - IfName (`ifname`): - Eliminate MIB dependency. - Parallelism fix. @@ -1654,11 +1655,11 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Starlark (`starlark`): Example for processing `sparkplug_b` messages. - RegEx (`regex`): Extend to allow renaming of measurements, tags, and fields. -## Aggregator plugin updates +### Aggregator plugin updates - Implement deprecation infrastructure - Add support of aggregator as Starlark script -## New plugins +### New plugins #### Inputs @@ -1674,7 +1675,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to #### Aggregator - [Starlark Aggregator](https://github.com/influxdata/telegraf/blob/master/plugins/aggregators/starlark/README.md)(`starlark`) - Contributed by [@essobedo](https://github.com/essobedo). -## v1.20.4 [2021-11-17] +## v1.20.4 {date="2021-11-17"} - Update `BurntSushi/toml` from 0.3.1 to 0.4.1. - Update `gosnmp` module from 1.32 to 1.33. @@ -1697,7 +1698,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to ### Output plugin updates - Loki (`loki`): Include the metric name as a label for improved query performance and metric filtering. -## v1.20.3 [2021-10-28] +## v1.20.3 {date="2021-10-28"} - Update Go to 1.17.2. - Update `gjson` module to v1.10.2. @@ -1739,7 +1740,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - [IBM DB2](https://github.com/bonitoo-io/telegraf-input-db2): Contributed by @sranka. - [Oracle Database](https://github.com/bonitoo-io/telegraf-input-oracle): Contributed by @sranka. -## v1.20.2 [2021-10-07] +## v1.20.2 {date="2021-10-07"} - Fix makefile typo that prevented i386 tar and rpm packages from being built. @@ -1751,7 +1752,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - JSON V2 (`json_v2`): Duplicate line_protocol when using object and fields. - Influx (`influx`): Fix memory leak. -## v1.20.1 [2021-10-06] +## v1.20.1 {date="2021-10-06"} - Fix output buffer never completely flushing. - Update `k8s.io/apimachinery` module to 0.22.2. @@ -1776,7 +1777,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Loki (`loki`): Update http_headers setting to match sample config. - MQTT (`mqtt`): Add "keep alive" config option and documentation around issue with eclipse/mosquito version. -## v.1.20 [2021-09-16] +## v.1.20 {date="2021-09-16"} - Update Go to 1.17.0 - Update runc module to v1.0.0-rc95. @@ -1836,7 +1837,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - [OpenTelemetry](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/opentelemetry) - Contributed by @jacobmarble - [Azure Data Explorer](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/azure_data_explorer) - Contributed by @minwal -## v.1.19.3 [2021-08-19] +## v.1.19.3 {date="2021-08-19"} - Update `sirupsen/logrus` module from 1.7.0 to 1.8.1. - Update `testcontainers/testcontainers-go` module from 0.11.0 to 0.11.1. @@ -1864,7 +1865,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to ### Processor plugin updates - AWS (`aws`): Refactor EC2 init. -## v.1.19.2 [2021-07-28] +## v.1.19.2 {date="2021-07-28"} - Update Go to 1.16.6. - Linter fixes. @@ -1901,7 +1902,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Fix an issue to handle nested objects in arrays properly. -## v.1.19.1 [2021-07-07] +## v.1.19.1 {date="2021-07-07"} - Update nat-server module to v2.2.6. - Update apimachinary module to v0.21.1. @@ -1931,7 +1932,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to ### Parser plugin updates - (`json_v2`): Don't require tags to be added to included_keys. -## v1.19.0 [2021-06-17] +## v1.19.0 {date="2021-06-17"} - Update Go to 1.16.5. @@ -2011,7 +2012,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - [ldap_org and ds389](https://github.com/falon/CSI-telegraf-plugins) - Contributed by @falon - [x509_crl](https://github.com/jcgonnard/telegraf-input-x590crl) - Contributed by @jcgonnard -## v1.18.3 [2021-05-21] +## v1.18.3 {date="2021-05-21"} - Add FreeBSD ARMv7 build. - Dependencies: @@ -2040,7 +2041,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to -## v1.18.2 [2021-04-29] +## v1.18.2 {date="2021-04-29"} - Make JSON format compatible with nulls to ensure Telegraf successfully detects null values and returns an empty metric without error. - Update `common.shim` by changing `NewStreamParser` to accept larger inputs from scanner. @@ -2063,7 +2064,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - [Converter Processor](https://github.com/influxdata/telegraf/blob/release-1.18/plugins/processors/converter/README.md) (`converter`): Add support for `float64` to support converting longer hexadecimal string values to a numeric type without losing in precision. Note, if a string number exceeds the size limit for `float64`, precison may be lost. -## v1.18.1 [2021-04-07] +## v1.18.1 {date="2021-04-07"} - Agent: Closes running outputs when agent reloads on SIGHUP. @@ -2101,7 +2102,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to Retrieve interface name more efficiently. -## v1.18 [2021-3-17] +## v1.18 {date="2021-03-17"} ### Features - Update to Go 1.16.2. @@ -2142,7 +2143,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - [MessagePack](https://github.com/influxdata/telegraf/tree/master/plugins/serializers/msgpack)(`msgpack`) - Contributed by [@dialogbox](https://github.com/dialogbox) -## v.1.17.3 [2021-2-17] +## v.1.17.3 {date="2021-02-17"} - Update to Go 1.15.8. @@ -2169,14 +2170,14 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Update `github.com/gopcua/opcua` to 0.1.13. - Update `go-ping` to latest version. -## v.1.17.2 [2021-1-28] +## v.1.17.2 {date="2021-01-28"} ### Input plugin updates - `ping`: - Added support to the interface in native mode using either the name or IP address. - Resolved regression from 1.17.1 by adding back missing function. -## v.1.17.1 [2021-1-27] +## v.1.17.1 {date="2021-01-27"} ### Features - Add Event Log support for Windows platforms. @@ -2214,7 +2215,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to ### Aggregator plugin updates - `merge`: Performance optimization improvements. -## v1.17.0 [2020-12-17] +## v1.17.0 {date="2020-12-17"} ### Features - Update Go to 1.15.5. @@ -2288,7 +2289,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - `starlark`: Can now store state between runs using a global state variable. -## v1.16.3 [2020-12-01] +## v1.16.3 {date="2020-12-01"} ### Features - Update `godirwalk` to 1.16.1 for Dragonfly BSD support. @@ -2313,7 +2314,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Add support for logging. - Add capability to return multiple metrics. -## v1.16.2 [2020-11-13] +## v1.16.2 {date="2020-11-13"} ### Input plugin updates @@ -2337,7 +2338,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Dynatrace (`dynatrace`): Fix pushing metrics to separate Dynatrace environments. - Wavefront (`wavefront`): Add `immediate_flush` tag. -## v1.16.1 [2020-10-28] +## v1.16.1 {date="2020-10-28"} ### Input plugin updates @@ -2356,7 +2357,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Apache Kafka (`kafka`): Add Kafka SASL-mechanism authentication support for SCRAM-SHA-256, SCRAM-SHA-512, GSSAPI. -## v1.16.0 [2020-10-21] +## v1.16.0 {date="2020-10-21"} ### New plugins @@ -2446,7 +2447,7 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - Fix bugs found by LGTM analysis platform. - Update to Go 1.15.2 -## v.1.15.3 [2020-09-11] +## v.1.15.3 {date="2020-09-11"} ### Features - `processors.starlark`: @@ -2469,19 +2470,19 @@ The signing for RPM digest has changed to use sha256 to improve security. Due to - `inputs.vsphere`: Fixed missing cluster name. - `outputs.opentsdb` Fix JSON handling of values `NaN` and `Inf`. -## v1.15.2 [2020-07-31] +## v1.15.2 {date="2020-07-31"} ### Bug Fixes - Fix RPM `/var/log/telegraf` permissions. - Fix tail following on EOF. -## v1.15.1 [2020-07-22] +## v1.15.1 {date="2020-07-22"} ### Bug fixes - Fix architecture in non-amd64 deb and rpm packages. -## v1.15.0 [2020-07-22] +## v1.15.0 {date="2020-07-22"} {{% warn %}} Critical bug that impacted non-amd64 packages was introduced in 1.15.0. **Do not install this release.** Instead, install 1.15.1, which includes the features, new plugins, and bug fixes below. @@ -2602,7 +2603,7 @@ Breaking changes are updates that may cause Telegraf plugins to fail or function - Fix incorrect Azure SQL DB server properties. - Send metrics in FIFO order. -## v1.14.5 [2020-06-30] +## v1.14.5 {date="2020-06-30"} ### Bug fixes @@ -2614,7 +2615,7 @@ Breaking changes are updates that may cause Telegraf plugins to fail or function - Allow any key usage type on x509 certificate. - Allow histograms and summary types without buckets or quantiles in `prometheus_client` output. -## v1.14.4 [2020-06-09] +## v1.14.4 {date="2020-06-09"} ### Bug fixes @@ -2623,7 +2624,7 @@ Breaking changes are updates that may cause Telegraf plugins to fail or function - Fix a numeric to bool conversion in the `converter` processor. - Fix an issue with the `influx` stream parser blocking when the data is in buffer. -## v1.14.3 [2020-05-19] +## v1.14.3 {date="2020-05-19"} ### Bug fixes @@ -2632,7 +2633,7 @@ Breaking changes are updates that may cause Telegraf plugins to fail or function - Fix reconnection of timed out HTTP2 connections `influxdb` outputs. - Fix negative value parsing in `impi_sensor` input. -## v1.14.2 [2020-04-28] +## v1.14.2 {date="2020-04-28"} ### Bug fixes @@ -2646,7 +2647,7 @@ Breaking changes are updates that may cause Telegraf plugins to fail or function - Don't retry create database when using database_tag if forbidden by the server in `influxdb` output. - Allow CR and FF inside of string fields in InfluxDB line protocol parser. -## v1.14.1 [2020-04-14] +## v1.14.1 {date="2020-04-14"} ### Bug fixes @@ -2656,7 +2657,7 @@ Breaking changes are updates that may cause Telegraf plugins to fail or function - Fix exclude database and retention policy tags. - Fix status path when using globs in `phpfpm`. -## v1.14 [2020-03-26] +## v1.14 {date="2020-03-26"} ### Breaking changes @@ -2764,7 +2765,7 @@ Telegraf now uses the [Go TLS library](https://golang.org/pkg/crypto/tls/). - Continue parsing after error. - Set headers on ping URL. -## v1.13.4 [2020-02-25] +## v1.13.4 {date="2020-02-25"} ### Release Notes Official packages now built with Go 1.13.8. @@ -2778,7 +2779,7 @@ Official packages now built with Go 1.13.8. - Fix inconsistency with input error counting in Telegraf v1.x (`internal`) input plugin. - Use the same timestamp per call if no time is provided in Prometheus (`prometheus`) input plugin. -## v1.13.3 [2020-02-04] +## v1.13.3 {date="2020-02-04"} ### Bug fixes @@ -2793,7 +2794,7 @@ Official packages now built with Go 1.13.8. - Increase support for up to 4096 statistics in the Ethtool (`ethtool`) input plugin. - Remove expired metrics from the Prometheus Client (`prometheus_client`) output plugin. Previously, expired metrics were only removed when new metrics were added. -## v1.13.2 [2020-01-21] +## v1.13.2 {date="2020-01-21"} ### Bug fixes @@ -2805,7 +2806,7 @@ Official packages now built with Go 1.13.8. - Remove invalid timestamps from Kafka messages. - Update `json` parser to fix `json_strict` option and set `default` to `true`. -## v1.13.1 [2020-01-08] +## v1.13.1 {date="2020-01-08"} ### Bug fixes - Fix ServerProperty query stops working on Azure after failover. @@ -2821,7 +2822,7 @@ Official packages now built with Go 1.13.8. - Use last path element as field key if path fully specified in Cisco GNMI Telemetry (`cisco_telemetry_gnmi`) input plugin. -## v1.13 [2019-12-12] +## v1.13 {date="2019-12-12"} ### Release Notes Official packages built with Go 1.13.5. @@ -2912,7 +2913,7 @@ for details about the mapping. - Replace colon characters in Prometheus (`prometheus_client`) output labels with `metric_version=1`. - Set TrimLeadingSpace when TrimSpace is on in CSV (`csv`) parser. -## v1.12.6 [2019-11-19] +## v1.12.6 {date="2019-11-19"} ### Bug fixes - Fix many plugin errors logged at debug logging level. @@ -2920,7 +2921,7 @@ for details about the mapping. - Fix interface option with `method = native` in Ping (`ping`) input plugin. - Fix panic in MongoDB (`mongodb`) input plugin if shard connection pool stats are unreadable. -## v1.12.5 [2019-11-12] +## v1.12.5 {date="2019-11-12"} ### Bug fixes - Fix incorrect results in Ping (`ping`) input plugin. @@ -2933,7 +2934,7 @@ for details about the mapping. - Fix MySQL field type conflict in conversion of `gtid_mode` to an integer. - Fix MySQL field type conflict with `ssl_verify_depth` and `ssl_ctx_verify_depth`. -## v1.12.4 [2019-10-23] +## v1.12.4 {date="2019-10-23"} - Build official packages with Go 1.12.12. @@ -2942,7 +2943,7 @@ for details about the mapping. - Exclude alias tag if unset from plugin internal stats. - Fix `socket_mode` option in PowerDNS Recursor (`powerdns_recursor`) input plugin. -## v1.12.3 [2019-10-07] +## v1.12.3 {date="2019-10-07"} - Build official packages with Go 1.12.10. @@ -2954,7 +2955,7 @@ for details about the mapping. - Fix database routing on retry with `exclude_database_tag`. - Fix logging panic in Exec (`exec`) input plugin with Nagios data format. -## v1.12.2 [2019-09-24] +## v1.12.2 {date="2019-09-24"} ### Bug fixes - Fix timestamp format detection in `csv` and `json` parsers. @@ -2965,7 +2966,7 @@ for details about the mapping. - Cisco GNMI Telemetry input (`cisco_telemetry_gnmi`) - Fix path handling issues. -## v1.12.1 [2019-09-10] +## v1.12.1 {date="2019-09-10"} ### Bug fixes - Fix dependenciess on GLIBC_2.14 symbol version. @@ -2985,7 +2986,7 @@ for details about the mapping. - Display retry log message only when retry after is received. -## v1.12 [2019-09-03] +## v1.12 {date="2019-09-03"} ### Release Notes - The cluster health related fields in the Elasticsearch input have been split out @@ -3078,7 +3079,7 @@ for details about the mapping. - Query oplog only when connected to a replica set. - Use environment variables to locate Program Files on Windows. -## v1.11.5 [2019-08-27] +## v1.11.5 {date="2019-08-27"} ### Bug fixes - Update `go-sql-driver/mysql` driver to 1.4.1 to address auth issues. @@ -3090,7 +3091,7 @@ for details about the mapping. - Remove leading slash from rcon command. - Allow jobs with dashes in the name in `lustre2` input plugin. -## v1.11.4 [2019-08-06] +## v1.11.4 {date="2019-08-06"} ### Bug fixes @@ -3102,7 +3103,7 @@ for details about the mapping. - Socket Listener input (`socket_listener`) - Fix reload panic. -## v1.11.3 [2019-07-23] +## v1.11.3 {date="2019-07-23"} ### Bug fixes @@ -3126,7 +3127,7 @@ for details about the mapping. - VMware vSphere input (`vsphere`) - Fix unable to reconnect after vCenter reboot. -## v1.11.2 [2019-07-09] +## v1.11.2 {date="2019-07-09"} ### Bug fixes @@ -3147,7 +3148,7 @@ for details about the mapping. - Tail input (`tail`) - Fix stop working after reload. -## v1.11.1 [2019-06-25] +## v1.11.1 {date="2019-06-25"} ### Bug fixes @@ -3172,7 +3173,7 @@ for details about the mapping. - System input (`system`) - Ignore error when `utmp` is missing. -## v1.11.0 [2019-06-11] +## v1.11.0 {date="2019-06-11"} - System (`system`) input plugin - The `uptime_format` field has been deprecated — use the `uptime` field instead. @@ -3319,7 +3320,7 @@ for details about the mapping. - VMware vSphere (`vsphere`) input - Fixed datastore name mapping. -## v1.10.4 [2019-05-14] +## v1.10.4 {date="2019-05-14"} ### Bug fixes @@ -3344,7 +3345,7 @@ for details about the mapping. - VMware vSphere input (`vsphere`) - Fix interval estimation. -## v1.10.3 [2019-04-16] +## v1.10.3 {date="2019-04-16"} ### Bug fixes @@ -3357,7 +3358,7 @@ for details about the mapping. - Prometheus Client (`prometheus_client`) output plugin. - Allow colons in metric names. -## v1.10.2 [2019-04-02] +## v1.10.2 {date="2019-04-02"} ### Breaking changes @@ -3396,7 +3397,7 @@ for details about the mapping. - StatsD (`statsd`) input - Listen before leaving start. -## v1.10.1 [2019-03-19] +## v1.10.1 {date="2019-03-19"} #### Bug fixes @@ -3407,7 +3408,7 @@ for details about the mapping. - Fix invalid measurement name and skip column in the CSV input data format parser. - Fix System (`system`) input plugin causing high CPU usage on Raspbian. -## v1.10 [2019-03-05] +## v1.10 {date="2019-03-05"} #### New input plugins @@ -3511,7 +3512,7 @@ for details about the mapping. - Skip string fields when writing. - Send metrics in ascending time order. -## v1.9.5 [2019-02-26] +## v1.9.5 {date="2019-02-26"} ### Bug fixes @@ -3532,7 +3533,7 @@ for details about the mapping. * Skip string fields when writing to stackdriver output. * Send metrics in ascending time order. -## v1.9.4 [2019-02-05] +## v1.9.4 {date="2019-02-05"} ### Bug fixes @@ -3544,7 +3545,7 @@ for details about the mapping. * Syslog (`syslog`) input plugin * Fix definition of multiple syslog plugins. -## v1.9.3 [2019-01-22] +## v1.9.3 {date="2019-01-22"} #### Bug fixes @@ -3561,7 +3562,7 @@ for details about the mapping. * Prometheus (`prometheus`) input plugin * Fix `prometheus` input not detecting added and removed pods. -## v1.9.2 [2019-01-08] +## v1.9.2 {date="2019-01-08"} ### Bug fixes @@ -3580,7 +3581,7 @@ for details about the mapping. - Fix panic in Docker input with bad endpoint. - Fix original metric modified by aggregator filters. -## v1.9.1 [2018-12-11] +## v1.9.1 {date="2018-12-11"} ### Bug fixes @@ -3595,7 +3596,7 @@ for details about the mapping. - Use `-W` flag on BSD variants in ping input. - Allow delta metrics in Wavefront parser. -## v1.9.0 [2018-11-20] +## v1.9.0 {date="2018-11-20"} #### Release Notes @@ -3677,7 +3678,7 @@ for details about the mapping. - Fix outputs block inputs when batch size is reached. - Fix potential missing datastore metrics in VMware vSphere (`vsphere`) input plugin. -## v1.8.3 [2018-10-30] +## v1.8.3 {date="2018-10-30"} ### Bug fixes @@ -3689,7 +3690,7 @@ for details about the mapping. - Don't add unserializable fields to Jolokia2 (`jolokia2`) input plugin. - Fix version check in PostgreSQL Exstensible (`postgresql_extensible`) plugin. -## v1.8.2 [2018-10-17] +## v1.8.2 {date="2018-10-17"} ### Bug fixes @@ -3714,7 +3715,7 @@ for details about the mapping. * X.509 Certificate (`x509_cert`) input plugin * Fix segfault. -## v1.8.1 [2018-10-03] +## v1.8.1 {date="2018-10-03"} ### Bug fixes @@ -3729,7 +3730,7 @@ for details about the mapping. - Fix missing non-realtime samples in VMware vSphere (`vsphere`) input plugin. - Fix case of `timezone`/`grok_timezone` options in grok parser and logparser input plugin. -## v1.8 [2018-09-21] +## v1.8 {date="2018-09-21"} ### New input plugins @@ -3856,7 +3857,7 @@ for details about the mapping. - Fix CSV format configuration loading. -## v1.7.4 [2018-08-29] +## v1.7.4 {date="2018-08-29"} ### Bug fixes @@ -3869,7 +3870,7 @@ for details about the mapping. * Fix sending of basic authentication credentials in HTTP `(output)` output plugin. * Use the correct `GOARM` value in the Linux armel package. -## v1.7.3 [2018-08-07] +## v1.7.3 {date="2018-08-07"} ### Bug fixes @@ -3881,7 +3882,7 @@ for details about the mapping. * Use explicit `zpool` properties to fix parse error on FreeBSD 11.2. * Lock buffer when adding metrics. -## v1.7.2 [2018-07-18] +## v1.7.2 {date="2018-07-18"} ### Bug fixes @@ -3893,7 +3894,7 @@ for details about the mapping. * Reset read deadline for Syslog (`syslog`) input plugin. * Exclude cached memory on Docker (`docker`) input plugin. -## v1.7.1 [2018-07-03] +## v1.7.1 {date="2018-07-03"} ### Bug fixes @@ -3906,7 +3907,7 @@ for details about the mapping. * Document Swap (`swap`) input plugin. * Fix incorrect precision being applied to metric in HTTP Listener (`http_listener`) input plugin. -## v1.7 [2018-06-12] +## v1.7 {date="2018-06-12"} ### Release notes @@ -3984,7 +3985,7 @@ for details about the mapping. - Use same flags for all BSD family ping variants. -## v1.6.4 [2018-06-05] +## v1.6.4 {date="2018-06-05"} ### Bug fixes @@ -3993,7 +3994,7 @@ for details about the mapping. * Fix documentation of `instance_name` option in Varnish input. * Revert to previous Aerospike library version due to memory leak. -## v1.6.3 [2018-05-21] +## v1.6.3 {date="2018-05-21"} ### Bug fixes @@ -4004,7 +4005,7 @@ for details about the mapping. * Fix Librato (`librato`) output plugin support for unsigned integer (`uint`) and Boolean (`bool`). * Fix WaitGroup deadlock, if URL is incorrect, in Apache input plugin. -## v1.6.2 [2018-05-08] +## v1.6.2 {date="2018-05-08"} ### Bug fixes @@ -4015,7 +4016,7 @@ for details about the mapping. * Fix uint support in CrateDB (`cratedb`) output. -## v1.6.1 [2018-04-23] +## v1.6.1 {date="2018-04-23"} ### Bug fixes @@ -4031,7 +4032,7 @@ for details about the mapping. * Return errors in SSL/TLS configuration of MongoDB (`mongodb`) input plugin. -## v1.6 [2018-04-16] +## v1.6 {date="2018-04-16"} ### Release notes @@ -4139,7 +4140,7 @@ for details about the mapping. * Fix SNMPv3 connection with Cisco ASA 5515 in SNMP (`snmp`) input plugin. -## v1.5.3 [2018-03-14] +## v1.5.3 {date="2018-03-14"} ### Bug fixes @@ -4151,7 +4152,7 @@ for details about the mapping. * Fix uptime metric in Passenger (`passenger`) input plugin. * Add output of stderr in case of error to exec log message. -## v1.5.2 [2018-01-30] +## v1.5.2 {date="2018-01-30"} ### Bug fixes @@ -4165,7 +4166,7 @@ for details about the mapping. - Add `timeout` to Wavefront output write. - Exclude `master_replid` fields from Redis input. -## v1.5.1 [2017-01-10] +## v1.5.1 {date="2017-01-10"} ### Bug fixes @@ -4176,7 +4177,7 @@ for details about the mapping. - Fix `deliver_get` field in RabbitMQ (`rabbitmq`) input plugin. - Escape environment variables during config TOML parsing. -## v1.5 [2017-12-14] +## v1.5 {date="2017-12-14"} ### New plugins @@ -4267,7 +4268,7 @@ for details about the mapping. - Fix separation of multiple prometheus_client outputs. - Don't add system input uptime_format as a counter. -## v1.4.5 [2017-12-01] +## v1.4.5 {date="2017-12-01"} ### Bug fixes @@ -4275,7 +4276,7 @@ for details about the mapping. - Fix error getting net connections info in netstat input. - Fix HOST_MOUNT_PREFIX in Docker with disk input. -## v1.4.4 [2017-11-08] +## v1.4.4 {date="2017-11-08"} ### Bug fixes - Use schema specified in mqtt_consumer input. @@ -4284,7 +4285,7 @@ for details about the mapping. - Support HOST_VAR envvar to locate /var in system input. - Use current time if Docker container read time is zero value. -## v1.4.3 [2017-10-25] +## v1.4.3 {date="2017-10-25"} ### Bug fixes @@ -4300,7 +4301,7 @@ for details about the mapping. - Fix unquoting error with Tomcat 6. - Fix syscall panic in diskio on some Linux systems. -## v1.4.2 [2017-10-10] +## v1.4.2 {date="2017-10-10"} ### Bug fixes @@ -4314,7 +4315,7 @@ for details about the mapping. - Fix panic in CPU input if number of CPUs changes. - Use chunked transfer encoding in InfluxDB output. -## v1.4.1 [2017-09-26] +## v1.4.1 {date="2017-09-26"} ### Bug fixes @@ -4327,7 +4328,7 @@ for details about the mapping. - Fix panic in statsd p100 calculation. - Fix arm64 packages contain 32-bit executable. -## v1.4.0 [2017-09-05] +## v1.4.0 {date="2017-09-05"} ### Release Notes @@ -4432,7 +4433,7 @@ for details about the mapping. - Skip non-numerical values in graphite format. - Fix panic when handling string fields with escapes. -## v1.3.5 [2017-07-26] +## v1.3.5 {date="2017-07-26"} ### Bug fixes @@ -4441,7 +4442,7 @@ for details about the mapping. - Fix ntpq parse issue when using dns_lookup. - Fix panic when agent.interval = "0s". -## v1.3.4 [2017-07-12] +## v1.3.4 {date="2017-07-12"} ### Bug fixes @@ -4450,7 +4451,7 @@ for details about the mapping. - Do not allow metrics with trailing slashes. - Prevent Write from being called concurrently. -## v1.3.3 [2017-06-28] +## v1.3.3 {date="2017-06-28"} ### Bug fixes @@ -4459,7 +4460,7 @@ for details about the mapping. - Fix bug parsing default timestamps with modified precision. - Fix panic in elasticsearch input if cannot determine master. -## v1.3.2 [2017-06-14] +## v1.3.2 {date="2017-06-14"} ### Bug fixes @@ -4467,7 +4468,7 @@ for details about the mapping. - Fix mongodb/leofs urls without scheme. - Fix inconsistent label dimensions in prometheus output. -## v1.3.1 [2017-05-31] +## v1.3.1 {date="2017-05-31"} ### Bug fixes @@ -4479,7 +4480,7 @@ for details about the mapping. - Fix panic in mongo input. - Fix length calculation of split metric buffer. -## v1.3.0 [2017-05-09] +## v1.3.0 {date="2017-05-09"} #### Changes to the Windows ping plugin @@ -4604,7 +4605,7 @@ These plugins will replace [udp_listener](https://github.com/influxdata/telegraf - AMQP output disconnect blocks all outputs. - Improve documentation for redis input plugin. -## v1.2.1 [2017-02-01] +## v1.2.1 {date="2017-02-01"} ### Bug fixes @@ -4615,7 +4616,7 @@ These plugins will replace [udp_listener](https://github.com/influxdata/telegraf - Go (golang) version update 1.7.4 -> 1.7.5 -## v1.2 [2017-01-24] +## v1.2 {date="2017-01-24"} ### Release Notes @@ -4688,20 +4689,20 @@ plugins, not just statsd. - Influx parser: parse line-protocol without newlines. - InfluxDB output: fix field type conflict blocking output buffer. -## v1.1.2 [2016-12-12] +## v1.1.2 {date="2016-12-12"} ### Bug fixes - Make snmptranslate not required when using numeric OID. - Add a global snmp translation cache. -## v1.1.1 [2016-11-14] +## v1.1.1 {date="2016-11-14"} ### Bug fixes - Fix issue parsing toml durations with single quotes. -## v1.1.0 [2016-11-07] +## v1.1.0 {date="2016-11-07"} ### Release Notes @@ -4778,7 +4779,7 @@ continue sending logs to /var/log/telegraf/telegraf.log. - Ping input odd timeout behavior. - Switch to github.com/kballard/go-shellquote. -## v1.0.1 [2016-09-26] +## v1.0.1 {date="2016-09-26"} ### Bug fixes @@ -4787,7 +4788,7 @@ continue sending logs to /var/log/telegraf/telegraf.log. - Add configurable timeout to influxdb input plugin. - Fix statsd no default value panic. -## v1.0 [2016-09-08] +## v1.0 {date="2016-09-08"} ### Release Notes