Skip to content

Commit

Permalink
v5.0.0 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed May 13, 2021
1 parent 3aa7470 commit 53b7b91
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGES.md
@@ -1,15 +1,27 @@
## future is unwritten (master)
## 5.0.0 (2021-05-12)

* [#656](https://github.com/httprb/http/pull/656)
Handle connection timeouts in `Features`
([@semenyukdmitry])

* [#651](https://github.com/httprb/http/pull/651)
Replace `http-parser` with `llhttp`
([@bryanp])

* [#647](https://github.com/httprb/http/pull/647)
Add support for `MKCALENDAR` HTTP verb
([@meanphil])

* [#632](https://github.com/httprb/http/pull/632)
Respect the SSL context's verify_hostname value
Respect the SSL context's `verify_hostname` value
([@colemannugent])

* [#625](https://github.com/httprb/http/pull/625)
Fix inflator with empty responses
([@LukaszMaslej])

* [#599](https://github.com/httprb/http/pull/599)
Allow passing HTTP::FormData::{Multipart,UrlEncoded} object directly.
Allow passing `HTTP::FormData::{Multipart,UrlEncoded}` object directly.
([@ixti])

* [#593](https://github.com/httprb/http/pull/593)
Expand Down Expand Up @@ -872,3 +884,6 @@ end
[@antonvolkoff]: https://github.com/antonvolkoff
[@LukaszMaslej]: https://github.com/LukaszMaslej
[@colemannugent]: https://github.com/colemannugent
[@semenyukdmitry]: https://github.com/semenyukdmitry
[@bryanp]: https://github.com/bryanp
[@meanphil]: https://github.com/meanphil
2 changes: 1 addition & 1 deletion lib/http/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HTTP
VERSION = "5.0.0.pre3"
VERSION = "5.0.0"
end

0 comments on commit 53b7b91

Please sign in to comment.