Skip to content

Commit cfe0576

Browse files
committed
Release 0.7.9
1 parent 5134d1b commit cfe0576

File tree

3 files changed

+18
-3
lines changed

3 files changed

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

2222
Previous versions available as
2323

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

3030
## Usage

changelog.org

Lines changed: 15 additions & 0 deletions
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.9
4+
- Make :decode-body-headers more reliable by using a byte array instead of
5+
slurp.
6+
- Merged https://github.com/dakrone/clj-http/pull/181 to fix some tests
7+
- Merged https://github.com/dakrone/clj-http/pull/178 to eliminate test
8+
reflection
9+
- Merged https://github.com/dakrone/clj-http/pull/177 to update apache HTTP deps
10+
- Merged https://github.com/dakrone/clj-http/pull/175 to add {:as :json-strict}
11+
for output coercion
12+
- Added {:as :json-strict-string-keys} output coercion
13+
- bump dependencies to their latest
14+
- Merged https://github.com/dakrone/clj-http/pull/172 to update .gitignore file
15+
and clean up whitespace for new clojure-mode
16+
- Merged https://github.com/dakrone/clj-http/pull/171 to support SOCKS proxies
317
** 0.7.8
418
- Added the `proxy-ignore-hosts` option to allow specifying a list
519
of hosts where a proxy should be ignored
@@ -338,6 +352,7 @@
338352
* Work log
339353
Log of merges/issues/work that's gone in so I know what to put in
340354
the changelog for the next release
355+
** Released 0.7.9
341356
** 2014-02-01
342357
- Make :decode-body-headers more reliable by using a byte array instead of
343358
slurp.

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