Slick 1.0.1-RC1

May 06 2013
by Stefan Zeiger

We are happy to announce the release of Slick 1.0.1-RC1 for Scala 2.10. 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/1.0.1-RC1. The documentation for this release is located at http://slick.typesafe.com/doc/1.0.1-RC1/.

This is the first release candidate for Slick 1.0.1, a bug-fix release based on 1.0.0. The public API of Slick 1.0.1 is forward and backward binary compatible with Slick 1.0.0. If no regressions compared to Slick 1.0.0 are discovered within the next two weeks, this release candidate will be republished as release 1.0.1.

Here is a complete list of changes since 1.0.0:
  • d79375c backported fix for https://github.com/slick/slick/issues/105
  • 2906a88 changed versions, fixed docs for macosx
  • cb54757 Merge pull request #154 from slick/tmp/crossScalaDirectEmbedding
  • 942d33e direct embedding: backported matching on tuples by symbols for Scala 2.10.x compatibility
  • 17cb162 Merge pull request #152 from slick/tmp/testBuildUpdate
  • 8d4c6c0 updated config for tests
  • ca4b390 Merge pull request #145 from slick/tmp/issue-141
  • 511cb76 Expand symbols in the “by” clause of a GroupBy node.
  • ac50017 Merge pull request #142 from slick/tmp/aggregate-explicit-join
  • ecb56e8 Merge pull request #143 from slick/tmp/inline-scalar-count1
  • af4749d Merge pull request #140 from slick/tmp/timestamp-null-on-mysql
  • 55926cf Merge pull request #144 from slick/tmp/update-build
  • e1e6c01 Update the build system.
  • 929e9b2 Inline lifted count(*) aggregates over scalar Comprehensions.
  • 46bd568 Proper rewriting of aggregation functions over explicit joins.
  • 2b7c3e3 Specify NULL when creating nullable TIMESTAMP columns on MySQL.
  • fa5c251 Merge pull request #133 from slick/tmp/schema-names
  • 5c8b9bf Support schema names for tables in all statements except INSERTs.
  • e9d48e9 Merge pull request #126 from slick/tmp/parenthesize-subqueries
  • 55011d7 Merge pull request #125 from slick/tmp/select-groupby
  • 592d5c2 Always add parentheses around subqueries in a SELECT clause.
  • 5ed7680 Evaluate paths into grouped keys & values when converting GroupBy.
  • 4671f6d Merge pull request #123 from slick/tmp/mima
  • ac4ca00 Add MiMa to 1.0 branch.
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.

There have been no changes to Slick Extensions since 1.0.0 was released, so we are not publishing a new release. Please use Slick Extensions 1.0.0 together with Slick 1.0.1-RC1.

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