- New: Updated LibLog provider to support structured logging with NLog 4.5.
Reduced memory allocations for log4net-provider
- New: Made several methods in
AggregateRoot<,>
virtual
to allow
easier customization
- Fixed: Added quoting to the SQL query generator for the column names
-- query before the fix
UPDATE [ReadModel-TestAttributes]
SET UpdatedTime = @UpdatedTime
WHERE Id = @Id
-- query after the fix
UPDATE [ReadModel-TestAttributes]
SET [UpdatedTime] = @UpdatedTime
WHERE [Id] = @Id
- Fixed: Do not log about event upgraders if none is found for an event
- Fixed: Add default
null
predicate to AddCommands
and AddJobs