chore(release): 0.10.0#286
Merged
Merged
Conversation
Contributor
Direct Downstream Consumers
|
leongdl
previously approved these changes
Jun 18, 2026
leongdl
reviewed
Jun 18, 2026
epmog
requested changes
Jun 18, 2026
jericht
reviewed
Jun 18, 2026
Comment on lines
+9
to
+11
| * Introduces a Rust extension module (`openjd._openjd_rs`) built with PyO3/maturin, providing a high-performance reimplementation of the OpenJD model and expression engine. | ||
| * **Opt-in by import path**: The existing `openjd.model` (pure-Python) is unchanged. Consumers opt into the Rust implementation by importing from `openjd.model._v1` or `openjd.expr` directly. | ||
| * Currently experimental: the `_v1` prefix signals this API may evolve before stabilizing. |
Contributor
There was a problem hiding this comment.
nit: I feel like these three bullet points are important enough to be put at the top or even part of the main "title" of this feature
Contributor
There was a problem hiding this comment.
yea fair, other feedback says so as well. Let me tweak a bit
jericht
previously approved these changes
Jun 18, 2026
Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Signed-off-by: Sean Tang <171081544+seant-aws@users.noreply.github.com>
epmog
approved these changes
Jun 18, 2026
epmog
enabled auto-merge (squash)
June 18, 2026 20:49
seant-aws
approved these changes
Jun 18, 2026
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.
0.10.0 (2026-06-18)
Features
openjd.model._v1oropenjd.exprdirectly, with the_v1prefix indicating these APIs are experimental and may evolve. (3d853e5)openjd.expr— New expression language, withevaluate_expression,parse_expression, path mapping (PathFormat,PathMappingRule), range expressions, symbol tables, and typed error hierarchy.openjd.model._v1— Rust-backed template decoding (decode_job_template), job creation (create_job), capability validation, and all template/job types.Bug Fixes
5e10e2c)c5ba60e)0d428c4)