Download Latest Version v2.17.5 source code.zip (258.2 kB) Google Add to Preferred Sources
Home / v2.17.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-23 712 Bytes
v2.17.3 source code.tar.gz 2026-06-23 199.3 kB
v2.17.3 source code.zip 2026-06-23 243.5 kB
Totals: 3 Items   443.5 kB 0

Fix Savon::HTTPError compatibility with Faraday transport

Fixed

  • Savon::HTTPError works with the Faraday transport (#1050). When a the WSDL could not be fetched under transport: :faraday, Savon::HTTPError#to_s and #to_hash raised NoMethodError: undefined method 'code' because they were handed a raw Faraday::Response, which exposes #status rather than #code. Transports now normalize adapter-specific response objects into Savon::Transport::Response before they reach Savon::HTTPError.

Changelog: https://github.com/savonrb/savon/blob/main/CHANGELOG.md Commits: https://github.com/savonrb/savon/compare/v2.17.2...v2.17.3

Source: README.md, updated 2026-06-23