Slick 3.1.1

December 15 2015
by Stefan Zeiger

We are happy to announce the release of Slick 3.1.1. The artifacts are available on Maven Central, as usual. You can find the source code here: https://github.com/slick/slick/tree/3.1.1. Please see http://slick.typesafe.com/docs/ for documentation. This is a binary-compatible bugfix release.

There is no new version of the Slick Extensions package with closed-source drivers for Oracle, DB/2 and SQL Server for this release. Please continue to use version 3.1.0.

Here is a complete list of changes since Slick 3.1.0:
  • c01d93e Release 3.1.1
  • 55cbecc Select columns in the order in which the ResultConverters need them
  • 1ad2187 Try to build on the new Docker-based Travis CI system
  • b0e27e6 Don’t skip expandSums if expandTables creates an OptionApply
  • 86acec5 Allow rewriting of Distinct withinin Aggregate (in addition to Bind)
  • d603f4b Guard against toString returning null in TableDump
  • 5d7ed39 Reverse code fix introduced in commit f5409bf4 . The situation can no longer occur
  • 06a6420 Fix two typing issues in Case expressions:
  • 6d7297e Another case of UNIONs and incorrect SQL.
  • f5409bf Fixes one regression demonstrated in #1344
  • 988f87d Transitively pull join conditions out in rewriteJoins

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...