Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@craigfowler craigfowler released this 21 Aug 18:09
· 18 commits to master since this release

This is a non-backwards compatible release, primarily owing to the bumped dependency version caused by #43. It is not expected that the cost of upgrade from v2.x should be particularly high though. It is expected that for the majority of consumers, the package will upgrade seamlessly.

Changelog

  • Resolve #41 - Crash bug when setting identity values using a 'compatible' (if not precisely matching) value type
  • Resolve #42 - The transaction provider may now be interrogated to determine if a transaction is already active
  • Resolve #43 - Crash bug when using the persistence tester with NHibernate, due to lazy-loading in a disposed session
  • Resolve #44 - Correction to async methods (they must return a Task and not void)