You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/private-locations/change-log.mdx
+13-84Lines changed: 13 additions & 84 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,117 +14,46 @@ Learn more about:
14
14
15
15
## Full release history
16
16
17
-
### Version 6.1.7 (December 3, 2025)
17
+
### Version 6.2.0 (December 16, 2025)
18
+
19
+
- Coming soon
18
20
19
-
**Features**
21
+
### Version 6.1.7 (December 3, 2025)
20
22
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
25
26
26
27
### Version 6.1.6 (November 24, 2025)
27
28
28
-
**Features**
29
-
30
29
- 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)
31
30
- 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`
32
31
- Includes the environment variable `CI` as true only for test session triggered runs
33
32
34
33
### Version 6.1.5 (November 14, 2025)
35
34
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
39
36
40
37
### Version 6.1.4 (October 29, 2025)
41
38
42
-
**Improvements**
43
-
44
39
- Minor patches on reporting
45
40
46
41
### Version 6.1.3 (August 14, 2025)
47
42
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
53
44
54
45
### Version 6.1.2 (August 6, 2025)
55
46
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
64
48
65
49
### Version 6.1.1 (July 30, 2025)
66
50
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
70
52
71
53
### Version 6.1.0 (July 25, 2025)
72
54
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)
76
56
77
57
### Version 6.0.7 (June 30, 2025)
78
58
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