From c098331138cbc5573cb25f7916334013d8c833b6 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 7 Jul 2023 16:30:45 +0200 Subject: [PATCH] changelog: add breaking change --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e56322cf..6089bc119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 29.0.0. - UNRELEASED +### Breaking change + +* Change timestamp for Graphite/InfluxDB metrics/annotations. The old implementation used the start time for the test all metrics sent except *browsertime.run* metrics (data for each run). This fix changes so metrics (and annotations) uses the *browsertime.pageSummary* runTime (when the actual first iteration happen for a test). This makes more sense if you test multiple pages within the same test [#3900](https://github.com/sitespeedio/sitespeed.io/pull/3900). + + ## 28.2.0 - 2023-07-07 ### Added * Updated the Docker container to use Firefox 115.