Slick 0.11.0 released
August 06 2012
We are happy to announce the release of Slick 0.11.0 for Scala 2.10.0-M6. It should show up on Maven Central within the next few hours. You can find the source code here: https://github.com/slick/slick/tree/0.11.0
The Slick Examples project has also been updated to work with 0.11.0: https://github.com/slick/slick-examples/tree/0.11.0
- The main feature of this release is the new documentation which is built along with the code.
- We improved the naming of certain features to communicate their meaning more clearly. Unfortunately, this requires some changes to the package structure (scala.slick.queryable becomes scala.slick.direct, scala.slick.ql becomes scala.slick.lifted).
- This release also contains a number of bug fixes and minor improvements.
Here is a complete list of changes since 0.10.0:
ba175b7Release 0.11.09de2e78Some documentation improvements and fixesed00dfbupdated docs for direct embedding and new naming9720840Update the README with better text and formatting894a758Remove UUIDTest. It is based on code for which we do not have a CLA.799450cRename packages: ql => lifted, queryable => direct42caceeWorkaround for reification problem with renamed packages8525770replaces SLICK by Slick in docsc346b07refactorings / implicit queryable filter & flatMap6cb1b08queryable: made db session explicitf6ac81fMove to Scala 2.10.0-M6f672177Make 0.10.0 buildable on Scala 2.10.0-M6c17ae80Documentation for Plain SQL queriesd952736New test configuration for running unit tests on docs sample code.c07dba7More documentation61bc66aDrop Java 5 support.027037dImproved documentation build + some documentation3245770Merge branch ‘master’ of git@github.com:slick/slick.gite95dee1Add build system for documentation.ff76c98ImplicitQueryable.map /.toSeq execution /implicits for execution46641b6Fix some warnings on Scala 2.10.0-M501251edIntroduce a Bind around non-Pure nodes in the ‘select’ slot of a Bind.1bc6c36Modularize rewritePaths and improve query compiler debug logging05b237eMerge branch ‘master’ of git@github.com:slick/slick.git040c9ccUse correct DOUBLE type for PostgreSQL, and DOUBLE & FLOAT for SQL Server8edb047new ImplicitQueryable for LINQ-like implicit executionbff0d0aqueryable: added .length with explicit executionb178c71queryable: moved metadata related stuff to its own file9d521a0queryable now supports queryable’s coming from attributes9a8e457More robust workaround for SI-6077cfbf9bfBump version number to 0.11.0-SNAPSHOT
Past News Items
Feb 07 2013
We are happy to announce the release of Slick 1.0.0 for Scala 2.10. All artifacts are available from Maven Central. You can find the source code here: . The documentation...
Jan 25 2013
We are happy to announce the release of Slick 1.0.0-RC2 for Scala 2.10.0. All artifacts are available from Maven Central. You can find the source code here: . The documentation...
Dec 21 2012
We are happy to announce the release of Slick 1.0.0-RC1 for Scala 2.10.0. It should show up on Maven Central within the next few hours. You can find the source...
Oct 25 2012
We are happy to announce the release of Slick 0.11.2 for Scala 2.10.0-RC1. It should show up on Maven Central within the next few hours. You can find the source...
Aug 31 2012
We are happy to announce the release of Slick 0.11.1 for Scala 2.10.0-M7. It should show up on Maven Central within the next few hours. You can find the source...
Aug 07 2012
We are pleased to announce the launch of the new Slick web site. Many thanks to Heather Miller of EPFL for the initial web design and set-up of the build...
Aug 06 2012
We are happy to announce the release of Slick 0.11.0 for Scala 2.10.0-M6. It should show up on Maven Central within the next few hours. You can find the source...
