Recent Releases of https://github.com/savonrb/httpi
https://github.com/savonrb/httpi - v4.0.4
What's Changed
- gemspec: Exclude spec files from published gem by @ChristopherBert in https://github.com/savonrb/httpi/pull/252
New Contributors
- @ChristopherBert made their first contribution in https://github.com/savonrb/httpi/pull/252
Full Changelog: https://github.com/savonrb/httpi/compare/v4.0.3...v4.0.4
- Ruby
Published by pcai over 1 year ago
https://github.com/savonrb/httpi - v4.0.3
What's Changed
- Allow use with rack 3.1
Full Changelog: https://github.com/savonrb/httpi/compare/v4.0.2...v4.0.3
- Ruby
Published by pcai over 1 year ago
https://github.com/savonrb/httpi - v4.0.2
What's Changed
- Don't change http header casing by @pcai in https://github.com/savonrb/httpi/pull/249
Full Changelog: https://github.com/savonrb/httpi/compare/v4.0.1...v4.0.2
- Ruby
Published by jacklynhma over 1 year ago
https://github.com/savonrb/httpi - 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#headersandHTTPI::Response#headersnow returnHTTPI::Utils::Headersinstead 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::HeaderHashimplementation, you will need to update your code to useHTTPI::Utils::Headersinstead.
- Ruby
Published by pcai about 2 years ago
https://github.com/savonrb/httpi - 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#headersandHTTPI::Response#headersnow returnRack::Headersinstead ofRack::Utils::HeaderHash. This change is motivated by an upcoming change to rack 3.1.
- Ruby
Published by pcai about 2 years ago
https://github.com/savonrb/httpi - v3.0.2
- Improvement: #237 Implemented
adapter_client_setup. - Add support for ruby 3.1, 3.2, 3.3. Drop support for ruby 2.7 and below.
- Pin to rack version < 3, HTTPI is not tested with rack 3 yet.
- Ruby
Published by pcai about 2 years ago
https://github.com/savonrb/httpi - v3.0.1
- #230 adds the necessary runtime dependency
rack. Thanks @tbolender!
- Ruby
Published by olleolleolle about 4 years ago
https://github.com/savonrb/httpi - 3.0.0
- Breaking change: #225: Make Rack and Socksify optional dependencies. See README for how to use them, if you need them. Thanks, @ioquatix!
- Ruby
Published by olleolleolle over 4 years ago
https://github.com/savonrb/httpi -
- 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!
- Ruby
Published by olleolleolle over 4 years ago
https://github.com/savonrb/httpi - 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
- Ruby
Published by rogerleite over 5 years ago
https://github.com/savonrb/httpi - v2.4.4
Changelog
https://rubygems.org/gems/httpi
- Improvement: #197 Add support for new write timeout option to all adapters
- Fix: #196 Fix httpi adapters support for read/open timeout
- Improvement: Remove references to broken site
- Fix: #190 Don't convert port to string on Excon adapter
Thanks to everyone: @pcai, @907th, @gabetocci and @elomar
- Ruby
Published by rogerleite over 7 years ago