Skip to content

shesha-framework@0.43.34

Choose a tag to compare

@admin-shesha admin-shesha released this 15 May 13:53
70cd672

Release Notes

🐞 Bug Fixes

  • User Details Form: Resolved an error that occurred when trying to delete an assigned role.
  • Generic Entity Reference: Fixed an exception related to GenericEntityReference lacking a default constructor.

💪 Enhancements

  • SyncClientApi: Added a server-snapshot shortcut to skip per-entity comparison on no-change hot paths, reducing unnecessary processing.
  • EntityModelProviderCache: Fixed cache invalidation to trigger only on EntityConfig changes instead of any ConfigurationItem change.
  • SyncClientApi Metadata: Prevented re-fetching metadata for new modules by using cached EntityModelDto.Metadata where applicable.