Releases: lostisland/faraday-net_http_persistent
Releases · lostisland/faraday-net_http_persistent
v2.3.0
What's Changed
New features ✨
- Allow specifying connection name by @cocoahero in #26
- Support ciphers SSLOptions by @saiqulhaq in #24
New Contributors
- @cocoahero made their first contribution in #26
- @saiqulhaq made their first contribution in #24
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
New Features
- Add a
#close
implementation, calling#shutdown
on any cached_connection by @olleolleolle in #23 - Support
verify_hostname
SSL option by @stefanmb in #25
Others
- Adds Ruby 3.2 to the CI matrix by @petergoldstein in #16
- Fix linting on CI by @bquorning in #21
- CI: Add Ruby 3.3 by @olleolleolle in #20
- CI: use ruby/setup-ruby in the publish workflow by @olleolleolle in #22
New Contributors
- @petergoldstein made their first contribution in #16
- @bquorning made their first contribution in #21
- @stefanmb made their first contribution in #25
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
What's Changed
- Switch to Faraday 2.0, Ruby 2.6 min requirement and test against 3.1
- Prepare this adapter for Faraday 2.0 by @mattbrictson in #7
- CI: Drop Ruby 2.5, add Ruby 3.0 by @olleolleolle in #10
- chore: Move dev deps to Gemfile by @olleolleolle in #9
- fix: Depend on net-http-persistent 4.x in gemspec by @olleolleolle in #11
New Contributors
- @mattbrictson made their first contribution in #7
Full Changelog: v1.2.0...v2.0.0
v1.2.0
Features
- Adding support for streamed responses (#6, @MikeRogers0)
Documentation
- README: Fix a broken link (#4, @olleolleolle)
- README: Fix a Markdown link (f7408a8, @olleolleolle)
v1.1.0
Dependency fix release
This release only contains a dependency fix where net_http_persistent
is made a development dependency.
This is to avoid having the client automatically pulled into Faraday's dependencies as well, and will be made a normal dependency in v2.0
v1.0.3
Same as v1.0.2, but correctly updating the version in the codebase 🤦♂️
This improves the support for Ruby 3.0.0, by moving the conditional net-http-persistent
dependency source into this gems Gemfile.
v1.0.2
This minor release improves Ruby 3.0 support.