I'm happy to announce the release of clj-http 0.2.4. You should be
able to use it from Clojars with the following:

[clj-http "0.2.4"]

Main highlights:

* (with-connection-pool ...) is now supported, allowing reuse of a
connection pool to greatly increase the speed of multiple requests.
* :basic-auth can be specified as a string or a vector now

This is the first release of clj-http that supports connection
pooling, so please give it a try and open any issues on the github
repo[1] that you find. Check out the readme and docstring for the full
documentation of the feature.

A full list of user-visible changes is here:
https://github.com/dakrone/clj-http/blob/master/changelog.org

thanks,
Lee Hinman

[1]: https://github.com/dakrone/clj-http

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to