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
Sep 18 2022
Slick 3.4.0 was released and published to Maven Central, with 281 merged pull requests, many from the community. A pull request that could cause issues was then rolled back, so...
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,...
