feat!: bump openjd crates for EXPR and WRAP_ACTIONS extension support#306
Merged
jericht merged 1 commit intoJul 8, 2026
Merged
Conversation
jericht
force-pushed
the
jericht/upgrade-openjd-crates-0.3
branch
from
July 8, 2026 06:03
534a1ce to
fdd9cd6
Compare
jericht
force-pushed
the
jericht/upgrade-openjd-crates-0.3
branch
3 times, most recently
from
July 8, 2026 20:34
986a733 to
d6bc44e
Compare
jericht
force-pushed
the
jericht/upgrade-openjd-crates-0.3
branch
from
July 8, 2026 20:46
d6bc44e to
2521b65
Compare
Signed-off-by: Jericho Tolentino <68654047+jericht@users.noreply.github.com>
jericht
force-pushed
the
jericht/upgrade-openjd-crates-0.3
branch
from
July 8, 2026 20:48
2521b65 to
e3cc62d
Compare
jericht
marked this pull request as ready for review
July 8, 2026 20:57
leongdl
approved these changes
Jul 8, 2026
jericht
enabled auto-merge (squash)
July 8, 2026 21:08
epmog
approved these changes
Jul 8, 2026
Merged
5 tasks
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.
What was the problem/requirement? (What/Why)
New versions of openjd-sessions and openjd-model crates are available that implement the EXPR and WRAP_ACTIONS extensions. We need to consume them in this package too
What was the solution? (How)
Update dependencies and updated rust bindings with the breaking changes
What is the impact of this change?
We have updated openjd-sessions and openjd-model crates with EXPR and WRAP_ACTIONS changes and corresponding rust bindings updates
How was this change tested?
hatch run lint && hatch run test
Was this change documented?
No
Is this a breaking change?
Yes, the rust bindings have a new required field for
run_task, step name as part of the updateDoes this change impact security?
No
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.