Monger is an idiomatic Clojure MongoDB driver
<http://clojuremongodb.info>for a more civilized age.
It has batteries included, offers powerful expressive query DSL, strives to
support every MongoDB 2.0+ feature and has sane defaults.

Monger 1.2 focus is on a number of small improvements and making sure
Monger has good MongoDB 2.2 compatibility:

 * One bug fix
 * Support for low level connection options
 * Test coverage and more testing for many MongoDB 2.2 features
 * MongoDB Java driver upgraded to 2.9 which brings concurrency-related
improvements (fixes, reduced contention in the client)
 * monger.joda-time no longer has reflection warnings and will only try to
extend clojure.data.json protocols if clojure.data.json is actually
available
 * Clojure 1.4 is the new default. 1.3 is still supported and will be for a
while but Monger now depends on 1.4 unless your project.clj specifies a
different version.
 * Documentation guide improvements
 * API reference site

1.2.0 is a drop-in replacement for 1.1.x.

More detailed change log:
https://github.com/michaelklishin/monger/blob/1.2.x-stable/ChangeLog.md

News and releases are announced on Twitter: http://twitter.com/clojurewerkz

Documentation guides: http://clojuremongodb.info

API reference: http://reference.clojuremongodb.info
--
MK

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to