Recent Releases of https://github.com/savonrb/savon
https://github.com/savonrb/savon - v3.0.0.rc2
What's Changed
- MTOM support with tests by @pcai in https://github.com/savonrb/savon/pull/1012
- Upgrade notes on ssl_verify_mode by @ehutzelman in https://github.com/savonrb/savon/pull/1013
- Pass the provided Savon/custom logger to Faraday by @larskanis in https://github.com/savonrb/savon/pull/1017
- Add ruby 3.4 to CI by @doconnor-clintel in https://github.com/savonrb/savon/pull/1024
- Restore support for SSL Ciphers by @doconnor-clintel in https://github.com/savonrb/savon/pull/1020
- Drop ruby 3.0 from CI by @doconnor-clintel in https://github.com/savonrb/savon/pull/1025
- Don't block minor updates to faraday by @larskanis in https://github.com/savonrb/savon/pull/1028
- Add gzip middleware when Accept-Encoding includes gzip by @kjeldahl in https://github.com/savonrb/savon/pull/1030
- Add option to provide connection middlewares. by @amartinfraguas in https://github.com/savonrb/savon/pull/1026
New Contributors
- @ehutzelman made their first contribution in https://github.com/savonrb/savon/pull/1013
- @doconnor-clintel made their first contribution in https://github.com/savonrb/savon/pull/1024
- @kjeldahl made their first contribution in https://github.com/savonrb/savon/pull/1030
- @amartinfraguas made their first contribution in https://github.com/savonrb/savon/pull/1026
Full Changelog: https://github.com/savonrb/savon/compare/v3.0.0.rc1...v3.0.0.rc2
- Ruby
Published by pcai 7 months ago
https://github.com/savonrb/savon - v3.0.0.rc1
What's Changed
- HTTPI to Faraday by @LukeIGS in https://github.com/savonrb/savon/pull/998
Full Changelog: https://github.com/savonrb/savon/compare/v2.15.1...v3.0.0.rc1
- Ruby
Published by pcai over 1 year ago
https://github.com/savonrb/savon - v2.15.1
What's Changed
- Ruby 3.0+ is required in the gemspec.
- Require httpi 4.x - older versions rely on
Rack::Utils::HeaderHashwhich is removed in Rack 3.0.
Full Changelog: https://github.com/savonrb/savon/compare/v2.15.0...v2.15.1
- Ruby
Published by pcai over 1 year ago
https://github.com/savonrb/savon - 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 https://github.com/savonrb/savon/pull/997
Full Changelog: https://github.com/savonrb/savon/compare/v2.14.0...v2.15.0
- Ruby
Published by pcai about 2 years ago
https://github.com/savonrb/savon - v2.14.0
- BC BREAKING Fix: https://github.com/savonrb/savon/pull/985 Renamed Savon::Response#hash to Savon::Response#full_hash
- BC BREAKING Fix: https://github.com/savonrb/savon/pull/988 Savon no longer monkeypatches String#snakecase
- Fix: https://github.com/savonrb/savon/pull/989 Do not include xmlns from WSDL, which breaks some servers
- Ruby
Published by pcai about 3 years ago
https://github.com/savonrb/savon - v2.13.1
- Fix: #977 Prevent "xmlns:xmlns" namespace but allow "xmlns" namespace.
- Ruby
Published by pcai over 3 years ago
https://github.com/savonrb/savon - 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_timeoutsetter for HTTP requests - Feature: #930 Add options for SSL min_version/max_version support
- Feature: #931 Add
log_headersoption
- Ruby
Published by pcai over 3 years ago
https://github.com/savonrb/savon - v2.12.1
- Fix: #917 elementFormDefault="qualified" regression
- Fix: #875 Fix detecting Soap 1.1 Fault when faultcode and faultstring are empty
- Ruby
Published by pcai over 5 years ago
https://github.com/savonrb/savon - 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
proxyoption to benil. - Feature: #838 Added ssl_ca_path and ssl_cert_store to globals
- Ruby
Published by pcai about 8 years ago
https://github.com/savonrb/savon - v2.11.2
- Fix: #676 Fixes handling of
content!andattributes! - Fix: #800 Fix exception calling
SOAPFault#to_swhen 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
- Ruby
Published by pcai over 8 years ago