- 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