Clutch 0.3.1 has been released, and is available from clojars now:
[com.ashafa/clutch "0.3.1"]
The major changes in this release include:
* Added the CouchDB "type", providing a higher-level and more
Clojuresque abstraction for most CouchDB operations.
* byte arrays may now be used with `put-attachment` et al.
* Clutch may now be used with Java 1.5 (in addition to 1.6+)
Up next: transitioning to use clj-http for all HTTP operations and cheshire for all JSON operations. This will improve performance, eliminate the last remaining dependencies on "classic" clojure-contrib, and will significantly simplify Clutch's implementation in general. If all goes well, the results of this will become Clutch 0.4.0.
Cheers,
- Chas
--
http://cemerick.com
[Clojure Programming from O'Reilly](
http://www.clojurebook.com)