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:
09cbaca
changed version number in python config file0c9fb5e
Preparations for release 0.11.17e74d4c
adapted to Scala-2.10.0-M7c17ba8d
fixed doctest errorsa331dcb
Merge pull request #38 from nafg/patch-11e87e1f
Do not reuse stateful transformers in the query compilerbe1c55e
More documentation2ef90ba
Fix broken links6e355ff
SymbolNamer: Prioritize child over parent3dd59ea
Merge branch ‘master’ of git@github.com:slick/slick.git20a4484
Replace remaining occurences of “SLICK” by “Slick”286ff64
Add a test case for serialized data in a Blob using a parameterized mapper70ce8ac
direct embd: default mapping attr->column / class->tablee31519b
direct embedding: schema mapper now customizable (pulled out of backend)11a19e3
Fix build.sbt snippet in “Getting Started” docs09a65a8
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...