Slick 0.11.0 released

August 06 2012
by Stefan Zeiger

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:
  • ba175b7 Release 0.11.0
  • 9de2e78 Some documentation improvements and fixes
  • ed00dfb updated docs for direct embedding and new naming
  • 9720840 Update the README with better text and formatting
  • 894a758 Remove UUIDTest. It is based on code for which we do not have a CLA.
  • 799450c Rename packages: ql => lifted, queryable => direct
  • 42cacee Workaround for reification problem with renamed packages
  • 8525770 replaces SLICK by Slick in docs
  • c346b07 refactorings / implicit queryable filter & flatMap
  • 6cb1b08 queryable: made db session explicit
  • f6ac81f Move to Scala 2.10.0-M6
  • f672177 Make 0.10.0 buildable on Scala 2.10.0-M6
  • c17ae80 Documentation for Plain SQL queries
  • d952736 New test configuration for running unit tests on docs sample code.
  • c07dba7 More documentation
  • 61bc66a Drop Java 5 support.
  • 027037d Improved documentation build + some documentation
  • 3245770 Merge branch ‘master’ of git@github.com:slick/slick.git
  • e95dee1 Add build system for documentation.
  • ff76c98 ImplicitQueryable.map /.toSeq execution /implicits for execution
  • 46641b6 Fix some warnings on Scala 2.10.0-M5
  • 01251ed Introduce a Bind around non-Pure nodes in the ‘select’ slot of a Bind.
  • 1bc6c36 Modularize rewritePaths and improve query compiler debug logging
  • 05b237e Merge branch ‘master’ of git@github.com:slick/slick.git
  • 040c9cc Use correct DOUBLE type for PostgreSQL, and DOUBLE & FLOAT for SQL Server
  • 8edb047 new ImplicitQueryable for LINQ-like implicit execution
  • bff0d0a queryable: added .length with explicit execution
  • b178c71 queryable: moved metadata related stuff to its own file
  • 9d521a0 queryable now supports queryable’s coming from attributes
  • 9a8e457 More robust workaround for SI-6077
  • cfbf9bf Bump 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...
Oct 24 2012
Slides of Slick presentation at BASE are now available.
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...