Slick 1.0.0-RC2
We are happy to announce the release of Slick 1.0.0-RC2 for Scala 2.10.0. All artifacts are available from Maven Central. You can find the source code here: https://github.com/slick/slick/tree/1.0.0-RC2. The documentation for this release is located at http://slick.typesafe.com/doc/1.0.0-RC2/.
This is the second release candidate for Slick 1.0.0, with some bug fixes, improved documentation and new test cases on top of RC1. If no critical bugs are discovered in RC2, we expect to release it as 1.0.0 final in two weeks.
Note that the groupId for all Slick artifacts has changed between 1.0.0-RC1
and 1.0.0-RC2 from com.typesafe
to com.typesafe.slick
. RC2 has also
been published under the old groupId with the appropriate relocation
information in the POM. Any new releases will only be published under
com.typesafe.slick
.
Here is a complete list of changes since 1.0.0-RC1:
9778003
Update version number for documentation to 1.0.0-RC2143d86d
Make scala-compiler dependency optional. Fixes issue #87.43851c1
Change base package for sample code to com.typesafe.slick.examples.9ec4baa
Change groupId to com.typesafe.slick and version to 1.0.0-RC27f8668e
New test case for using more than 22 columns in lifted embedding829053c
Improved documentation57af0c8
Use NumericTypeMapper for BigDecimal and Short. Related to issue #24.ef9403e
Add some new test cases7e42998
Bug fix for Option[Array[Byte]] on PostgreSQL. Closes issue #85.
Slick Extensions
This release also comes with support for Oracle and DB2 database systems through Typesafe’s Slick Extensions package. You can find the binary and scaladoc artifacts in the Typesafe repository: http://repo.typesafe.com/typesafe/maven-releases/com/typesafe/slick/. See the Slick documentation for further information. Note that slick-extensions is not an open-source project. It is available under the terms of the Typesafe Subscription Agreement which is also contained inside the main JAR.