File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -150,15 +150,15 @@ such), check out the
150150[ Clojars] ( http://clojars.org/clj-http ) :
151151
152152``` clojure
153- [clj-http " 0.2.5 " ]
153+ [clj-http " 0.2.6 " ]
154154```
155155
156156Previous versions available as
157157
158158``` clojure
159+ [clj-http " 0.2.5" ]
159160[clj-http " 0.2.4" ]
160161[clj-http " 0.2.3" ]
161- [clj-http " 0.2.2" ]
162162```
163163
164164## Design
Original file line number Diff line number Diff line change 11* Changelog
22 List of changes that have gone into each release
3+ ** 0.2.6
4+ - don't use :server-port unless required (fixes problem with some
5+ web servers)
6+ - smaller error message on exceptions (thrown object is still the same)
7+ - added the :save-request? option to return the request object in
8+ a :request key in the response map
9+ - multiple headers with the same name are now preserved when they
10+ have differing cases
311** 0.2.5
412 - multipart form uploads
513 - bump slingshot to 0.9.0
4149* Work log
4250 Log of merges/issues/work that's gone in so I know what to put in
4351 the changelog for the next release
52+ ** Release 0.2.6
4453** 2011-12-13
4554 - merged https://github.com/dakrone/clj-http/pull/27 to only
4655 use :server-port for non-standard ports. This was causing
Original file line number Diff line number Diff line change 1- (defproject clj-http " 0.2.6-SNAPSHOT "
1+ (defproject clj-http " 0.2.6"
22 :description " A Clojure HTTP library wrapping the Apache HttpComponents client."
33 :repositories {" sona" " http://oss.sonatype.org/content/repositories/snapshots" }
44 :dependencies [[org.clojure/clojure " 1.3.0" ]
You can’t perform that action at this time.
0 commit comments