JFrog Workers Release Information

Here's where you'll find the latest release notes for JFrog Workers, including the main fixes and enhancements made to each version as it is released:

Self-HostedCloud
1.1671.179

JFrog Workers 1.179

Released: 6 January, 2026

Highlights

  • Support for Worker Code Validation During Save

    The JFrog Platform now supports compiling the Worker TypeScript code while saving. If the compilation fails, the Worker will not be saved.

JFrog Workers 1.167

Released: 15 October, 2025

Highlights

  • Introducing JFrog Worker Docker Compose Installer

    The JFrog Platform now supports a Docker Compose package for the new JFrog Worker service to automate and extend your platform workflows in Self-Hosted environments. Use this new package to connect JFrog Workers to your JFrog Platform and execute custom logic within a secure and isolated environment. For more information, see Install JFrog Worker with Docker Compose.

  • 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, skipJarIndexing and disableRedirect.

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

      headers

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

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

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

      contentLength, trustServerChecksums, servletContextUrl, skipJarIndexing and disableRedirect.

    • Before Move: The following fields are removed from the Sample Payload:

      contentLength, trustServerChecksums, servletContextUrl, skipJarIndexing and disableRedirect.

  • Error Location Appears in Execution Logs

    JFrog Workers now displays the location of an error in the Worker’s execution logs, instead of in the execution error message.

  • Support for Non-Secret Properties

    JFrog Workers now supports adding non-secret Worker properties, allowing you to configure Workers.

JFrog Workers 1.164

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 StateManager .

  • 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, skipJarIndexing and disableRedirect.

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

      headers

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

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

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

      contentLength, trustServerChecksums, servletContextUrl, skipJarIndexing and disableRedirect.

    • Before Move: The following fields are removed from the Sample Payload:

      contentLength, trustServerChecksums, servletContextUrl, skipJarIndexing and disableRedirect.

JFrog Workers 1.158

Released: 21 August, 2025

Highlights

  • Support for Non-Secret Properties

    JFrog Workers now supports adding non-secret Worker properties, allowing you to configure Workers.

  • Error Location Appears in Execution Logs

    JFrog Workers now displays the location of an error in the Worker’s execution logs, instead of in the execution error message.

JFrog Workers 1.153

Released: 28 July, 2025

Highlights

  • New Worker Event: Before Token Expiry

    JFrog now supports creating event-driven Workers to trigger before a token expires. For more information, see Before Token Expiry Worker Code Sample.

  • Get Worker Code Samples with Worker Code Gallery

    The JFrog Platform now supports populating new Workers with GitHub code samples, directly from the JFrog Platform WebUI. For more information, see Configure Workers in the UI.

  • Workers Logs Enhancements

    Added additional log tabs to distinguish between internal execution calls, external HTTP request logs, and Platform HTTP request logs.

  • Rerun Worker Runs

    The JFrog Platform now supports a Rerun feature to troubleshoot Worker runs. For more information, see Workers Troubleshooting.

  • Support for Setting Max Payload

    JFrog Workers now supports overriding the 100 KB default body size for Workers by setting the parameter worker.execution.limits.jsonPayloadLimitKB in the Workers Configuration YAML file to the desired value.

JFrog Workers 1.133

Released: 2 April, 2025

Highlights

  • Updated Type Definitions for Event-Driven Workers' Response

    Refined TypeScript type definitions for event-driven workers' response to improve the developer experience.

  • New Worker Event: Before Token Expiry

    JFrog now supports creating event-driven workers to trigger before a token expires. Learn more

  • Supported New Worker Events

    • Alt Response event is now supported.
    • Alt All Responses event is now supported.
    • Alt Remote Content event is now supported.
    • After Download Error event is now supported.
    • Before Download Request event is now supported.
    • Before Build Info Save event is now supported.

JFrog Workers 1.118

Released: 15 January, 2025

Highlights

  • Support for Scheduled Workers

    JFrog now supports creating scheduled workers to trigger at predefined times or intervals, which you can define using Cron expressions. Learn more

  • Support for Triggering a Worker From a Webhook

    JFrog now supports configuring webhooks to trigger workers, allowing you to configure workers to events that are not pre-configured in JFrog Workers. Learn more

JFrog Workers 1.95

Released: 30 October, 2024

Highlights

  • Workers Now in General Availability

    JFrog has a new way to integrate and extend our platform execution workflows and functionality. We call it Workers - it seamlessly automates the JFrog Platform at scale. We are pleased to announce that JFrog Workers is now in general availability. Learn more.

  • Workers Events

    JFrog Workers are available for a growing number of pre-defined events. You can also create on-demand, HTTP-triggered Workers. Learn more.

  • Workers Installation for Self-Hosted Customers

    JFrog Workers can now be installed for Self-Hosted customers. For Workers version 1.95, both Artifactory and Workers must be deployed in Kubernetes. Learn more.