NHibernate 3.3.3.GA released

701 views
Skip to first unread message

Oskar Berggren

unread,
Mar 17, 2013, 5:33:49 PM3/17/13
to nhu...@googlegroups.com, nhibernate-...@googlegroups.com
NHibernate 3.3.3.GA is now available for download from Sourceforge and Nuget.

http://sourceforge.net/projects/nhibernate/?source=directory

A big thanks to everyone that contributed to this release!

Summary of changes:

There is a good number of bug fixes in this release, as well as some
new features, with some focus on complicated LINQ queries typically
encountered when using WCF Data Services.

It keeps the previous assembly version so it's a drop in replacement
for 3.3.1 and 3.3.2.

BEWARE: In versions prior to 3.3.3.CR1, the handling of the LINQ Take() method
was flawed - no matter where in the query Take() was placed it was
always applied as if it had been placed at the end. 3.3.3 fixes this,
so that Take() now correctly follows the .Net semantics. That is, in
3.3.3, the following queries might now give different results:

session.Query<Foo>.OrderBy(...).Take(5).Where(...);
session.Query<Foo>.Where(...).OrderBy(...).Take(5);

Starting with 3.3.3, the first query will generate a subquery to correctly
apply the row limit before the where-clause.

Full list of changes:
[3.3.3GA] https://nhibernate.jira.com/issues/?jql=project%20%3D%20NH%20AND%20fixVersion%20in%20%28%223.3.3.CR1%22%2C%20%223.3.3.GA%22%29%20AND%20status%20in%20%28Resolved%2C%20Closed%29


/Oskar

Oskar Berggren

unread,
Mar 17, 2013, 5:35:06 PM3/17/13
to nhibernate-...@googlegroups.com
Can someone please update the download link on nhforge?

/Oskar


2013/3/17 Oskar Berggren <oskar.b...@gmail.com>:

Alexander I. Zaytsev

unread,
Mar 17, 2013, 5:51:46 PM3/17/13
to nhibernate-...@googlegroups.com, nhu...@googlegroups.com
Thanks, Oskar!


2013/3/18 Oskar Berggren <oskar.b...@gmail.com>


/Oskar

--

---
You received this message because you are subscribed to the Google Groups "nhibernate-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nhibernate-develo...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



John Davidson

unread,
Mar 17, 2013, 7:04:37 PM3/17/13
to nhibernate-...@googlegroups.com, nhu...@googlegroups.com
Link has been updated on NHibernate. It would be good if there was
another volunteer to look after nhforge site. I have started my own
open source project and may not always have time available. For those
interested it is not usually too much time less than 1 hour per month
normally, but it may become an issue in the future as Community Server
version we are using may cease working.

John Davidson
Reply all
Reply to author
Forward
0 new messages