NodeJS/Browser Agent

2026 Release Notes

Version
Date
Changes

6.1.1163

Mar 9, 2026

New Features and Updates:

  • Updated engines field in package.json to >= Node 16.x.

6.1.1162

Mar 3, 2026

New Features and Updates:

  • Added default .slignore.instrument for various frontend frameworks.

6.1.1160

Feb 24, 2026

Resolved Issues:

  • Bumped sl-request to 1.0.8 and overrode ajv to 8.18.0 to resolve a high-severity vulnerability.

6.1.1159

Feb 16, 2026

Resolved Issues:

  • Updated dependencies to use newer version of qs (latest: 6.14.1) to remove Snyk-reported vulnerability.

6.1.1158

Feb 16, 2026

Resolved Issues:

  • Prevented CockpitNotifier errors from appearing in the console.

6.1.1154

Feb 10, 2026

New Features and Updates:

  • --excludeSourceMapFiles now allows skipping copying of source map files to instrumentation output and optionally deleting them from the workspace directory. Previously worked only for .js.map files; now also works for .css.map.

6.1.1153

Feb 5, 2026

Resolved Issues:

  • Fixed failure to embed sl-mapping for pure JavaScript files (without source maps). Previously, this caused coverage to not appear.

6.1.1152

Feb 4, 2026

New Features and Updates:

  • Added a cache-busting mechanism when using a preamble file. Cached deployment files containing an outdated buildSessionId are now automatically synchronized when a new buildSessionId is detected in the preamble file.

6.1.1151

Feb 3, 2026

New Features and Updates:

  • Added console messages across all relevant slnodejs commands, including the Mocha test runner.

  • Added a console message for the existing validation that checks whether a build already exists for the specified buildSessionId.

  • Moved selected lifecycle logs to the info level to avoid duplication with console output.

6.1.1150

Jan 27, 2026

New Features and Updates:

  • Added support for the prId parameter in the Mocha executor.

  • Introduced an API to manually load executions in the remote-agent.

  • Introduced an API to manually set TIA status in the remote-agent.

6.1.1147

Jan 13, 2026

Resolved Issues:

  • Removed obsolete Footprints v5 code from the agent.

6.1.1143

Jan 13, 2026

New Features and Updates:

  • Added support for running the remote-agent with compressed sl-mapping files.

2025 Release Notes

Version
Date
Changes

6.1.1142

Dec 17, 2025

New Features and Updates:

  • Added a public method to allow the remote-agent to send the Agent Started event.

6.1.1140

Dec 17, 2025

New Features and Updates:

  • Added an isRunning flag to the remote-agent to prevent redundant start or stop calls when the agent state has not changed.

6.1.1133

Dec 5, 2025

New Features and Updates:

  • Added a warning message in both the console and the Cockpit when a scan detects the same methods being scanned more than once.

  • Included executionId in all relevant HTTP requests, both in root headers and request metadata.

  • Updated the Mocha executor and nycReport to skip loading the default buildSessionId file when labId is provided.

  • Aligned Mocha behavior to continue supporting the default buildSessionId file only when labId is not provided.

Last updated

Was this helpful?