chore(deps)!: upgrade to es-entity 0.14.0 and Job 0.16.0 - #161
Merged
Merged
Conversation
woodjd12
force-pushed
the
chore/es-entity-0.14
branch
from
September 21, 2026 20:48
40aa57f to
6f7bc99
Compare
woodjd12
force-pushed
the
chore/es-entity-0.14
branch
from
September 21, 2026 21:02
6f7bc99 to
0210db3
Compare
woodjd12
marked this pull request as ready for review
September 21, 2026 21:11
vindard
approved these changes
Sep 22, 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.
Bump es-entity from 0.13.0 to 0.14.0 and Job from 0.15.2 to the published 0.16.0 release. Update the workspace and fuzz lockfiles to match. Consumers exchanging public es-entity types with Obix must use the 0.14 dependency line.
Validation: 192 unit/integration tests with all features, 8 default-feature doctests, workspace Clippy with all features and warnings denied, and Nix flake checks on aarch64-darwin passed.
An additional standalone fuzz formatting check reports an import-order issue already present on main.
Rollout: release Obix before updating the temporary Obix pins in Cala #889 and Lana #9087.
Note
Medium Risk
Upgrades core persistence and background-job crates without code edits; breakage risk is mainly cross-crate type compatibility for consumers still on es-entity 0.13.
Overview
This PR bumps workspace dependencies for
es-entity(0.13.x → 0.14.0, includinges-entity-macros) andjob(0.15.x → 0.16.0), and refreshesCargo.lockandfuzz/Cargo.lockso the tree resolves against the new releases.There are no Rust source changes in the diff—only version pins and lockfile checksums. Downstream apps that share public
es-entitytypes with Obix need to move to the 0.14 dependency line; rollout is intended after an Obix release, with temporary pins updated in Cala and Lana as noted in the PR description.Reviewed by Cursor Bugbot for commit 0210db3. Bugbot is set up for automated code reviews on this repo. Configure here.