SOAP-Lite

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

#
# Revision history for Perl extension SOAP::Lite.
#

The contents of this file provides a change history for the SOAP::Lite
Perl module. New features are designated with a '+' and bug fixes with
a '!'.
Numbers in square brackets are sourceforge tracker IDs from
https://sourceforge.net/tracker/?group_id=66000&atid=513017

Numbers with # are CPANRT tracker IDs from
http://rt.cpan.org/Public/Dist/Display.html?Name=SOAP-Lite

-----------------------------------------------------------------------
THIS RELEASE
-----------------------------------------------------------------------

1.27 May 14, 2018
    ! Problem with compression in server mode

1.26 December 30, 2017
    ! typo fix https://anonscm.debian.org/cgit/pkg-perl/packages/libsoap-lite-perl.git/tree/debian/patches/spelling-error.patch

1.25 December 29, 2017
    ! Bad usage of UNIVERSAL::isa (See RT#62667)

1.24 December 19, 2017
    + Consistent Versioning https://github.com/redhotpenguin/soaplite/pull/24
    ! Remove is_utf8() check from 78588

1.23 December 18, 2017
    ! RT #78588 unicode data not correct encoded

1.22 August 15, 2017
    ! Noindex URI::tcp module [github/JaSei]
    ! Correct the soap namespace declaration when calling services defined in WSDL [github/waaeer]
    ! Fix typos [github/kmhl]

1.21 November 6, 2016
    ! #118654 consistently use '#!/usr/bin/env perl' throughout (@mototimo) [github/moto-timo]

1.20 June 9, 2016
    ! Minor kwalitee updates (@oeuftete)
    ! #106688 encode utf8 content in test which fails under RHES 6.6

1.19 August 26, 2015
    ! #106665 Correct the version manually, no autoversioning, and the maintainer screwed up

1.18 August 25, 2015
    ! Fix a couple of cases where undefined values were being passed to functions [github/redhotpenguin]
    ! Do not set content_length for compressed request [github/bor]
    ! Add test for check return of send_receive(), add titles for some tests [github/bor]

1.17 July 30, 2015
    ! #106051 Fix utf8 encoding for CGI test (thanks cpan/ETHER for tips)

1.16 July 23, 2015
    ! Fix empty release. Note to self - do not release code when wife is in early labor

1.15 July 21, 2015
    + Preventing "billion laughs" exponential entity expansion attack [github/thilo-fester]

1.14 March 24, 2015
    + Add header and body tags [@bubi6608]
    ! Fixed typo in trace logging example [@oschwald]
    + Converted the dist from using ExtUtils::MakeMaker to using Dist::Zilla [@mvuets]
    ! Cleaned up prereqs [@mvuets]
    ! Cleaned up author and release tests [@mvuets]

1.13 December 30, 2014
    ! Fixed undefined value error when using bugzilla's xmlrpc.cgi (bugzilla's API) [dbeusee]

1.12 November 26, 2014
    ! #100557 Redefined sub in SOAP::Lite::Deserializer::XMLSchema2001

1.11 February 21, 2014
    ! #93080 bug when SOAP::Lite is trying to parse WSDL definition by https with custom settings

1.10 January 23, 2014 
    ! Fixed uninitialized warning when Context-Length is not set [github/dbeusee]
    ! avoid string eval in as_base64 [github/otrosien]
    ! #88915 warnings issued with using importing with +trace

1.09 January 14, 2013
    ! #92025 tighten multipart content-type matching [dmn@debian.org]

1.08 November 8, 2013
    ! #15703 add no_index for examples to prevent CPAN pollution [githumb.com/sergeyromanov]

1.07 November 7, 2013
    ! #89948 Remove warning when Content-Id is not present

1.06 August 21, 2013
    ! #87935 skip all MIME-Parser tests if it is not installed
    ! #87787 Use of uninitialized value $ns in Lite.pm 

1.05 August 18, 2013
    ! #87848 Fix manifest, fix invalid http version from release blunder

1.04 August 9, 2013
    ! #87605 Skip XML::Parser::Lite tests if it is missing [github.com/omega] 

1.03 August 4, 2013
    ! #87195 Remove DIME::Tools dep until we can work around its issues

1.02 July 30, 2013
    ! #87421 1.01 release blew out xml versions. mea culpa.

1.01 July 29, 2013
    ! #84168 Test t/02-payload.t fails under Perl 5.17.10
    ! #87127 TEST.pl removed from MANIFEST
    ! revert #85713 - various reports of environment failures

1.0 July 16, 2013
    ! #85713 SOAP::Transport::HTTP, 500 error skips parsing of response
    ! No more Windows 98 client support. Wait, wut?
    ! Merge SOAP::Transport::TCP back into SOAP::Lite (for now)
    ! #82416: xop href cid: URI encoded support reported by Michael R. Davis (mrdvt92)
    ! #85208 bad test plan
    ! #83750 different headers for mod_perl vs mod_perl2 [Mithun Bhattacharya]

0.716 May 10, 2013
    ! #17275 Client unable to detect fatal SOAP failure (e.g. unable to connect to host)
    ! #81471 Force array context for correct Apache header parsing in SOAP::Transport::HTTP
    ! #45611 deserializing SOAP message with composite attachment raises exception
    ! #84168 Test t/02-payload.t fails under Perl 5.17.10
    ! #85098 Monkey patch for LWP::Protocol confuses the toolchain
    ! #78692 / #84724 / #83715 Sending large object (many levels deep) throws error Incorrect parameter
    ! #78502 t/08-schema.t noisy under 5.17.2 (unescaped left brace in regex  is deprecated)
    ! #78608 Documentation for "+trace"
    ! #78639 Spelling error reported by Debian tools
0.715
    ! #75938 Change to warning / add configuration variable to allow XML tags starting with /xml/i
    ! #76902 Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation
	! #74577 work around/fixes for success with MS WS https/compressed
    ! #74308 SOAP-Lite fails for operations with period in name
    ! #73802 client did not set the encoding of the soap-envelope to 'iso-8859-1' in HTTP-request
    ! #75019 HTTP server doesn't process PIPE signal
    ! #72836 Processing a SOAP 1.2 request breaks the next SOAP 1.1 response
    ! #70381 SOAP-Lite performance
    ! #53375 comments after <?xml .. >
    ! #63693 Uninitalized value (again)
    ! #37360 Use of uninitialized variables in SOAP tests
    ! fixed encoding in xmlrpc keys
    ! #15176 problems with SOAP::Header ->value 
0.714
    Moved SOAP::Transport::TCP into SOAP-Transport-TPC distribution
    ! #70329 - not generating attributes properly (deleting id attribute)
0.713
    ! #52637 error sending a request in perl 5.10.0 containing utf-8 data using the string data type
	! #48775 Small bug in SOAP::Packager
	! #51178 Emailing: SOAP-Lite-0.710.10.patch
	! #55962 Spelling errors
	! #52015 defined(%hash) deprecated in Perl 5.11
	! #63693 Uninitalized value
	! #65655 Assignment of shift to list
	! #58538 regression from 0.710.08 soap:Client,Application failed during request deserialization
	! #64250 Bleadperl v5.13.7-297-g558b442 breaks SOAP::Lite 0.712
	! #68088 XML::Parser::Lite fails tests under perl 5.14 RC1
	! #69825 Bug in SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm
0.712
    ! #57409 SOAP::Lite installation problem
    ! #52015 defined(%hash) deprecated in Perl 5.11
    ! #39546 use of version.pm
    ! #52637 error sending a request in perl 5.10.0 containing utf-8 data using the string data type
    ! #55962 Spelling errors 
0.712
   SOAP::Transport::JABBER, SOAP::Transport::MQ and SOAP::Tranport::FTP
   are now in their own distributions.
   ! [2790747] Bugtracker specification in META.yml missing
   ! #45997: Inconsistency in SOAP::Serializer documentation
   ! #55618: HTTP_TRANSFER_ENCODING can be undefined in SOAP/Transpo
   ! [2946245] / #54106 Only last Cookie Set
   ! #50178: Win32 isuue with IO::SessionData and IO::SessionSet
   ! #41527: SOAP::Lite 0.69 with Apache2 HTTP Server module and mod_perl 2 
           returns 500 Internal 
0.710.10
   ! #49981: UDDI::Lite version not parsable by cpanplus (again)
0.710.09
   ! #46444: use SOAP::Lite::Deserializer::XMLSchemaSOAP1_2 missing
   ! #37151: Strawberry perl 5.10 - Tests fail and then later hang
   ! #49981: UDDI::Lite version not parsable by cpanplus
   ! #49011: Fails to install under strawberry perl
   ! [2825166] In Constant DEFAULT_HTTP_CONTENT_TYPE
   ! [2832939] chunked client requests are returned 411(Length Required) 
   ! [2860559] serious utf8 bug
   ! #44568 Tracing unavailable when SOAP::Lite is used as a server 
   ! #44195 submitting patches / mention Nginx transport module in documentation
   ! [2777361] SOAP 1.2 Content-Type rejected
   ! #41937 ([patch] enable more tests)
   ! #39101: Apache2::Const::HTTP_BAD_REQUEST not defined
   ! #39672: serialization and autotype 'off'
   ! #41348: t/SOAP/Transport/HTTP/CGI.t failing on 5.6.x
   ! #20569: XMLRPC::Lite "wrong element 'nil'" exception on '<value><nil/></value>'
   + require Task::Weaken
   + better META.yml generated (Alexandr Ciornii)

0.710.08 - Jul 13 2008
   ! [ 2015071 ] HTTP header is no more accessible
   The HTTP header can be pre-filled again. Now, the HTTP header is cloned
   from a (possibly user defined) header for every request
   ! #37358: Test Failure in Strawberry perl - IO::SessionData
   ! #37359: Test Failure in Strawberry perl - IO::SessionSet
   ! [ 2005296 ] CPANTS says META.yml broken

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.748 second using v1.00-cache-2.02-grep-82fe00e-cpan-9f2165ba459b )