Slick 0.11.1 released

August 31 2012
by Christopher Vogt

We are happy to announce the release of Slick 0.11.1 for Scala 2.10.0-M7. 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.1

The Slick Examples project has also been updated to work with 0.11.1: https://github.com/slick/slick-examples/tree/0.11.1

Important changes in this release:

  • Return auto-generated keys when inserting data.
  • Pluggable schema mapper in direct embedding
  • More documentation
  • This release also contains a number of bug fixes and minor improvements.
Here is a complete list of changes since 0.11.0:
  • 09cbaca changed version number in python config file
  • 0c9fb5e Preparations for release 0.11.1
  • 7e74d4c adapted to Scala-2.10.0-M7
  • c17ba8d fixed doctest errors
  • a331dcb Merge pull request #38 from nafg/patch-1
  • 1e87e1f Do not reuse stateful transformers in the query compiler
  • be1c55e More documentation
  • 2ef90ba Fix broken links
  • 6e355ff SymbolNamer: Prioritize child over parent
  • 3dd59ea Merge branch ‘master’ of git@github.com:slick/slick.git
  • 20a4484 Replace remaining occurences of “SLICK” by “Slick”
  • 286ff64 Add a test case for serialized data in a Blob using a parameterized mapper
  • 70ce8ac direct embd: default mapping attr->column / class->table
  • e31519b direct embedding: schema mapper now customizable (pulled out of backend)
  • 11a19e3 Fix build.sbt snippet in “Getting Started” docs
  • 09a65a8 Allow returning of auto-generated keys when inserting data.
  • a9bd7fb Bump version to 1.0.0-SNAPSHOT and build with sbt 0.12.0

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