chore: release - #401
Merged
Merged
chore: release#401
Conversation
github-actions
Bot
force-pushed
the
release-plz-2026-09-16T00-21-36Z
branch
2 times, most recently
from
September 17, 2026 17:50
1dd46ac to
ad04306
Compare
github-actions
Bot
force-pushed
the
release-plz-2026-09-16T00-21-36Z
branch
from
September 18, 2026 00:03
ad04306 to
2f34592
Compare
leongdl
approved these changes
Sep 18, 2026
wyongzhi
approved these changes
Sep 18, 2026
seant-aws
approved these changes
Sep 18, 2026
leongdl
added a commit
to OpenJobDescription/openjd-model-for-python
that referenced
this pull request
Sep 18, 2026
openjd-rs released on 2026-09-18: openjd-expr 0.9.0, openjd-model 0.9.0, openjd-sessions 0.7.0 (OpenJobDescription/openjd-rs#401). The release is one feature plumbed through all three crates -- opt-in resolved-value caps and evaluation budgets (#399) -- plus a job-creation re-check on carried-forward fields (#404) and an MSRV/dependency sweep (#403). Four breaking signature changes reach this package's bindings: FormatString::validate_expressions now takes a FormatStringOptions, decode_environment_template takes CallerLimits, evaluate_let_bindings takes the two budgets, and CallerLimits / SessionConfig gained fields. CallerLimits grows from six fields to ten, and the four new ones are threaded to every entry point upstream threads them to: the environment template decoders, evaluate_let_bindings, and Session, which is the run-time enforcement boundary for the resolved-value caps. Separately, max_template_size was inert in this package. It is checked only inside document_string_to_object, and the parse_string helper passed a default CallerLimits, so a caller asking for a byte ceiling on decode_job_template_str got none. parse_string now takes the caller's own limits. Found while documenting the field. Cargo.lock moved the three crates plus the #403 sweep; THIRD-PARTY-LICENSES regenerated to match. Verified: 6139 passed / 24 skipped / 3 xfailed, coverage 94.16%; ruff, black, mypy, cargo fmt and clippy clean. Six mutants covering each piece of new plumbing were each caught by the new tests. Signed-off-by: David Leong <116610336+leongdl@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
openjd-expr: 0.8.0 -> 0.9.0 (⚠ API breaking changes)openjd-model: 0.8.0 -> 0.9.0 (⚠ API breaking changes)openjd-sessions: 0.6.0 -> 0.7.0 (⚠ API breaking changes)openjd-cli: 0.1.18 -> 0.2.0openjd-snapshots: 0.1.10 -> 0.2.0 (✓ API compatible changes)⚠
openjd-exprbreaking changes⚠
openjd-modelbreaking changes⚠
openjd-sessionsbreaking changesChangelog
openjd-expropenjd-modelopenjd-sessionsopenjd-cliopenjd-snapshotsThis PR was generated with release-plz.