File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11* Changelog
22 List of user-visible changes that have gone into each release
3+ ** 0.6.5
4+ - allow json coercion for exception cases based on :coerce setting,
5+ can be either :always, :exceptional or :unexceptional
6+ - Update clojure to 1.5
7+ - Move SingleClientConnManager shutdown into finally block
8+ - bind *read-eval* to false when reading for {:as :clojure}
9+ - bump cheshire to 5.0.2
310** 0.6.4
411 - merged https://github.com/dakrone/clj-http/pull/113 to update
512 the connection pooling code
250257** 2013-03-06
251258 - allow json coercion for exception cases based on :coerce setting,
252259 can be either :always, :exceptional or :unexceptional
260+ - bump cheshire to 5.0.2
253261** 2013-03-01
254262 - Update clojure to 1.5
255263 - Move SingleClientConnManager shutdown into finally block
Original file line number Diff line number Diff line change 1- (defproject clj-http " 0.6.5-SNAPSHOT "
1+ (defproject clj-http " 0.6.5"
22 :description " A Clojure HTTP library wrapping the Apache HttpComponents client."
33 :url " https://github.com/dakrone/clj-http/"
44 :license {:name " The MIT License"
1313 [commons-codec " 1.6" ]
1414 [commons-io " 2.4" ]
1515 [slingshot " 0.10.3" ]
16- [cheshire " 5.0.1 " ]
16+ [cheshire " 5.0.2 " ]
1717 [crouton " 0.1.1" ]]
1818 :profiles {:dev {:dependencies [[org.clojure/clojure " 1.5.0" ]
1919 [ring/ring-jetty-adapter " 1.1.0" ]
You can’t perform that action at this time.
0 commit comments