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:
fb9258a1cfixes 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.3728a2092regression: final actually breaks compilation3f5c6753bfixing 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.8b342b4a1Integrate the four official Activator templates into the manual.ddb75a0f9Fix ambiguity for MappedProjection Shape21045bbf2use 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
29d6591f8Release 3.2.13728a2092regression: final actually breaks compilation4c0130cb3[backport] Fix ambiguity for MappedProjection Shapef21a58af4Backport #1745 to 3.2.0 (#1754)ddb75a0f9Fix ambiguity for MappedProjection Shapebc823febcImprove SQLite timestamp parsing4a401b4dbTry “inUseCount” as field name2b5ee55c6Remove repQueryActionExtensionMethodsfb9258a1cfixes race-condition using unpinned/flatMapped DBIOActions, leading to missing decreaseInUseCount calls and possible stall of ManagedBlockingArrayQueue3c842c31aallow to set code generator class dynamically (#1748)c9c6dd08aMake parentheses-for-union-queries specific to MySQLaeb7bb769Add test cases for limit and orderby with unionc5b0e6ce8Place each node of a union in parenthesesc150be955Add more dbms to codegen tests21045bbf2use mix of Java/scala reflection to retrieve inUseCount on 2.12.x899c5f39afixes race-condition using unpinned/flatMapped DBIOActions, leading to missing decreaseInUseCount calls and possible stall of ManagedBlockingArrayQueue474c04a38Fix mysql parse b’0’7a560e358fix import lost in merge with 1733e04e93f4bMySQL smallint type should map to scala Int65a59491fRemove unused imports.86114fa0fwhen varchar length is unspecified, default to longvarchar in hsqldb72116ade5Only decrypt secrets.tar.enc on travis release buildsee4395cbdFix typo in doc.89c938b6aAutomate the publishing of docs from tag releases79698f91aTag-based publishing to Sonatype066dc86d7Add support for postgresql as an alternative to DSN scheme (#1723)fba9a43a9SQLite assume TEXT as datatype if not provided8b342b4a1Integrate the four official Activator templates into the manual.7922989cfUse correct ClassLoader for loading default app config97103ee4fregression: final actually breaks compilationb53817901Fix syntactical typo in Getting Started60e5041b3Update versions for 3.3575f21bbcTesting transitivity14e0ce5cbTransitively handle nested binds3f5c6753bfixing 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,...
