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

Aug 16 2022
If you use Slick, please try 3.4.0-RC3 by changing the version in your build. After a week, if no regressions have been reported we will G-d willing release 3.4.0 (final)....
Apr 23 2021
Slick is community-maintained. Planning for future releases, including for Scala 3, is in progress. Please help if you can! For details, visit [this ticket](https://github.com/slick/slick/issues/2198).
Sep 09 2020
We have just released Slick 3.3.3 You can find the source code here: . Builds for Scala 2.11, 2.12 and 2.13 are available from Maven Central, as usual. ## Highlights...
Jan 30 2019
We have just released Slick 3.3.0 You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. ## These are...
Mar 23 2018
We have just released Slick 3.2.3. You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From 3.2.0 on,...
Mar 06 2018
We have just released Slick 3.2.2. You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From 3.2.0 on,...
Jul 20 2017
We have just released Slick 3.2.1. You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From 3.2.0 on,...
Feb 24 2017
We have just released Slick 3.2.0. You can find the source code here: . Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From this release...