Skip to content

0.9.0

Choose a tag to compare

@client-software-ci client-software-ci released this 03 Feb 18:18
· 10 commits to mainline since this release
326e85d

0.9.0 (2026-02-02)

BREAKING CHANGES

  • The types of some model class fields are extended from Optional[int] to Optional[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)