Skip to content

Commit

Permalink
bump hackney to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 30, 2014
1 parent a2f243e commit c9b1982
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.
4 changes: 1 addition & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2012-2013 (c) Benoît Chesneau <benoitc@e-engura.org>
2012-2014 (c) Benoît Chesneau <benoitc@e-engura.org>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -11,5 +11,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# NEWS

1.0.0 - 2014/11/30
------------------

hackney 1.0.0 has been released. This is the first stable and long term
supported release of hackney.

- add [metrics](https://github.com/benoitc/hackney#metrics)
- add SSL certificate verification by default.
- fix: Pool handling


0.15.2 - 2014/11/27
-------------------

- fix: handle strings in headers
- fix; convert User/Password as string if needed
- fix: handle body given as an empty list
- fix: handle body given as an empty list

0.15.1 - 2014/11/26
-------------------
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2012-2014 Benoît Chesneau.

__Version:__ 0.15.2
__Version:__ 1.0.0

# hackney

Expand Down Expand Up @@ -478,7 +478,8 @@ $ make dev ; # compile & get deps
$ make devclean ; # clean all files
```

For successfully running the hackney test suite locally it is necessary to install [httpbin](https://pypi.python.org/pypi/httpbin/0.2.0).
For successfully running the hackney test suite locally it is necessary to
install [httpbin](https://pypi.python.org/pypi/httpbin/0.2.0).

An example installation using virtualenv::

Expand Down
5 changes: 3 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2012-2014 Benoît Chesneau.

__Version:__ 0.15.2
__Version:__ 1.0.0

# hackney

Expand Down Expand Up @@ -478,7 +478,8 @@ $ make dev ; # compile & get deps
$ make devclean ; # clean all files
```

For successfully running the hackney test suite locally it is necessary to install [httpbin](https://pypi.python.org/pypi/httpbin/0.2.0).
For successfully running the hackney test suite locally it is necessary to
install [httpbin](https://pypi.python.org/pypi/httpbin/0.2.0).

An example installation using virtualenv::

Expand Down
5 changes: 3 additions & 2 deletions doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


@copyright 2012-2014 Benoît Chesneau.
@version 0.15.2
@version 1.0.0
@title hackney - HTTP client library in Erlang

@doc
Expand Down Expand Up @@ -478,7 +478,8 @@ $ make dev ; # compile &amp; get deps
$ make devclean ; # clean all files</pre>


For successfully running the hackney test suite locally it is necessary to install [httpbin](https://pypi.python.org/pypi/httpbin/0.2.0).
For successfully running the hackney test suite locally it is necessary to
install [httpbin](https://pypi.python.org/pypi/httpbin/0.2.0).

An example installation using virtualenv::

Expand Down
4 changes: 2 additions & 2 deletions package.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Expm.Package.new(name: "hackney", description: "Simple HTTP client in Erlang",
version: "0.13.0", keywords: ["http","client","binary"],
version: "1.0.0", keywords: ["http","client","binary"],
dependencies: ["idna""],
licenses: [[name: "Apache License, Version 2.0", file: "LICENSE"]],
contributors: [[name: "Adam Rutkowski",
Expand Down Expand Up @@ -63,4 +63,4 @@ Expm.Package.new(name: "hackney", description: "Simple HTTP client in Erlang",
email: "rj@metabrew.com"]],
maintainers: [[name: "Benoit Chesneau",
email: "bchesneau@gmail.com"]],
repositories: [[github: "benoitc/hackney", tag: "0.13.0"]])
repositories: [[github: "benoitc/hackney", tag: "1.0.0"]])
2 changes: 1 addition & 1 deletion src/hackney.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{application, hackney,
[
{description, "simple HTTP client"},
{vsn, "0.15.2"},
{vsn, "1.0.0"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit c9b1982

Please sign in to comment.