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
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)
Attempting to load use CSafeLoader for faster YAML parsing where available. CSafeLoader can offer 9->11x performance improvements in some cases while still performing the safe loading methods of safe_load (#219) (37d3a65)
Creation of a DynamicConstrainedStr or FormatString now requires a model parsing context, including the Open Job Description revision and any extensions that are enabled. (2a8db9d)
instantiate_model no longer accepts optional loc and within_field arguments. (2a8db9d)
Features
Added extension definition, REDACTED_ENV_VARS, for RFC-0003: Redacted Environment Variables (460656a)