Skip to content

Commit 23ef301

Browse files
committed
Release 0.7.7
1 parent 20d0ed3 commit 23ef301

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
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.6"]
19+
[clj-http "0.7.7"]
2020
```
2121

2222
Previous versions available as
2323

2424
```clojure
25+
[clj-http "0.7.6"]
2526
[clj-http "0.7.5"]
2627
[clj-http "0.7.4"]
27-
[clj-http "0.7.3"]
2828
```
2929

3030
## Usage

changelog.org

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
* Changelog
22
List of user-visible changes that have gone into each release
3+
** 0.7.7
4+
- merged https://github.com/dakrone/clj-http/pull/162 to pass
5+
through json opts for form-param encoding
6+
- bumped dependencies
7+
- fix #159 - issue with :decode-body-headers introduced with
8+
streaming bodies
9+
- merged https://github.com/dakrone/clj-http/pull/156 to add
10+
`:raw-headers` option to return an additional
11+
untouched :raw-headers map
12+
- merged https://github.com/dakrone/clj-http/pull/154 to handle
13+
query-params not clobbering query-params in the URL string
14+
- bump main deps
15+
- merged https://github.com/dakrone/clj-http/pull/151 to prevent
16+
shutting down a reusable connection manager when an error occurs
317
** 0.7.6
418
- add logging config for local testing only
519
- remove "content-encoding" header if the body is automatically
@@ -317,6 +331,7 @@
317331
* Work log
318332
Log of merges/issues/work that's gone in so I know what to put in
319333
the changelog for the next release
334+
** Relesead 0.7.7
320335
** 2013-09-16
321336
- merged https://github.com/dakrone/clj-http/pull/162 to pass
322337
through json opts for form-param encoding
@@ -785,4 +800,3 @@
785800

786801
* TODO
787802
** Allow header names as keywords
788-
** Handler HTML 5 body charset header

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.7-SNAPSHOT"
1+
(defproject clj-http "0.7.7"
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)