Savon v2.1.0 Release Notes

Release Date: 2013-02-03 // about 11 years ago
    • Feature: #372 added global ssl_cert_key_password option.

    • ๐Ÿ”‹ Feature: #361 added the local :attributes option to allow adding XML attributes to the SOAP message tag.

    • ๐Ÿ‘Œ Improvement: #363 Savon 2.0 remembers the cookies from the last response and passes it to the next request, which is not a proper way to handle cookies. I removed this behavior and introduced an easy way to handle cookies manually instead.

    • ๐Ÿ‘Œ Improvement: #380 changed the gemspec to not rely on git.

    • ๐Ÿ›  Fix: #378 use the proxy option for WSDL requests.

    • ๐Ÿ›  Fix: #369 use HTTP basic and digest authentication credentials to retrieve WSDL files. Fixes #367.

    • ๐Ÿ›  Fix: #349 global timeout and SSL options are now used to retrieve a remote WSDL document.

    • ๐Ÿ›  Fix: #353 simplified logging. the global :log option is now only used to store whether Savon should log instead of creating a new Logger and changing its logdev to $stdout or /dev/null depending on the what was passed.

    This also fixes rubiii/savon#2 and #379.

    • ๐Ÿ›  Fix: #376 added a global namespaces option for adding namespaces to the SOAP envelope.