File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ pull request or open an issue if you have any problems
1616[ Clojars] ( http://clojars.org/clj-http ) :
1717
1818``` clojure
19- [clj-http " 0.7.3 " ]
19+ [clj-http " 0.7.4 " ]
2020```
2121
2222Previous versions available as
2323
2424``` clojure
25+ [clj-http " 0.7.3" ]
2526[clj-http " 0.7.2" ]
2627[clj-http " 0.7.1" ]
27- [clj-http " 0.7.0" ]
2828```
2929
3030## Usage
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.7.4
4+ - merged https://github.com/dakrone/clj-http/pull/143 for fixing some
5+ weirdness around body streams and inflation
6+ - streams everywhere, all bodies coming out of core.clj are now streams, so
7+ {:as :stream} truly streams the response, keeping it out of memory
8+ - remove some more reflection
39** 0.7.3
410 - correctly close single client connection manager if {:as :stream} is used, fixes #142
511 - merged https://github.com/dakrone/clj-http/pull/138 to preserve
Original file line number Diff line number Diff line change 1- (defproject clj-http " 0.7.4-SNAPSHOT "
1+ (defproject clj-http " 0.7.4"
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"
You can’t perform that action at this time.
0 commit comments