Skip to content

v0.4.353

Compare
Choose a tag to compare
@rasmus rasmus released this 05 May 06:26
  • Breaking: ValueObject now uses public properties instead of both
    private and public fields
  • Breaking: Aggregate IDs are no longer string but objects implementing
    IIdentity
  • Breaking: MSSQL transient exceptions are now retried
  • Breaking: All methods on IMsSqlConnection has an extra Label argument
  • New: ITransientFaultHandler added along with default retry strategies
    for optimistic concurrency and MSSQL transient exceptions
  • New: Release notes added to NuGet packages
  • New: Better logging and more descriptive exceptions
  • Fixed: Unchecked missing in ValueObject when claculating hash
  • Fixed: NullReferenceException thrown if null was stored
    in SingleValueObject and ToString() was called