Monger is an idiomatic Clojure MongoDB driver 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. It also has solid documentation at http://clojuremongodb.info.
`1.4.2` is a minor *100% backwards-compatible* release that includes one bug fix. ## Changes between 1.4.1 and 1.4.2 ### Explicit DBCursor Closure by monger.collection/find-maps and the like `monger.collection/find-maps` and the like will now explicitly close DB cursors. GH issue: 47 ## Changes between 1.4.0 and 1.4.1 ### MongoDB Java Driver Update MongoDB Java driver dependency has been updated to 2.10.1 [3]. ## Change Log We recommend all users to upgrade to 1.4.2 [1] as soon as possible. Monger change log [2] is available on GitHub. 1. https://clojars.org/com.novemberain/monger/versions/1.4.2 2. https://github.com/michaelklishin/monger/blob/1.4.x-stable/ChangeLog.md 3. https://github.com/mongodb/mongo-java-driver/wiki/Release-Notes -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
