Skip to content

v0.7.0

Choose a tag to compare

@j4k4 j4k4 released this 25 Mar 13:46
· 13 commits to main since this release

Highlights

  • 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.