Slick 1.0.0-RC2

January 25 2013
by Stefan Zeiger

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: https://github.com/slick/slick/tree/1.0.0-RC2. The documentation for this release is located at http://slick.typesafe.com/doc/1.0.0-RC2/.

This is the second release candidate for Slick 1.0.0, with some bug fixes, improved documentation and new test cases on top of RC1. If no critical bugs are discovered in RC2, we expect to release it as 1.0.0 final in two weeks.

Note that the groupId for all Slick artifacts has changed between 1.0.0-RC1 and 1.0.0-RC2 from com.typesafe to com.typesafe.slick. RC2 has also been published under the old groupId with the appropriate relocation information in the POM. Any new releases will only be published under com.typesafe.slick.

Here is a complete list of changes since 1.0.0-RC1:
  • 9778003 Update version number for documentation to 1.0.0-RC2
  • 143d86d Make scala-compiler dependency optional. Fixes issue #87.
  • 43851c1 Change base package for sample code to com.typesafe.slick.examples.
  • 9ec4baa Change groupId to com.typesafe.slick and version to 1.0.0-RC2
  • 7f8668e New test case for using more than 22 columns in lifted embedding
  • 829053c Improved documentation
  • 57af0c8 Use NumericTypeMapper for BigDecimal and Short. Related to issue #24.
  • ef9403e Add some new test cases
  • 7e42998 Bug fix for Option[Array[Byte]] on PostgreSQL. Closes issue #85.
Slick Extensions

This release also comes with support for Oracle and DB2 database systems through Typesafe’s Slick Extensions package. You can find the binary and scaladoc artifacts in the Typesafe repository: http://repo.typesafe.com/typesafe/maven-releases/com/typesafe/slick/. See the Slick documentation for further information. Note that slick-extensions is not an open-source project. It is available under the terms of the Typesafe Subscription Agreement which is also contained inside the main JAR.

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