Slick 1.0.0-RC1 released

114 views
Skip to first unread message

Stefan Zeiger

unread,
Dec 21, 2012, 9:11:19 AM12/21/12
to ScalaQuery, Christopher Vogt, Eugene Burmako
Hello and happy holidays everyone!

We are happy to announce the release of Slick 1.0.0-RC1 for Scala 2.10.0. It should show up on Maven Central within the next few hours. You can find the source code here: https://github.com/slick/slick/tree/1.0.0-RC1.

This is the first release candidate for Slick 1.0, containing mostly bug fixes on top of Slick 0.11.2. Only major bug fixes and documentation will still be accepted for inclusion in Slick 1.0.0.

Here is a complete list of changes since 0.11.2:
  • 24fcb6e Bump version number to 1.0.0-RC1
  • 810bb9d Switch to Scala 2.10.0 and revert cross-versioning policy.
  • 62cee6a Force comprehension inlining to avoid illegal SQL comprehensions.
  • d1b6d3a Perform inlining in non-fused generators in fuseComprehensions.
  • 8f51d5c Cast bind variables of type TIME to the correct type on SQL Server.
  • 8d2df2f Generate proper name for UUID type on PostgreSQL.
  • 78d7b31 Do not advance PositionedResultIterator at the beginning of foreach().
  • 360b098 Update Scala version to 2.10.0-RC5
  • 2f39e5e Add documentation for querying with the lifted embedding
  • c736771 Add a custom Sphinx extension for linking to API documentation.
  • 275301e Document NULL vs Option semantics.
  • 7e6582a Clarify versioning policy in the documentation
  • 9ebbca7 Introduce ~: method (aka preprend) to Projection2-21. Fixes issue #75.
  • 18b3be4 Merge branch ‘1.0’ of g...@github.com:slick/slick.git into 1.0
  • 4ea9125 Fix date types support on SQL Server.
  • f01ab66 Deprecate some Column methods for Option handling.
  • 364906c fixed direct embedding with singletons
  • c4bff37 Allow fusion if the inner Comprehension is a Union wrapper.
  • fa9de5c Deprecate old-style aggregation methods.
  • 9e97d5e Fix lifting of aggregation functions which reference other generators.
  • 9ee64a3 Bug fix: Correctly relabel selects of implicit joins in relabelUnions.
  • a0dd2a1 Add documentation for AST nodes and lifted embedding features
  • bf40215 Add documentation for TestKit and more lifted embedding features
  • 782d9ca Expand test DB configuration variables lazily.
  • 7928a61 Build with Scala 2.10.0-RC2
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 on the Typesafe repository: http://repo.typesafe.com/typesafe/maven-releases/com/typesafe/slick-extensions_2.10/.

Note that slick-extensions is not an open-source project. Its is available under the terms of the Typesafe Subscription Agreement which are also contained inside the main JAR.

--
Stefan Zeiger
Typesafe - The software stack for applications that scale
Twitter: @StefanZeiger

Dickon Field

unread,
Dec 21, 2012, 1:16:40 PM12/21/12
to scala...@googlegroups.com
Hi Stefan

What app dependency will work in sbt to pull this down?

Dickon


--
 
 
 

Dickon Field

unread,
Dec 21, 2012, 5:35:44 PM12/21/12
to scala...@googlegroups.com
ok, got it - 2.10

Dickon

Pradeep Kumar Mishra

unread,
Dec 22, 2012, 11:36:11 PM12/22/12
to scala...@googlegroups.com
Thank you so much Stefan. The documentation is also a lot better now. 

Dickon to be more precise sbt dependency is -  "com.typesafe" % "slick_2.10" % "1.0.0-RC1"

Happy holidays guys.

Cheers,
Pradeep
Reply all
Reply to author
Forward
0 new messages