- updated to 3.28 see /usr/share/doc/packages/perl-XML-Compile-SOAP/ChangeLog version 3.28: Mon 1 Aug 10:49:17 CEST 2022 Improvements: - require LWP::Potocol::https, because it is quite difficult to find-out that it missing is the cause of a failing installation. People should use https in any case. Suggested by [Balbino Matanzo] - new() now supports ssl_opts [Peter Arnhold] OBS-URL: https://build.opensuse.org/request/show/994579 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Compile-SOAP?expand=0&rev=6
212 lines
6.7 KiB
Plaintext
212 lines
6.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Aug 2 03:09:01 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 3.28
|
|
see /usr/share/doc/packages/perl-XML-Compile-SOAP/ChangeLog
|
|
|
|
version 3.28: Mon 1 Aug 10:49:17 CEST 2022
|
|
|
|
Improvements:
|
|
- require LWP::Potocol::https, because it is quite difficult to find-out
|
|
that it missing is the cause of a failing installation. People should
|
|
use https in any case. Suggested by [Balbino Matanzo]
|
|
- new() now supports ssl_opts [Peter Arnhold]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 8 03:08:44 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 3.27
|
|
see /usr/share/doc/packages/perl-XML-Compile-SOAP/ChangeLog
|
|
|
|
version 3.27: Wed 7 Apr 09:52:29 CEST 2021
|
|
|
|
Fixes:
|
|
- $@ is volatile, unknown change broke input validation error.
|
|
https://github.com/markov2/perl5-XML-Compile-SOAP/issues/5 [MadLord80]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 21 10:03:22 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 3.26
|
|
see /usr/share/doc/packages/perl-XML-Compile-SOAP/ChangeLog
|
|
|
|
version 3.26: Wed 20 Nov 08:43:52 CET 2019
|
|
|
|
Fixes:
|
|
- procedure detection cannot handle empty response messages
|
|
anymore. Got broken in 3.23.
|
|
github XML-Compile-SOAP-Daemon#2 [Daniel Juarez]
|
|
- soap implementations do not have a mimeType method anymore
|
|
github XML-Compile-SOAP-Daemon#2 [Daniel Juarez]
|
|
|
|
Improvements:
|
|
- warning on producing templates for operations without message
|
|
[Patrick Powell]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 26 08:34:00 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 3.25
|
|
see /usr/share/doc/packages/perl-XML-Compile-SOAP/ChangeLog
|
|
|
|
version 3.25: Wed 25 Sep 13:16:53 CEST 2019
|
|
|
|
Improvements:
|
|
- handle wsdl:arrayType
|
|
- #1 File::Slurp::Tiny is discouraged in favor of File::Slurper
|
|
[James Raspass]
|
|
- remove dependency to Test::Deep again. rt.cpan.org#130096 [Kent Fredric]
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 19 18:50:24 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
|
|
|
- update to 3.24
|
|
* version 3.24: Tue 6 Mar 08:12:19 CET 2018
|
|
|
|
Fixes:
|
|
- Experimental keys on scalar
|
|
rt.cpan.org#124688 [Slaven Rezic]
|
|
|
|
Improvements:
|
|
- add missing example wsdl
|
|
|
|
* version 3.23: Sun Mar 4 23:45:09 CET 2018
|
|
|
|
Fixes:
|
|
- add 'Host' to the header.
|
|
|
|
Improvements:
|
|
- rpc style header with type part [Lars Thegler]
|
|
- typo in doc rt.cpan.org#124462 [Andy Scheller]
|
|
- ::Server::compileFilter() could not handle RPCs with empty bodies,
|
|
but was broken much more serious anyway [Abeltje]
|
|
- convert to GIT, publish via GitHub
|
|
|
|
* version 3.22: Fri 30 Jun 10:03:10 CEST 2017
|
|
|
|
Fixes:
|
|
- ::XOP::Include read from file always died
|
|
rt.cpan.org#119955 [Pavel Trushkin]
|
|
- ::XOP::Include read should enforce raw mode
|
|
rt.cpan.org#119955 [Pavel Trushkin]
|
|
|
|
* version 3.21: Wed 11 Jan 10:02:19 CET 2017
|
|
|
|
Fixes:
|
|
- XOP hooks were instated, even though XML::Compile::XOP was not.
|
|
Schema/WSDL compilation will be a little faster now.
|
|
https://github.com/mjgardner/xml-compilex-schema-loader/issues/1
|
|
[Slaven Rezić]
|
|
- constant name: XS_DAEMON_NS -> XC_DAEMON_NS
|
|
rt.cpan.org#119800 [Pavel Trushkin]
|
|
|
|
Improvements:
|
|
- spell fix Debian rt.cpan.org#118577 [Gregor Herrmann, Debian]
|
|
|
|
* version 3.20: Wed 19 Oct 15:43:19 CEST 2016
|
|
|
|
Fixes:
|
|
- XOP writing, where object type not equal but extending base64Binary
|
|
[Kit Peters]
|
|
|
|
* version 3.19: Mon Sep 19 23:02:10 CEST 2016
|
|
|
|
Fixes:
|
|
- typo rt.cpan.org#113270 [Debian]
|
|
- include examples in the manual page.
|
|
|
|
Improvements:
|
|
- XOP charset [Kit Peters]
|
|
|
|
* version 3.18: Tue 22 Mar 09:04:22 CET 2016
|
|
|
|
Fixes:
|
|
- 3.17 had an unclean release [Nick Morrott]
|
|
|
|
* version 3.17: Mon 21 Mar 15:00:39 CET 2016
|
|
|
|
Changes:
|
|
- moved BEA and Sharepoint schemas to a new XML::Compile::Licensed
|
|
distribution, to avoid license related complications on Debian.
|
|
Discovered by [Nick Morrott]
|
|
- remove examples/temperature/convert.xsd from the distribution:
|
|
license not clear.
|
|
|
|
* version 3.16: Tue 15 Mar 08:31:43 CET 2016
|
|
|
|
Fixes:
|
|
- document style can have fault parts with "type" [Heiko Jansen]
|
|
- apache's Coyote requires encodingStyle in rpc messange [Heiko Jansen]
|
|
- typos rt.cpan.org#112910 [Nick Morrott]
|
|
|
|
Improvements:
|
|
- refer to the new ::SOAPHTTP_MojoUA module.
|
|
|
|
* version 3.15: Wed 6 Jan 17:13:07 CET 2016
|
|
|
|
Fixes:
|
|
- regression test charset
|
|
rt.cpan.org#110950 [Mark Gardner]
|
|
- * version in README
|
|
rt.cpan.org#110951 [Mark Gardner]
|
|
|
|
* version 3.14: Wed 6 Jan 14:56:04 CET 2016
|
|
|
|
Fixes:
|
|
- remove enforcement of ::Daemon upgrade, added in the
|
|
previous release: cyclic redundancy.
|
|
rt.cpan.org#110233 [Alan Mizrahi]
|
|
- Apache XCF does not understand quotes around charset in XOP
|
|
rt.cpan.org #107586 [Derek Hausauer]
|
|
|
|
Improvements:
|
|
- compile{Client|Calls|All} option transporter can now also
|
|
be a XML::SOAP::Transport-object (so, you do not need to
|
|
call compileClient() on it explicitly.
|
|
|
|
* version 3.13: Fri 6 Nov 09:39:09 CET 2015
|
|
|
|
Fixes:
|
|
- mime-type of XOP part got broken.
|
|
rt.cpan.org #107586 [Derek Hausauer]
|
|
|
|
Improvements:
|
|
- detect need for upgrade of XML::Compile::SOAP::Daemon
|
|
- fix some encoding related regression tests
|
|
|
|
* version 3.12: Tue 22 Sep 12:09:36 CEST 2015
|
|
|
|
Fixes:
|
|
- oops, remove debug statements
|
|
|
|
* version 3.11: Tue 22 Sep 12:03:34 CEST 2015
|
|
|
|
Fixes:
|
|
- rpc: performance issue reading xsi:type's
|
|
|
|
* version 3.10: Tue 11 Aug 11:37:49 CEST 2015
|
|
|
|
Changes:
|
|
- when the response is a Fault, we do not return Bad Request,
|
|
but OK. WCF (Microsoft .NET) apparently interprets headers
|
|
of SOAP1.1 messages as SOAP1.2 (only with some settings?)
|
|
|
|
Fixes:
|
|
- XOP: escape double-quote in start-info [Grégory Bougourd]
|
|
|
|
* version 3.09: Tue Jul 21 14:11:55 CEST 2015
|
|
|
|
Fixes:
|
|
- SOAP11::Encoding should use compileType()
|
|
rt.cpan.org#105170 [Nick Wellnhofer]
|
|
|
|
Improvements:
|
|
- FAQ on use of SSL.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 9 07:55:05 UTC 2015 - coolo@suse.com
|
|
|
|
- initial package $version
|
|
* created by $NAME $VERSION
|
|
|