Slick 0.11.1 released
August 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 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:
09cbacachanged version number in python config file0c9fb5ePreparations for release 0.11.17e74d4cadapted to Scala-2.10.0-M7c17ba8dfixed doctest errorsa331dcbMerge pull request #38 from nafg/patch-11e87e1fDo not reuse stateful transformers in the query compilerbe1c55eMore documentation2ef90baFix broken links6e355ffSymbolNamer: Prioritize child over parent3dd59eaMerge branch ‘master’ of git@github.com:slick/slick.git20a4484Replace remaining occurences of “SLICK” by “Slick”286ff64Add a test case for serialized data in a Blob using a parameterized mapper70ce8acdirect embd: default mapping attr->column / class->tablee31519bdirect embedding: schema mapper now customizable (pulled out of backend)11a19e3Fix build.sbt snippet in “Getting Started” docs09a65a8Allow returning of auto-generated keys when inserting data.a9bd7fbBump version to 1.0.0-SNAPSHOT and build with sbt 0.12.0
Past News Items
Sep 18 2022
Slick 3.4.0 was released and published to Maven Central, with 281 merged pull requests, many from the community. A pull request that could cause issues was then rolled back, so...
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,...
