Releases: savonrb/httpi
Releases · savonrb/httpi
v4.0.4
What's Changed
- gemspec: Exclude spec files from published gem by @ChristopherBert in #252
New Contributors
- @ChristopherBert made their first contribution in #252
Full Changelog: v4.0.3...v4.0.4
v4.0.3
v4.0.2
v4.0.1
HTTPI is officially in maintenance mode. Our emphasis will now be on bugs, security fixes, and compatibility with the wider ecosystem. See this issue for details.
- Adds support for rack 3.0.
- POTENTIAL BREAKING CHANGE:
HTTPI::Request#headers
andHTTPI::Response#headers
now returnHTTPI::Utils::Headers
instead ofRack::Utils::HeaderHash
. This change will prevent HTTPI from breaking or changing its public API whenever rack rearranges its classes. If you were relying on theRack::Utils::HeaderHash
implementation, you will need to update your code to useHTTPI::Utils::Headers
instead.
v4.0.0
HTTPI is officially in maintenance mode. Our emphasis will now be on bugs, security fixes, and compatibility with the wider ecosystem. See this issue for details.
- Adds support for rack 3.0.
- POTENTIAL BREAKING CHANGE:
HTTPI::Request#headers
andHTTPI::Response#headers
now returnRack::Headers
instead ofRack::Utils::HeaderHash
. This change is motivated by an upcoming change to rack 3.1.
v3.0.2
v3.0.1
- #230 adds the necessary runtime dependency
rack
. Thanks @tbolender!
3.0.0
v2.5.0
- Feature: #214 Add SSL ciphers configuration. Thanks, @c960657!
- Improvement: #227 Use GitHub Actions as CI. Require at least Ruby v2.3. Thanks, @ioquatix!
- Improvement: #213 Support Net::HTTP::Persistent v4.0 also. Thanks, @Meat-Chopper!
And, thanks @rogerleite for other work on this release!
v2.4.5
Changelog
https://rubygems.org/gems/httpi
- Improvement: #209 Drop Travis CI support for Ruby < 2.3.0 and jruby.
- Feature: #208 Add SSL min/max_version configuration for supporting adapters
- Improvement: #206 Support for net-http-persistent v3
- Improvement: #204 Avoid excon warning
Thanks to everyone: @mrpasquini, @baversjo, @pweldon and @olleolleolle