JFrog Workers 1.164

JFrog Release Information

Content Type
Release Notes

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.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 CopyAfter Copy Worker Code Sample: The following fields are removed from the Sample Payload:

      contentLength, trustServerChecksums, servletContextUrl, skipJarIndexing and disableRedirect.

    • After DeleteAfter Delete Worker Code Sample: The following field is removed from the Sample Payload:

      headers

    • After Property CreateAfter Create Property Worker Code Sample: The following fields are removed from the Sample Payload:

      contentLength, trustServerChecksums, servletContextUrl, skipJarIndexing, disableRedirect and headers.

    • After MoveAfter Move Worker Code Sample: The following fields are removed from the Sample Payload:

      contentLength, trustServerChecksums, servletContextUrl, skipJarIndexing and disableRedirect.

    • Before MoveDocker Compose Installation: The following fields are removed from the Sample Payload:

      contentLength, trustServerChecksums, servletContextUrl, skipJarIndexing and disableRedirect.