The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Yahoo-Marketing

0.01    07 June 2006
        First version.  Comments welcome!

0.02    03 August 2006
        Second version, lots of changes for 1.0 sandbox release
        - new Response types
        - automatically encode values
        - proper types for ComplexTypes

0.03    07 August 2006
        Couple of documentation fixes
        Removed pending field from Ad (no longer used)

0.04    23 October 2006
        Little tweaks to coinside with new sandbox release
        Better error message when getMasterAccountLocation calls fail
        Make http addresses in the POD link

0.05    24 October 2006
        Fix for SetGeographicLocationResponse with empty ambiguousMatch
        Added cache clearing example to Yahoo::Marketing POD

0.06    13 November 2006
        Fix for multiple ApiFaults in response
        Fix MakeMaker incompatible versions

0.07    17 November 2006
        New CombinedAccountStatus complex type

0.08    20 November 2006
        Fix for DateTime::Format::W3CDTF being used
        MasterAccountService tests fixed

0.09    17 January 2007
        Added immortal option to prevent dying on SOAP faults.
        Added automatic handling of Date/Timestamp fields
            - DateTime objects can now be passed in directly
            - DateTime objects are now returned from getters
            They should stringify correctly so this functionality
            should be more or less transparent
                
0.10    19 March 2007
        Added work around for accountID in header for getMasterAccountLocation call
        Missing DateTime::Format:: prereqs added
                
1.01    20 April 2007
        Reuse SOAP::Lite objects to prevent leaking memory
        Fixed bug email address in docs
        Fix for getRelatedKeywords when no related keywords are returned
        Major version # bumped.  Going forward, the major version # of Yahoo::Marketing will correspond to the major version of EWS that the release is associated with.

2.01    14 May 2007
        Major version # bumped for EWS V2.  All changes neccessary to support V2 added.

2.02    27 June 2007
        New tests for new functionality with V2.1.  Some misc cleanup.

3.01    02 October 2007
        Changes for EWS V3.  New VaultService, new get/set/delete BlockedDomainListForAccount commands in AccountService.

3.02    16 January 2007
        Fixed double-encoding for HTML encoded UTF-8 chars.