Slick 3.0.2
We are happy to announce the release of Slick 3.0.2. The artifacts are available on Maven Central, as usual. You can find the source code here: https://github.com/slick/slick/tree/3.0.2. Please see http://slick.typesafe.com/docs/ for documentation. This is a binary-compatible bugfix release.
Fixes and features:
-
Add support for DATABASE_URL-style configuration
-
Use correct config paths for
numThreads
andqueueSize
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.1:
96abde0
Release 3.0.2c7bbb29
Set Slick Extensions version in the manual independent of Slick version3944d4d
Fixed a mistake in the docs markupc44e9c8
Added documentation for DatabaseUrlDataSourcece70525
Database.forConfig uses provided config paramsnumThreads
andqueueSize
c706883
Fix OSGi tests (did not run due to duplicate slf4j on classpath)c277d64
Add a test for DatabaseUrlDataSourced7a7d2e
Revised DatabaseUrlDataSource to have a no-arg cstr. Moved extractUrl to instancec372546
Added a DatabaseUrlDataSource for use with DATABASE_URLe28a46e
Cherry-picked DriverDataSource from master