July 7, 2021
Containerized private minion (CPM) v3.0.48
Improvements
- Updated Runner image dependencies to remediate high severity CVE (Common Vulnerabilities and Exposures).
June 15, 2021
Containerized private minion (CPM) v3.0.47
Fixes
- Secure Credentials are now masked in navigation timing section of the HAR file.
May 4, 2021
Containerized private minion (CPM) v3.0.46
Changes
- Scripted API and Scripted Browser monitors no longer fail based on response codes.
- Before this change, a scripted API/Browser monitor would fail if the first request returned an Error response code (4xx/5xx). However the script would not fail if any subsequent request returned a failed response code.
- If you would like to fail on response code, please use asserts.
April 16, 2021
Containerized private minion (CPM) v3.0.45
Fixes
- Fix secure credential sanitization in scripted monitors.
April 5, 2021
Containerized private minion (CPM) v3.0.43
Improvements
- Users now have access to the NPM module
ssl-checker
for scripted monitors.
March 25, 2021
Containerized private minion (CPM) v3.0.41
Improvements
- Improves error processing for Synthetic step monitors
March 18, 2021
Containerized private minion (CPM) v3.0.40
Fixes
- Changed permissions to correctly include restricted deletion flag
- Allows setting Selenium timeouts to a value of 0 for
ScriptTimeout
,ImplicitTimeout
, andPageLoadTimeout
March 11, 2021
Containerized private minion (CPM) v3.0.39
Caution
This release has known issues. Please stay on CPM Version 3.0.37, or upgrade to latest.
Fixes
- Fixed issue where
$browser.findElement(...)
was not returning aWebElementPromise
.
Known Issues
- Users cannot disable implicit timeouts. Setting Implicit Timeout to 0 causes the implicit timeout to be set to JobTimeout (180s for Public Minions).
March 9, 2021
Containerized private minion (CPM) v3.0.38
Caution
This release has known issues. Please stay on CPM Version 3.0.37, or upgrade to latest.
Improvements
- Selenium Timeouts such as PageLoad, Implicit, and Script are managed to ensure jobs can't exceed the JobTimeout.
Fixes
- Fixed Issue where a job that's already gracefully shutting down could hit the JobTimeout and terminate shutdown tasks.
Known Issues
- Users cannot disable implicit timeouts. Setting Implicit Timeout to 0 causes the implicit timeout to be set to JobTimeout (180s for Public Minions).
$browser.findElement(...)
does not return aWebElementPromise
. Meaning users cannot use methods such as.click()
or.sendKeys(...)
directly on the findElement method.
February 19, 2021
Containerized private minion (CPM) v3.0.37
Improvements
http2
Node module is now included with version 0.6.0 scripted monitor types