You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement FEATURE_BUNDLE_1 RFC 0004, increasing limits
for job parameter counts and name lengths, enabling format strings in integer properties, providing control over embedded file line endings, and adding syntax sugar
to simplify templates that run simple scripts with common interpreters (adfc5a6)
The functions generate_jobs and job_from_template have changed to accept the environments and return the job parameters
alongside the job. Constructing the LocalSession class now requires job parameters.
Bug Fixes
Running jobs with env templates does not support parameters (65a15b4)