Released: 30 September, 2025
Highlights
Support for State Management Variables
JFrog Workers now supports setting context variables in the Worker script, allowing you to preserve information about state between Worker runs. For more information, see Optimize Workers Within Platform Limits.
Workers Code Gallery Improvements
The Workers code gallery is now better integrated in the user flow, providing Worker script samples to accelerate and inspire your work.
Support for Getting Remaining Execution Time
JFrog Workers now supports the function
context.getRemainingExecutionTime(), which allows you to get the remaining number of milliseconds before a Worker execution time out.Trace ID Displayed in Workers Troubleshooting
Workers Troubleshooting now displays the trace ID of the event that triggered the Worker execution.
Updated Artifactory Worker Events
Updated the following Worker Events:
After Copy: The following fields are removed from the Sample Payload:
contentLength,trustServerChecksums,servletContextUrl,skipJarIndexinganddisableRedirect.After Delete: The following field is removed from the Sample Payload:
headersAfter Property Create: The following fields are removed from the Sample Payload:
contentLength,trustServerChecksums,servletContextUrl,skipJarIndexing,disableRedirectandheaders.After Move: The following fields are removed from the Sample Payload:
contentLength,trustServerChecksums,servletContextUrl,skipJarIndexinganddisableRedirect.Before Move: The following fields are removed from the Sample Payload:
contentLength,trustServerChecksums,servletContextUrl,skipJarIndexinganddisableRedirect.