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.jsonPayloadLimitKBin the Workers Configuration YAML file to the desired value.