Monger (http://clojuremongodb.info) 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.
`1.4.0` is a minor *almost (but not completely) backwards-compatible* release that upgrades MongoDB Java driver and Cheshire and adapts to their public API changes. ## Changes in 1.4.0 ### MongoDB Java Driver Update MongoDB Java driver dependency has been updated to 2.10.0 [1][2]. If your code depends on the exact class `com.mongodb.Mongo`, it should be updated to use `com.mongodb.MongoClient` (or not depend on specific class names at all). In addition, `MongoOptions` and `MongoURI` in the new driver have changed to `MongoClientOptions` and `MongoClientURI`, respectively. ### Cheshire 0.5.0 `monger.json` and `monger.joda-time` will use Cheshire [3] if it is available and now *requires Cheshire version 5.0*. clojure.data.json is no longer a hard dependency (but `0.1.x` versions still supported if available). Recently released `clojure.data.json` version `0.2.0` is now supported. We strongly recommend all users to use Cheshire when possible. Cheshire 5.0 change log [4] is available on GitHub. ### ClojureWerkz Support 0.9.0 ClojureWerkz Support library is upgraded to `0.9`. ## Change Log We recommend all users to upgrade to 1.4.0 [5] as soon as possible. Monger change log is available on GitHub [6]. 1. https://groups.google.com/forum/?fromgroups=#!topic/mongodb-announce/FHp6ue36WUw 2. http://blog.mongodb.org/post/36666163412/introducing-mongoclient 3. https://github.com/dakrone/cheshire 4. https://github.com/dakrone/cheshire/blob/master/ChangeLog.md 5. https://clojars.org/com.novemberain/monger/versions/1.4.0 6. https://github.com/michaelklishin/monger/blob/master/ChangeLog.md -- 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
