Slick 3.3.3

September 09 2020
by Renato Cavalcanti

We have just released Slick 3.3.3 You can find the source code here: https://github.com/slick/slick/tree/v3.3.0. Builds for Scala 2.11, 2.12 and 2.13 are available from Maven Central, as usual.

Highlights

This release includes a few bug fixes and improvements:

  • Deterministic create and createIfNotExists (https://github.com/slick/slick/pull/2127 by https://github.com/sebastian-alfers)
  • Invalid query generated using OracleDriver for filter with Option column (https://github.com/slick/slick/pull/2059 by https://github.com/alexFrankfurt)
  • New Cookbook section in documentation (https://github.com/slick/slick/pull/2061 by https://github.com/d6y)
  • Optimized DISTINCT and DISTINCT ON generation (https://github.com/slick/slick/pull/2097 by https://github.com/shmishleniy)

See GitHub for the full list of commits.

Credits

This release contains contributions by the following committers since 3.3.0:

Sebastian Alfers, Alex Frankfurt, Richard Dallaway, Andrii Stasiuk, Mark Petruska, Heikki Vesalainen, PJ Fanning, Marcos Pereira, Ruud Welling and Renato Cavalcanti

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: https://github.com/slick/slick/tree/v3.3.0. Builds for Scala 2.11, 2.12 and 2.13 are available from Maven Central, as usual. Highlights This...
Jan 30 2019
We have just released Slick 3.3.0 You can find the source code here: https://github.com/slick/slick/tree/v3.3.0. Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. These are the...
Mar 23 2018
We have just released Slick 3.2.3. You can find the source code here: https://github.com/slick/slick/tree/v3.2.3. 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: https://github.com/slick/slick/tree/v3.2.2. 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: https://github.com/slick/slick/tree/3.2.1. 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: https://github.com/slick/slick/tree/3.2.0. Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From this release...