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 aTask
and notvoid
)