casbah 2.1.2
Casbah 2.1.2 / 2011-04-09
SCALA-28 Updated Java Driver to Release 2.5.3
- JAVA-315 several exception cases do not put back the dbport in pool, resulting in forever hanging pool to that server
- JAVA-312 Added UUID support to JSON Serialization
- JAVA-318 Fixed JMX issues for similar ServerAddresses
- SCALA-27 Properly Serialize Option[T] so that None is null and Some expands out
- SCALA-26: findOneByID(id) and findOneById(id, fields) had different casing; when findOneById(id, fields) was called as byID an implicit caused the single arg version to be called instead, yielding unexpected results.
Casbah is the official Scala driver for MongoDB. It provides Scala wrappers to the Java driver, a DSL query syntax and full Scala type support (MongoDB will never give you a Java type from Casbah unless you asked it to). A tutorial and setup instructions are available.
Casbah wraps the official MongoDB Java Driver and provides the functionality and tools that Scala developers expect without reinventing the wheel uneccessarily. The current (latest) version has been tested against MongoDB 1.6.x with Java driver 2.3.
If you previously used Casbah 1.x, the package has changed from com.novus.mongodb.casbah to com.mongodb.casbah, and ownership has moved to the MongoDB project. New documentation for the 2.x series is forthcoming but core functionality remains mostly the same from 1.x (From a user standpoint).
This work is an Open Source project under the Apache License v2.
Got questions, problems, suggestions? Please join the Casbah Users' Mailing List
