Skip to content

6.0.5

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 23 Jul 13:48
· 1217 commits to master since this release

✏️ What's Changed

  • Fixes event types aliases resolution for not mapped explicitly event types. This ensures that you don't need to use AddEventTypes explicitly when rebuilding custom projections. by @Hawxy in #2647, #2650
  • Fixed querying for primitive types in custom SQL by @Hawxy in #2642
  • Fixed provider file code generation for LiveStreamAggregation. In release 6.0.3 we introduced the regression that disabled Provider files code generation. This could be an issue for people using pre-generated build files and static-type load mode. Now it's working correctly: generating code files, but not a redundant table. by @oskardudycz in #2654, #2645
  • Fixed calculating delta for Full-Text Index with multiple columns. Now it won't always be trying to recreate indexes on subsequent migrations run by @oskardudycz in #2656
  • Extended test coverage and documentation around automatically enabling extensions for tenants. Explained in more detail why Marten can't predict tenants if they're not set in configuration. Showed examples of dynamic tenant generation and applying migrations for database per tenant configuration. Read more in the documentation. by @T0shik and @oskardudycz in #2637
  • Added test for computed index on DateTime column migration by @oskardudycz in #2655

Full Changelog: 6.0.4...6.0.5
Milestone: https://github.com/JasperFx/marten/milestone/99