Skip to content

Enfyra Server v2.2.16-patch-4

Choose a tag to compare

@dothinh115 dothinh115 released this 08 Aug 16:31
· 60 commits to main since this release
afa36e8

Enfyra Server v2.2.16-patch-4

Operational Flow

Before: SQL user loads using wildcard relation data could leave the user role unresolved when the relation value was an object stub.

After: loadUserWithRole resolves role identifiers from scalar values and relation objects before hydrating the full role record.

Bug Fixes

  • Fixed loadUserWithRole role hydration for SQL relation stubs and added regression coverage.