Slick 3.0.1
We are happy to announce the release of Slick 3.0.1. The artifacts are available on Maven Central, as usual. You can find the source code here: https://github.com/slick/slick/tree/3.0.1. Please see http://slick.typesafe.com/docs/ for documentation. This is a binary-compatible bugfix release.
Fixes and features:
-
Update to HikariCP 2.3.7 (same version as used by play-slick)
-
Allow custom ClassLoaders for loading driver classes
There is no new version of the Slick Extensions package with closed-source drivers for Oracle, DB/2 and SQL Server for this release. Please continue using version 3.0.0.
Here is a complete list of changes since Slick 3.0.0:
fa24c82
Bump version to 3.0.1ac45937
Switch branch for build status badge63407aa
Add the correct scala-sbt repo for resolving sbt-testng.plugind71e1b5
Set hikariCP validationTimeout from config or 1000ms3da8321
Pin HikariCP at version 2.3.7 to match play-slick534c259
Fix view source for scaladoc and edit this file on github for docs1abf753
Allow classloader to be specified for classloading