0.9.0
·
10 commits
to mainline
since this release
0.9.0 (2026-02-02)
BREAKING CHANGES
- The types of some model class fields are extended from
Optional[int]toOptional[int | FormatString], so downstream code
that relies on those types can fail type checking.
Features
- 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 (86f79ee)