- RFC 0007/0008 support — step-level let bindings, wrap-hook step names, and template-declared
extensions. A step's environments are entered with its step-level EXPR let bindings (RFC 0007),
so environment variables and actions can reference them; RFC 0008 wrap hooks now resolve
WrappedStep.Name; only the extensions a template declares are enabled; andJob.Nameis seeded into the symbol table. (962e359) - Support RFC extensions in environment templates (#213) (
cc8d354)
- Require
openjd-sessions >= 0.10.11(dfa118d) openjd runprinted a stack trace instead of a readable error message when an environment failed to enter (e.g. violating RFC 0008's "at most one wrap environment" rule)openjd runreported a misleading "Must exit Environment X first" error when an environment failed partway through entering (e.g. a bad environmentvariablesexpression)Step.Namewas not available in a step'sletbindings and step-environment actions (RFC 0007 EXPR)- Defer adaptive chunk adjustment without a measurable sample (#232) (
7091007)
- 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)
- Make
openjd run <template>help output describe the job parameters (ac751c7)
- Treat job template extensions other than .json as YAML (
338f4d8)
- Add version argument (#190) (
1cae604)
- Adding support for redacted environment variable values through openjd_redacted_env (
3070830)
- 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.
- Running jobs with env templates does not support parameters (
65a15b4)
openjd runcommand runs sessions twice (16ee6ae)
- The logging output has changed to use relative timestamps by default, and print more messages about the job and steps that are running.
- Support adaptive chunking, general CLI improvement (
664d008)
- Update to use Pydantic V2, and support task chunking (#134) (
ad53f68)
- deps: Update openjd-model to 0.5.* and openjd-session to 0.9.* (#118) (
ef97dd8)
- run command exits when an action reaches timeout (#97) (
d031a91) - run subcommand now exits all entered environments (#98) (
f6a54b2)
- Windows is no longer marked as experimental in documentation.
- update to openjd-sessions 0.7.* (#66) (
4d44db9)
- add template-debugging options to
openjd run(#52) (80e8cb9)
- public release (#41) (
88dd089)
- modifying how tasks are selected in run command (#37) (
59c41d9) - Update openjd-cli to pass template_dir/cwd to preprocess_job_parameters (#29) (
0983e1d)
- improve missing job parameter error for summary command (#44) (
975863a) - Allow job parameter values to be empty strings. (#26) (
b8959d0)
- accept path mapping rules as per schema (#16) (
a9d71fd)
- add entrypoint to packaging (#14) (
55cc90a)
- add back cli entrypoint (#8) (
10188dd)
- Initial import from internal repository