From 41de1b460a1e39c618ccf60182feb4c6f6247ac4 Mon Sep 17 00:00:00 2001 From: miliberlin Date: Fri, 22 May 2026 08:44:30 +0200 Subject: [PATCH 1/2] feat(docs): update agent changelog [red-00] --- platform/private-locations/change-log.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/private-locations/change-log.mdx b/platform/private-locations/change-log.mdx index 38272758..e408d1c7 100644 --- a/platform/private-locations/change-log.mdx +++ b/platform/private-locations/change-log.mdx @@ -19,6 +19,8 @@ Learn more about: - Improved Playwright browsers installation - Playwright Check Suites now cache Playwright browsers across runs in the same Private Location Agent +- Upgraded dependencies such as vm2 `3.10.5` -> `3.11.3` and axios `1.15.0` -> `1.16.1` +- Patch for using Checkly's `markCheckAsDegraded` helper in combination with soft assertions From 312ad6a381c072819820ea6a088aee545cb02db7 Mon Sep 17 00:00:00 2001 From: miliberlin Date: Fri, 22 May 2026 09:14:13 +0200 Subject: [PATCH 2/2] docs(changelog): fix formatting in v8.2.0 agent changelog entry Co-Authored-By: Claude Opus 4.7 (1M context) --- platform/private-locations/change-log.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/private-locations/change-log.mdx b/platform/private-locations/change-log.mdx index e408d1c7..10301589 100644 --- a/platform/private-locations/change-log.mdx +++ b/platform/private-locations/change-log.mdx @@ -19,8 +19,8 @@ Learn more about: - Improved Playwright browsers installation - Playwright Check Suites now cache Playwright browsers across runs in the same Private Location Agent -- Upgraded dependencies such as vm2 `3.10.5` -> `3.11.3` and axios `1.15.0` -> `1.16.1` -- Patch for using Checkly's `markCheckAsDegraded` helper in combination with soft assertions +- Upgraded dependencies such as `vm2` 3.10.5 → 3.11.3 and `axios` 1.15.0 → 1.16.1 +- Patched Checkly's `markCheckAsDegraded` helper when used with soft assertions