V8.19.0
What's Changed
This release improves the recent "Composite Projection" feature by accounting for upstream projections being deleted. This
release also adds the presence of an ILogger Logger {get;} property for projections so users no longer have to use IoC integrations
just to get an ILogger into a projection.
- bulkload-with-version-check_v2 by @sszakal in https://github.com/JasperFx/marten/pull/4087
- updated docs for the new overwrite only on matching version bulk inse… by @jeremydmiller in https://github.com/JasperFx/marten/pull/4097
- Upgrades to JasperFx et al, ability to propagate ProjectionDeleted ev… by @jeremydmiller in https://github.com/JasperFx/marten/pull/4096
- Weasel upgrade to 8.5 by @jeremydmiller in https://github.com/JasperFx/marten/pull/4098
New Contributors
- @sszakal made their first contribution in https://github.com/JasperFx/marten/pull/4087
Full Changelog: https://github.com/JasperFx/marten/compare/V8.18.3...V8.19.0