File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-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.9.1 " ]
19+ [clj-http " 0.9.2 " ]
2020```
2121
2222Previous versions available as
2323
2424``` clojure
25+ [clj-http " 0.9.1" ]
2526[clj-http " 0.9.0" ]
2627[clj-http " 0.7.9" ]
27- [clj-http " 0.7.7" ]
2828```
2929
3030## Usage
Original file line number Diff line number Diff line change 99
1010* Changelog
1111List of user-visible changes that have gone into each release
12+ ** 0.9.2
13+ - merged https://github.com/dakrone/clj-http/pull/206 to handle null passwords
14+ for keystores
15+ - merged https://github.com/dakrone/clj-http/pull/201 to make :auto content type
16+ parsing dispatch pluggable
17+ - Bump crouton and tools.reader dependencies
18+ - Merged https://github.com/dakrone/clj-http/pull/199 to add support for form
19+ parameters in the PATCH method
20+ - Bump dependencies and fix tests for 1.6.0 compatibility
1221** 0.9.1
1322- automatically coerce header values to strings
1423- fix issue where :ignore-unknown-host wasn't using the =opt= function correctly
@@ -45,6 +54,10 @@ List of user-visible changes that have gone into each release
4554 and clean up whitespace for new clojure-mode
4655- Merged https://github.com/dakrone/clj-http/pull/171 to support SOCKS proxies
4756* Work log
57+ ** Released 0.9.2
58+ ** 2014-05-27
59+ - merged https://github.com/dakrone/clj-http/pull/206 to handle null passwords
60+ for keystores
4861** 2014-05-14
4962- merged https://github.com/dakrone/clj-http/pull/201 to make :auto content type
5063 parsing dispatch pluggable
Original file line number Diff line number Diff line change 1- (defproject clj-http " 0.9.2-SNAPSHOT "
1+ (defproject clj-http " 0.9.2"
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