Releases: savonrb/savon
Releases · savonrb/savon
v3.0.0.rc1
v2.15.1
v2.15.0
What's Changed
- Drop support for ruby 2.7 and below. Added Ruby 3.2 and 3.3 to test matrix.
- Allows wasabi v5.x, which now supports faraday
New Contributors
- @sarahsehr made their first contribution in #997
Full Changelog: v2.14.0...v2.15.0
v2.14.0
v2.13.1
v2.13.0
- Drop support for ruby 2.6 and below. Added Ruby 3.0 and 3.1 to test matrix.
- Fix: #868 Remove
xmlns:wsa
's already added elsewhere; select Content-Type HTTP header based on SOAP version. - Fix: #943 Read all namespaces from wsdl definition if document exists
- Feature: #920 Add a
write_timeout
setter for HTTP requests - Feature: #930 Add options for SSL min_version/max_version support
- Feature: #931 Add
log_headers
option
v2.12.1
v2.12.0
- Drop support for ruby 2.1 and below.
- Fix: #822 Raise correct error when SOAP envelope only contains a string
- Fix: #833 Fixes boolean handling regression introduced in 2.11.2
- Feature: #794, add global option ssl_ciphers.
- Feature: #753 Add headers configuration to WSDLRequest#build
- Feature: #812 Allow
proxy
option to benil
. - Feature: #838 Added ssl_ca_path and ssl_cert_store to globals
v2.11.2
- Fix: #676 Fixes handling of
content!
andattributes!
- Fix: #800 Fix exception calling
SOAPFault#to_s
when http.body is empty - Fix: #757 Logging: Use filter without automatic pretty printing
- Fix: #771 Restore support for cookies when using custom headers
- Feature: #744 Add support for rpc encoded wsdl
- Feature: #742 Add support for local request headers
- Feature: #704 Add possibility to pass attribute delete_namespace_attributes to Nori