Savon v1.0.0 Release Notes

Release Date: 2012-06-09 // almost 12 years ago
    • ๐Ÿ›  Fix: Savon.client didn't pass the optional block.

    • ๐Ÿ‘Œ Improvement: #291 changed the :soap_request hook to act like an around filter. The hook now receives a callback block to execute the SOAP call and can return the result of the callback to continue the request. It can also not call the callback block and return some HTTPI::Response to mock the SOAP request.

      As this change affects savon_spec, you need to update savon_spec to v1.3.0.