Monger [1] is a Clojure MongoDB driver for a more civilized age: friendly, 
flexible, well documented
and with batteries included.

1.1.0-beta1 is released to clojars [2]. This release includes a bunch of small 
improvements:

 * An alternative insert function many people have been suggesting
 * Clojure reader extensions for MongoDB-specific data types and Joda Time 
types (just like monger.joda-time does for clojure.data.json protocols)
 * An alternative Ring session store that stores session data in a way that's 
not interoperable with non-Clojure applications
   but works well with namespaced keywords that Friend [3] relies on

The alternative insert function (monger.collection/insert-and-return) that 
returns the exact inserted document
(with _id generated if needed) and not the write result. More details and the 
rationale can be found in
the change log:

https://github.com/michaelklishin/monger/blob/master/ChangeLog.md

Otherwise this release is completely backwards compatible with 1.0.0.

1. http://clojuremongodb.info
2. https://clojars.org/com.novemberain/monger
3. https://github.com/cemerick/friend/

MK

mich...@defprotocol.org

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to