-
Notifications
You must be signed in to change notification settings - Fork 23
/
Changes.txt
16 lines (16 loc) · 906 Bytes
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2016-04-06 v0.9:
* Upgraded to work with Fluent NHibernate v2.x and NHibernate v4.x
2011-09-28 v0.5:
* Upgraded dependencies. NHibernate < 3.2 will no longer be tested.
* Missed ref for sample project, fixed that, so that's 0.5.1, no 0.5.0, soz.
2011-09-28:
* Upgraded to v3.0.202 of Castle.Transactions (Tx + AutoTx)
* Removed dependency on log4net.
2011-08-23:
* Default lifestyle for ISession and IStatelessSession is now PerTopTransaction.
* Each recursion/dependent transaction started/voted to complete Flushes the ISession/IStatelessSession
unless FlushMode.Never is set.
* Forked transactions generate new instances, i.e. they behave like PerTransaction lifestyle does with
recursion/dependent transactions.
* IStatelessSessions are now possible to resolve in all three lifestyles
* Made DefaultSessionLifeStyleOption an enum of backing type uint instead of int