6.0.4
✏️ What's Changed
- Enabled async projections to respect
EnableDocumentTrackingByIdentity
in regular mode, not only during the rebuild. It appeared that this setting worked for rebuilds but wasn't correctly handled in regular usage, which caused the document operationsLoad
method not to check the pending changes and return null. Now it should be handled correctly in both modes. by @oskardudycz in #2634
Full Changelog: 6.0.3...6.0.4
Milestone: https://github.com/JasperFx/marten/milestone/98