SOAP-Lite

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    ! #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
   ! [ 2005288 ] CPANTS: has_humanreadable_license not ok

Changes  view on Meta::CPAN

    consistently
  + allowed manipulation of method's attributes and namespaces
  + added attributes encoding ('&', '<' and '"' are encoded)
  + updated documentation
    (thanks to Robert Barta who basically did this work)
  + added more examples and tests (154 for now)

0.42 Tue Nov 14 23:14:18 2000
  + added UDDI client (UDDI::Lite) with documentation
  + added M-POST functionality in HTTP::Client
  + added redirect (3??) functionality in HTTP::Client
  + added session cache for M-POSTs and redirects
  + added conversion of all objects to o-b-r in parameters
  + changed passing envelope into method
  + allowed \x0d and \x0a in strings (will not do base64 encode)
  + added die with object that allows to specify complex Fault detail
  + optimized XML encoding
  + allowed function call with autodispatch
  + improved syntax for 'use SOAP::Lite'
  + added soap.tcp example for TCP server implementation
  + added tests with Microsoft implementation
  + added documentation and tests (145 for now)

0.41 Tue Oct 31 01:24:51 2000
  ! fixed memory leak on server side
  ! fixed die on absence of HTTP::* modules on server side
  ! fixed working with keep-alive connections (added test with
    Xmethods)
  + changed autotyping from double to float
  + added support for proxy authorization (thanks to Murray Nesbitt)
  + added TCP client/server implementation
  + added benchmark for all implementations except smtp/pop3
  + added SOAP::Trace for detail logging on client/server side
  + added examples/tests for Apache::Registry implementations
  + added more examples, documentation and tests (127 for now)

0.40 Sun Oct 15 18:20:55 2000
  ! fixed die in mailto: protocol if you don't have URI::URL installed
  ! fixed misbehavior on Mac platform (thanks to Carl K. Cunningham)
  + added default namespace processing [xmlns] (thanks to Petr Janata)
  + added objects-by-reference, simple garbage collection and
    activation
  + added full access to envelope on server side
  + added versionMismatch reaction
  + added local: protocol for local binding without any transport
  + added examples for objects-by-reference: persistent/session
    iterators and chat (40 lines on server and 25 lines on client side)

0.39 Sun Oct  8 22:55:20 2000
  ! fixed incompatibility with Perl 5.005
  + added interactive Makefile.PL for CPAN installation

0.38 Thu Oct  5 22:06:20 2000
  ! fixed namespace for base64 encoding
  ! fixed security problem on server side, upgrade is highly
    recommended
  + added HTTPS/SSL support
  + added SMTP client implementation
  + added POP3 server implementation
  + added support for Basic/Digest server authentication
  + added support for header(s) on client/server side with SOAP::Header
  + added Array and SOAPStruct for interoperability with ApacheSOAP
  + added generic class for server support SOAP::Server
  + added Actor attribute
  + added more examples, documentation and tests (88 for now)

0.36 Sun Sep 24 20:12:10 2000
  ! fixed output parameters autobinding
  + added mod_perl server implementation
  + added recognizing all simple types mentioned in specification
  + added support for 'hex' type
  + added more documentation (twice as much as before)
  + added more tests (74 for now)

0.35 Sun Sep 17 23:57:10 2000
  ! fixed minors (Response instead of Respond, server will map client's
    URI)
  + cleaned HTTP::Server internals (will go to SOAP::Server in the
    future)
  + test.pl won't abort on transport errors. Failed test will be
    skipped
  + added daemon server implementation
  + added cgi/daemon server implementation examples
  + added deserialization into blessed reference
  + added dynamic/static class/method binding
  + added output parameters matching based on signature (name/type)
  + added real object transferring back and forth (see example of
    Chatbot::Eliza, fixed for CODE references)
  + added more interoperability with on_action on client and server
    side
  + added new events (on_action, on_fault, on_nonserialized)
  + added global class settings with 'use SOAP::Lite ...'
  + added code for returning application errors on server
  + added autodispatch
  + added SOAP prefix to method calls
  + added more documentation
  + added more tests (54 for now)
  + added more examples (Chatbot::Eliza, My::PingPong)

0.32 Sun Sep 10 23:27:10 2000
  ! fixed warnings with -w
  ! fixed blessed reference serialization. Assigned type has top
    priority
  + added working with current node in SOAP::SOM
  + SOAP::SOM::valueof returns nodeset
  + SOAP::SOM::match returns boolean in boolean context
  + added raw xml accepting and output
  + added UserAgent parameters to SOAP::Transport (understands timeout)
  + added better diagnostic on transport errors in test.pl
  + added 'method', 'fault', 'freeform' types of Envelope
  + added server implementation
  + added CGI interface to server implementation
  + added My::Examples.pm as example of loaded class for SOAP server
  + added more tests (47 for now)

0.31 Wed Sep  6 00:36:15 2000
  + added expressions to SOAP::SOM->match method
  + added deserialization of circular references
  + added tests for deserialization
  + added documentation



( run in 0.965 second using v1.01-cache-2.11-cpan-39bf76dae61 )