Changelog for
ruby2.5-rubygem-savon-2.13.0-150400.1.1.x86_64.rpm :
* Thu Aug 04 2022 cooloAATTsuse.comupdated to version 2.13.0 see installed CHANGELOG.md [#] Savon changelog
* Fri Sep 25 2020 cooloAATTsuse.comupdated to version 2.12.1 see installed CHANGELOG.md [#]# 2.12.1 (2020-07-05)
* Fix: [#917](https://github.com/savonrb/savon/pull/917) elementFormDefault=\"qualified\" regression
* Fix: [#875](https://github.com/savonrb/savon/pull/875) Fix detecting Soap 1.1 Fault when faultcode and faultstring are empty
* Tue Feb 27 2018 factory-autoAATTkulow.org- updated to version 2.12.0 see installed CHANGELOG.md [#] 2.12.0 (2018-01-16)
* Drop support for ruby 2.1 and below.
* Fix: [#822](https://github.com/savonrb/savon/pull/822) Raise correct error when SOAP envelope only contains a string
* Fix: [#833](https://github.com/savonrb/savon/pull/833) Fixes boolean handling regression introduced in 2.11.2
* Feature: [#794](https://github.com/savonrb/savon/pull/794), add global option ssl_ciphers.
* Feature: [#753](https://github.com/savonrb/savon/pull/753) Add headers configuration to WSDLRequest#build
* Feature: [#812](https://github.com/savonrb/savon/pull/812) Allow `proxy` option to be `nil`.
* Feature: [#838](https://github.com/savonrb/savon/pull/838) Added ssl_ca_path and ssl_cert_store to globals
* Feature: [#794](https://github.com/savonrb/savon/pull/794) Add global option ssl_ciphers
* Mon Aug 28 2017 cooloAATTsuse.com- updated to version 2.11.2 see installed CHANGELOG.md [#] 2.11.2 (2017-08-03)
* Fix: [#676](https://github.com/savonrb/savon/pull/676) Fixes handling of `content!` and `attributes!`
* Fix: [#800](https://github.com/savonrb/savon/pull/800) Fix exception calling `SOAPFault#to_s` when http.body is empty
* Fix: [#757](https://github.com/savonrb/savon/pull/757) Logging: Use filter without automatic pretty printing
* Fix: [#771](https://github.com/savonrb/savon/pull/771) Restore support for cookies when using custom headers
* Feature: [#744](https://github.com/savonrb/savon/pull/744) Add support for rpc encoded wsdl
* Feature: [#742](https://github.com/savonrb/savon/pull/742) Add support for local request headers
* Feature: [#704](https://github.com/savonrb/savon/pull/704) Add possibility to pass attribute delete_namespace_attributes to Nori
* Sat Jun 06 2015 cooloAATTsuse.com- updated to version 2.11.1 see installed CHANGELOG.md [#] 2.11.1 (2015-05-27)
* Replace dependency on [uuid](https://rubygems.org/gems/uuid), using SecureRandom.uuid instead.
* Thu Apr 02 2015 cooloAATTsuse.com- updated to version 2.11.0
* Fri Mar 13 2015 cooloAATTsuse.com- updated to version 2.10.1
* Wed Mar 04 2015 cooloAATTsuse.com- updated to version 2.10.0
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 2.9.0
* Feature: [#655] Wasabi exceptions should be rethrown as Savon errors. This should make it easier to catch errors thrown by Savon::Client.
* Feature: [#630] ServiceFaults are correctly identified as Soap Faults. [#] 2.8.0 (2014-11-12)
* Feature : [#620](https://github.com/savonrb/savon/pull/620) add #build_request method that builds the actual XML request body, but does not submit it. Useful for debugging, possibly.
* Fix : Loosened dependencies on Gyoku, Nori, Akami, and other Savon-dependency gems
* Feature: [#636](https://github.com/savonrb/savon/pull/636) Set HTTPI.logger when Savon\'s logger is configured.
* Feature: [#639](https://github.com/savonrb/savon/issues/639) Allow setting any SSL version that OpenSSL provides. See [the relevant HTTPI issue](https://github.com/savonrb/httpi/pull/136) for more information. [#] 2.7.2 (2014-09-23) Fix : Preserve false values (https://github.com/savonrb/savon/issues/321) [#] 2.7.1 (2014-09-23)
* Fix : Fix a crash in builder when request headers do not contain WSA headers [#] 2.7.0 (2014-09-23)
* Feature: Signing requests. Added wsse_signature. ```ruby client = Savon.client(wsdl: \'http://service.example.com?wsdl\') do wsse_signature Akami::WSSE::Signature.new(Akami::WSSE::Certs.new(:cert_file => \'c.pem\', :private_key_file => \'p.pem\')) end ```
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging