Skip to content

Commit fbbf4e0

Browse files
committed
Release 0.7.1
1 parent 96421f9 commit fbbf4e0

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.7.0"]
19+
[clj-http "0.7.1"]
2020
```
2121

2222
Previous versions available as
2323

2424
```clojure
25+
[clj-http "0.7.0"]
2526
[clj-http "0.6.5"]
2627
[clj-http "0.6.4"]
27-
[clj-http "0.6.3"]
2828
```
2929

3030
## Usage

changelog.org

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
* Changelog
22
List of user-visible changes that have gone into each release
3+
** 0.7.1
4+
- clarify :throw-exceptions in documentation
5+
- define default-middleware for use in wrap-request, remove bad
6+
all-middleware method
7+
- merged https://github.com/dakrone/clj-http/pull/130 to encode
8+
query-params
9+
- merged https://github.com/dakrone/clj-http/pull/124 to handle
10+
URL-encoding invalid characters in the URI
11+
- bump cheshire to 5.1.0
12+
- Switch from deprecated SingleClientConnManager to BasicClientConnectionManager
13+
- merged https://github.com/dakrone/clj-http/pull/126 to bump
14+
httpcore version
15+
- bump dependencies to latest versions
316
** 0.7.0
417
- merged https://github.com/dakrone/clj-http/pull/122 for
518
using *data-readers* when using tools.reader to parse EDN

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "0.7.1-SNAPSHOT"
1+
(defproject clj-http "0.7.1"
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"

0 commit comments

Comments
 (0)