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 (b9f3b8c)
When a timeout is not specified for an environment exit action, it now has a timeout of 300 seconds or five minutes. Before this change, environment exit actions would run indefinintely. To have long-running environment exit actions, job templates can specify a large timeout value when defining the action in a job or environment template.
The dependency openjd-model-for-python updated from Pydantic V1 to V2, see its release notes for details.
Features
add ability to not log banner when running a task (#204) (e8acc8a)
Bug Fixes
use default timeout of 5 minutes for environment exits (#213) (8bf93a0)