Releases: Bobris/BTDB
Releases · Bobris/BTDB
14.5.0
14.4.0
14.3.0
14.2.1
14.2.0
14.1.0
14.0.0
Added
RollbackAdvised property on KV and Object transactions interfaces to simplify notification of some infrastructure code to rollback transaction instead of committing it.
Relations support inheriting of methods from other interfaces.
Breaking change
IOC RegisterInstance(T value) now allows also value types as T, and value is not registered as value.GetType() but as typeof(T), which is same behavior as AutoFac.