Skip to content

Commit a5f7355

Browse files
committed
updated agent release notes
1 parent ea063c6 commit a5f7355

1 file changed

Lines changed: 13 additions & 84 deletions

File tree

platform/private-locations/change-log.mdx

Lines changed: 13 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -14,117 +14,46 @@ Learn more about:
1414

1515
## Full release history
1616

17-
### Version 6.1.7 (December 3, 2025)
17+
### Version 6.2.0 (December 16, 2025)
18+
19+
- Coming soon
1820

19-
**Features**
21+
### Version 6.1.7 (December 3, 2025)
2022

21-
- First image also including a developer version `6.1.7-dev`, learn all about the [dev image](https://www.checklyhq.com/docs/platform/private-locations/dev-agent/) here.
22-
- From now on, you can get the most recent dev image available using `checkly/agent:dev`.
23-
- Playwright Check Suites: improved internal logging and metrics.
24-
- Browser and MultiStep checks using Runtime **2025-04** automatically scrubs the authorization header in requests.
23+
- Added support for a [dev image](https://www.checklyhq.com/docs/platform/private-locations/dev-agent/) starting with `checkly/agent:6.1.7-dev`. Going forward, the dev variant is published both as a floating tag (`checkly/agent:dev`) and as versioned images (`checkly/agent:X.Y.Z-dev`).
24+
- Improved internal logging and metrics for [Playwright Check Suites](/detect/synthetic-monitoring/playwright-checks/overview)
25+
- Browser and MultiStep checks using Runtime **2025-04** now automatically scrub the `Authorization` header from requests
2526

2627
### Version 6.1.6 (November 24, 2025)
2728

28-
**Features**
29-
3029
- Added Checkly environment variables and configuration to [Playwright Check Suites](/detect/synthetic-monitoring/playwright-checks/overview). See the docs on [Playwright Check Suites environment variables](/detect/synthetic-monitoring/playwright-checks/environment-variables)
3130
- Adds support for `CHECKLY` to all checkly triggered runs: scheduled checks and test sessions triggered through either `npx checkly test`, `npx checkly trigger` or `npx checkly pw-test`
3231
- Includes the environment variable `CI` as true only for test session triggered runs
3332

3433
### Version 6.1.5 (November 14, 2025)
3534

36-
**Features**
37-
38-
- Added playwright test metrics support for Test performance and Test statuses graphs in Check Overview
35+
- Added Playwright test metrics to the check overview page, including **Test performance** and **Test statuses** graphs
3936

4037
### Version 6.1.4 (October 29, 2025)
4138

42-
**Improvements**
43-
4439
- Minor patches on reporting
4540

4641
### Version 6.1.3 (August 14, 2025)
4742

48-
**Security updates**
49-
50-
- Improved secret scrubbing with new Playwright fork version
51-
- Additional commits from runners
52-
- Full changelog [here](https://github.com/checkly/checkly-runners/releases/tag/v6.1.3)
43+
- Improved and centralized secret scrubbing for more reliable removal of sensitive data
5344

5445
### Version 6.1.2 (August 6, 2025)
5546

56-
**Features**
57-
58-
- Add support for CHECKLY_SECRET environment variables
59-
- When an environment variable prefixed with `CHECKLY_SECRET_` contains special characters (anything other than A-Za-z0-9-_.~), the system now:
60-
1. Detects special characters using the regex pattern `/[^A-Za-z0-9\-_.~]/`
61-
2. Creates an encoded version using `encodeURIComponent()` with additional `!` character encoding (%21)
62-
3. Adds it to the scrubbing cache to ensure both original and encoded values are properly scrubbed from traces
63-
- This ensures that secrets containing special characters like `@, %, !, +`, etc. are properly scrubbed even when they appear in encoded form within request payloads or URLs
47+
- Added support for `CHECKLY_SECRET_*` environment variables. Secrets containing special characters (e.g. `@`, `%`, `!`, `+`) are now reliably scrubbed from traces, including when they appear in encoded form in URLs or request payloads
6448

6549
### Version 6.1.1 (July 30, 2025)
6650

67-
**Bug fixes**
68-
69-
- Make proxied env accessible to dependency callers
51+
- Fixed an issue where checks could fail behind proxies during dependency installation because proxy-related environment variables were not consistently available
7052

7153
### Version 6.1.0 (July 25, 2025)
7254

73-
**Features**
74-
75-
- Add support for secret detection on runtime for browser and MS checks (behind the Feature Flag `RUNTIME_SECRET_DETECTION`)
55+
- Added runtime secret detection for Browser and MultiStep checks (enabled for selected accounts)
7656

7757
### Version 6.0.7 (June 30, 2025)
7858

79-
**Bug fixes**
80-
81-
- Use lower case environment variables for cURL
82-
- Pass both headers
83-
- Allow proxy to forward requests to minio
84-
- Use xit
85-
86-
**Features**
87-
88-
- Create new hash
89-
90-
### Version 6.0.6 (June 26, 2025)
91-
92-
**Security improvements**
93-
94-
- Updated container to use GID 10001 for enhanced Kubernetes compatibility
95-
- Configure with `runAsGroup: 10001` in your security context
96-
97-
**Stability fixes**
98-
99-
- Improved error handling for missing `await` statements in Playwright tests
100-
- Fixed JSON report generation issues with oversized or unparsable values
101-
102-
### Version 6.0.5 (June 23, 2025)
103-
104-
**Features**
105-
106-
- Added support for [Playwright check suites](/detect/synthetic-monitoring/playwright-checks/overview).
107-
- Added debug logging with `DEBUG=checkly:*` environment variable
108-
- Bundled Node.js for offline installations
109-
110-
**Security updates**
111-
112-
- Enhanced secret scrubbing in logs
113-
- Patched all reported npm vulnerabilities
114-
115-
**Improvements**
116-
117-
- Added retry logic for artifact uploads
118-
- Improved fault tolerance
119-
120-
### Version 6.0.0 (May 9, 2025)
121-
122-
**Breaking changes**
123-
124-
- Minimum Docker version 20.10 required
125-
- Updated configuration schema
126-
127-
**New features**
128-
129-
- Support for runtimes [2024.09](/platform/runtimes/runtime-specification#202409) and [2025.04](/platform/runtimes/runtime-specification#202504)
130-
- Disabled `PLAYWRIGHT_NO_COPY_PROMPT` for better reporter compatibility
59+
- Internal improvements and fixes related to networking and request handling

0 commit comments

Comments
 (0)