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
Added post-update preloading support so update workflows can immediately hydrate requested relations after persistence.
Updated entities now reload automatically when sync behavior or explicit preloads are configured, making update results more consistent with create and query flows.
Improvements
Improved repository update behavior to return fully refreshed entities when association syncing or preload options are in use.
Tightened update execution around prepared statements by using context-aware query execution paths.
API cleanup
No breaking API changes in this release.
Internal changes
Expanded repository and transaction test coverage for update preload hydration and association reload behavior.
Refined the update pipeline internals to support post-update reloads without changing the public release workflow.