From 8bc0e3d67442df1bf2fa1d47fd4b1cbd609cc919 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sun, 13 May 2018 10:52:44 +0200 Subject: [PATCH] changelog: latest contributions --- CHANGELOG.md | 5 +++++ CONTRIBUTORS.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a107877d2..5b04901dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ We are working on the new 7.0 that will include Browsertime 3.0. You can read ab * Sanitize path segments when creating folder (taking care of bad characters when creating new folders) - Thank you [Ryan Siddle](https://github.com/rsiddle) for the PR! [#1961](https://github.com/sitespeedio/sitespeed.io/pull/1961) +* If you are a InfluxDB user, your tags now will hold more info (not only category tags). Thank you [Icecold777](https://github.com/Icecold777) for the PR [#2031](https://github.com/sitespeedio/sitespeed.io/pull/2031) + + ## Added * Add StatsD support (with bulking). Thank you [Omri](https://github.com/omrilotan) for the PR [#1994](https://github.com/sitespeedio/sitespeed.io/pull/1994). @@ -17,6 +20,8 @@ We are working on the new 7.0 that will include Browsertime 3.0. You can read ab * Get console messages from Chrome in the HTML output and send the number of errors to Graphite/InfluxDB by default. +* You can now change safe char for groups/domain in InfluxDB with --influxdb.groupSeparator. Thank you [amic87](https://github.com/amic81) for your PR! + ## Changed * To collect the Chrome timeline you should now use ```--browsertime.chrome.timeline``` instead of the old ```--browsertime.chrome.collectTracingEvents``` diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index cf908666f..124042dd5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,4 +1,6 @@ Many many many thanks to: +* Icecold777 (@Icecold777) +* amic81 (@amic81) * Ryan Siddle (@rsiddle) * Michael J. Mitchell (@mitchtech) * Omri (@omrilotan)