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

Feb 07 2013
We are happy to announce the release of Slick 1.0.0 for Scala 2.10. All artifacts are available from Maven Central. You can find the source code here: . The documentation...
Jan 25 2013
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: . The documentation...
Dec 21 2012
We are happy to announce the release of Slick 1.0.0-RC1 for Scala 2.10.0. It should show up on Maven Central within the next few hours. You can find the source...
Oct 25 2012
We are happy to announce the release of Slick 0.11.2 for Scala 2.10.0-RC1. It should show up on Maven Central within the next few hours. You can find the source...
Oct 24 2012
Slides of Slick presentation at BASE are now available.
Aug 31 2012
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...
Aug 07 2012
We are pleased to announce the launch of the new Slick web site. Many thanks to Heather Miller of EPFL for the initial web design and set-up of the build...
Aug 06 2012
We are happy to announce the release of Slick 0.11.0 for Scala 2.10.0-M6. It should show up on Maven Central within the next few hours. You can find the source...