Slick 3.2.1
July 20 2017
We have just released Slick 3.2.1. You can find the source code here: https://github.com/slick/slick/tree/3.2.1. Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From 3.2.0 on, Slick requires Java 8. Older JVMs are no longer supported.
This is the first version of Slick released from automated releases.
These are the major changes in Slick 3.2.1:
fb9258a1c
fixes race-condition using unpinned/flatMapped DBIOActions, leading to missing decreaseInUseCount calls and possible stall of ManagedBlockingArrayQueue* Important bug fixes for asynchronous execution of database actions and other parts of the codebase.3728a2092
regression: final actually breaks compilation3f5c6753b
fixing part 1 of #1408, flatmaps in the tail position of a query are unrolled into nested bind clauses* Strip margins of multi-line SQL interpolator strings.8b342b4a1
Integrate the four official Activator templates into the manual.ddb75a0f9
Fix ambiguity for MappedProjection Shape21045bbf2
use mix of Java/scala reflection to retrieve inUseCount on 2.12.x
You can find details about upgrading from Slick 3.1 in the Upgrade Guide.
This release contains contributions by the following committers since 3.2.0(in alphabetical order):
astorije, cvogt , deusaquilus, kuppuswamy, kwark, njouanin, olafurpg, stewSquared, szeiger, trevorsibanda
Here is a complete list of changes since 3.2.0
29d6591f8
Release 3.2.13728a2092
regression: final actually breaks compilation4c0130cb3
[backport] Fix ambiguity for MappedProjection Shapef21a58af4
Backport #1745 to 3.2.0 (#1754)ddb75a0f9
Fix ambiguity for MappedProjection Shapebc823febc
Improve SQLite timestamp parsing4a401b4db
Try “inUseCount” as field name2b5ee55c6
Remove repQueryActionExtensionMethodsfb9258a1c
fixes race-condition using unpinned/flatMapped DBIOActions, leading to missing decreaseInUseCount calls and possible stall of ManagedBlockingArrayQueue3c842c31a
allow to set code generator class dynamically (#1748)c9c6dd08a
Make parentheses-for-union-queries specific to MySQLaeb7bb769
Add test cases for limit and orderby with unionc5b0e6ce8
Place each node of a union in parenthesesc150be955
Add more dbms to codegen tests21045bbf2
use mix of Java/scala reflection to retrieve inUseCount on 2.12.x899c5f39a
fixes race-condition using unpinned/flatMapped DBIOActions, leading to missing decreaseInUseCount calls and possible stall of ManagedBlockingArrayQueue474c04a38
Fix mysql parse b’0’7a560e358
fix import lost in merge with 1733e04e93f4b
MySQL smallint type should map to scala Int65a59491f
Remove unused imports.86114fa0f
when varchar length is unspecified, default to longvarchar in hsqldb72116ade5
Only decrypt secrets.tar.enc on travis release buildsee4395cbd
Fix typo in doc.89c938b6a
Automate the publishing of docs from tag releases79698f91a
Tag-based publishing to Sonatype066dc86d7
Add support for postgresql as an alternative to DSN scheme (#1723)fba9a43a9
SQLite assume TEXT as datatype if not provided8b342b4a1
Integrate the four official Activator templates into the manual.7922989cf
Use correct ClassLoader for loading default app config97103ee4f
regression: final actually breaks compilationb53817901
Fix syntactical typo in Getting Started60e5041b3
Update versions for 3.3575f21bbc
Testing transitivity14e0ce5cb
Transitively handle nested binds3f5c6753b
fixing part 1 of #1408, flatmaps in the tail position of a query are unrolled into nested bind clauses
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: https://github.com/slick/slick/tree/3.2.1. Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual. From 3.2.0 on,...