Skip to content

v3.0.0

Compare
Choose a tag to compare
@koenbeuk koenbeuk released this 15 Nov 11:42
· 45 commits to master since this release

Starting from this release we target EF Core 6.

Triggers are now able to attach state to an Entity through the newly added Items property exposed on the trigger context. This enables advanced scenarios such as preserving entity state between different lifecycles within a trigger and communication between triggers regarding a specific entity.

In addition, each trigger session is now configurable. (A trigger session automatically gets created and disposed of by default at the start and end respectively of a call to dbContext.SaveChanges()). This includes the ability to disable triggers altogether.

What's Changed

New Contributors

Full Changelog: v2.3.2...v3.0.0