Skip to content

6.3.0

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 23 Oct 20:14
· 1183 commits to master since this release

🚀 What's New

  • Added optional metadata column to maintain created timestamp in documents. Previously, we had the last modified column deleted at, etc. Now you can also track when the document was created by @ribbal in #2741
  • Add stream key variants of batched event query operations. Now you can do batch event queries not only if you use Guids as your stream ids. by @elexisvenator in #2742
  • Add IEvent<TEvent> fanout overload on multistream projection. Now you can also define projections' FanOut rules to event with metadata. by @erdtsieck in #2748

✏️ What's Changed

📄 Docs updates and CI

  • Added initial documentation about integration testing by @erdtsieck in #2732
  • Adjusted information about the column mapping naming convention in Flat Table Projection documentation by @ogysha in #2755
  • Adjusted Async projection test with IoC injection to remove flakiness by @oskardudycz in #2756

New Contributors

Full Changelog: v6.2.0...v6.3.0
Milestone: https://github.com/JasperFx/marten/milestone/102?closed=1