From e2a3f800d52c267997993255f28fe33008ac3e12 Mon Sep 17 00:00:00 2001 From: Jordan Porter Date: Tue, 22 Jun 2021 15:36:48 -0700 Subject: [PATCH] update changelog for release (#79) * update changelog for release * increment version * address PR comments about pageHide description --- CHANGELOG.md | 17 +++++++++++++++++ VERSION | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df305ced6..16fdbd55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v1210 + +* Staging release date: TBD +* Production APM-injected release date: TBD +* Production Standalone release date: TBD + + +### PageHide PageViewTiming events are now accounted for during page unload events +`PageHide` PageViewTiming events are used to query CLS values. In cases where the page was never hidden, inconsistencies would arise because the PageViewTiming event with that type would not be collected. Now when `pageUnload` fires, if a `pageHide` PageViewTiming has not already been set, it will set it to the time of unload. + +### Perfect Cumulative Layout Scores (CLS) are now recorded as 0 +Perfect CLS scores were being ignored, because a score was only recorded when content shifted. This change reports perfect scores as 0, fixing inconsistent CLS queries. + +### Record fetch calls as metrics +Fetch calls are currently only recorded as AjaxRequest events with SPA browser interactions. This change records fetch calls as AJAX metrics, which will make them visible in the AJAX UI charts. + + ## v1209 * Staging release date: 05/24/2021 diff --git a/VERSION b/VERSION index 7862d759d..68d2b3287 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1209 \ No newline at end of file +1210 \ No newline at end of file