@@ -87,6 +87,12 @@ With Leiningen/Boot:
8787[clj-http "2.1.0"]
8888#+END_SRC
8989
90+ If you want to test out the latest version, a 3.0.0 release is also available:
91+
92+ #+BEGIN_SRC clojure
93+ [clj-http "3.0.0"]
94+ #+END_SRC
95+
9096Previous versions available as:
9197
9298#+BEGIN_SRC clojure
@@ -98,25 +104,26 @@ Previous versions available as:
98104
99105clj-http supports clojure 1.6.0 and higher.
100106
101- * Towards a 3.0.0 release (NEW)
102- So there is a 2.0 branch which is based on the latest released version of
107+ * Towards a 3.0.0 release
108+ So there is a 2.0 branch which is based on the latest stable version of
103109clj-http. Master, on the other hand, is a rewrite of the =core.clj= for the new
104110Apache changes (starting with 4.0 I believe) to use non-deprecated methods.
105111There are a number of things that need to be accomplished in order for it to be
106- releasable in a non-snapshot version (3.0.0-SNAPSHOT is already on Clojars)
112+ releasable in a non-snapshot version (3.0.0+ is already on Clojars)
107113
108114Here are the tests that need to pass:
109115
110116- [X] =lein test clj-http.test.client-test :all=
111- - [ ] =lein test clj-http.test.conn-mgr-test :all=
117+ - [X ] =lein test clj-http.test.conn-mgr-test :all=
112118- [X] =lein test clj-http.test.cookies-test :all=
113- - [ ] =lein test clj-http.test.core-test :all=
119+ - [X ] =lein test clj-http.test.core-test :all=
114120- [X] =lein test clj-http.test.headers-test :all=
115121- [X] =lein test clj-http.test.links-test :all=
116122- [X] =lein test clj-http.test.multipart-test :all=
117123- [X] =lein test clj-http.test.util-test :all=
118124
119- Any help or PRs is greatly appreciated.
125+ There are still a few tests that are commented out. Any help or PRs is greatly
126+ appreciated.
120127
121128* Quickstart
122129
0 commit comments