Sunday, April 29, 2012

NHibernate 3.3.0.GA released

NHibernate 3.3.0.GA is now available for download from Sourceforge. 
Nuget will be updated as soon as possible. 

A big thanks to everyone that's contributed to this release! 

Summary of changes: 

* Many improvements to the LINQ provider to extend the set of queries which  it can handle. 

* Introduction of the "enhanced" family of id generators. These can be backed by either a sequence or a table, have built in support for tracking several 
 id series in the same table, and share a common set of optimizers, which implement e.g. HiLo or Pooled algorithms. 

* Some new abilities in Mapping-By-Code. 

* And a nice batch of bug fixes in other areas. 

** Known BREAKING CHANGES from NH3.2.0.GA to NH3.3.0.GA 

   ##### Possible Breaking Changes ##### 
        * [NH-2214] - SQL Server 2005/2008: Exception is now thrown when paging a statement that requires distinct results, and is ordered by a column that is not included in the result set of the query 
                    - Dialog.ExtractColumnOrAliasNames method signature and visibility changed - may affect custom dialects that use this method 
        * [NH-2950] - IAccessCallback.NextValue property renamed and changed to a method called IAccessCallback.GetNextValue() 

Read more: Google Groups
QR: Inline image 1

Posted via email from Jasper-Net