This release has a new main feature: the type-safe support for row value expressions also known as tuples - up to a degree of 8. The API is formed in a similar way as pre-existing tuple support in languages like C# or Scala.
jOOQ's Scala integration has also been improved through the new jOOQ-Scala module, which provides some useful implicit defs for operator overloading. Future versions of jOOQ-Scala may experiment with Scala 2.10's Macros This release also ships with a lot of new deprecation to help you prepare for the upcoming major release. Minor feature improvements include: - Lots of new fetchGroups() and intoGroups() methods, thanks to Ivan Dugic - JDBC execution control support, such as cancel(), maxRows(), queryTimeout() - Allowing for re-using JDBC PreparedStatement between Query executions - Support for the SQL standard OVERLAPS predicate - A new RecordMapper, similar to the existing RecordHandler For more details, please consider the release notes: http://www.jooq.org/notes.php
