Releases: lostisland/faraday-net_http
Releases · lostisland/faraday-net_http
v3.4.0
What's Changed
- Add HTTPS Proxy support by @richardmarbach in #47
- Fix HTTPS proxy support by @richardmarbach in #48
New Contributors
- @richardmarbach made their first contribution in #47
Full Changelog: v3.3.0...v3.4.0
v3.3.0
v3.2.0
What's Changed
- Added: Support setting SSL client cert as a an array, to configure extra_chain_cert by @larkro and @kaspth in #42
- Developer experience: Unlock simplecov by @olleolleolle in #40
Full Changelog: v3.1.1...v3.2.0
v3.1.1
What's Changed
Full Changelog: v3.1.0...v3.1.1
v1.0.2
What's Changed
- net_http adapter: Backport #38 "net_http adapter: Fix to avoid calling
configure_ssl
for HTTP connections" to version 1.x by @ma2gedev in #39
Full Changelog: v1.0.1...v1.0.2
v3.1.0
What's Changed
- Adds Ruby 3.2 to CI by @petergoldstein in #30
- Add net-http dependency to gemspec. by @simi in #31
- CI: Use Ruby 3.3 for linting by @olleolleolle in #35
- CI: Tell dependabot to update GH Actions by @olleolleolle in #34
- Bump actions/checkout from 3 to 4 by @dependabot in #36
New Contributors
- @simi made their first contribution in #31
- @dependabot made their first contribution in #36
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- Simplify charset parsing by @semaperepelitsa in #28
New Contributors
- @semaperepelitsa made their first contribution in #28
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Fix ReDos/performance when receiving crafted response headers by @ooooooo-q in #27
New Contributors
- @ooooooo-q made their first contribution in #27
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
Why a 3.0 release? What's the breaking change?
Faraday 2.5 introduces a new streaming API and other changes that we want to take advantage on. However, releasing a new 2.x version of the gem would cause it to be pulled in projects where Faraday has not been updated to v2.5+ yet, causing errors.
For this reason, we're instead releasing this as v3.0, which only the next (compatible) version of faraday will allow to use.
Full Changelog: v2.1.0...v3.0.0