clj-http-client/CHANGELOG.md
2014-07-25 15:05:53 -07:00

24 lines
700 B
Markdown

## 0.2.0
* Port the code to use the Apache HttpAsyncClient library instead of
http-kit.
* The API around creating a persistent client has changed and
persistent clients are explicitly managed
* The available request options have changed. Some convenience options
have been removed.
## 0.1.7
* Explicitly target JDK6 when building release jars
## 0.1.6
* Add support for configuring client SSL context with a CA cert without a client cert/key
## 0.1.5
* Update to latest version of puppetlabs/kitchensink
* Use puppetlabs/certificate-authority for SSL tasks
## 0.1.4
* Fix bug in sync.clj when excluding clojure.core/get
## 0.1.3
* Added a Java API for the synchronous client