Revision history for perl module Amazon::SNS::V4 2.0 2021-02-12 - Switch pod to use head2 instad of item for methods and attributes - Lightly document FIFO Topic support, update document URLs to https - Make Message Deduplication ID actually optional (don't default to undef) - Switch default service url to https 1.11 2021-02-11 - Add support for publishing to FIFO queues - Requires MessageGroupId, and possibly MessageDeduplicationId 1.10 2021-02-11 - Fix broken release - Add attribute support for Topic->Publish 1.9 2020-12-18 - Actually move ::Target and ::Topic into separate files 1.8 2020-12-18 - [James Wright] - Add github meta data 1.7 2020-12-15 - [James Wright] - Split ::Topic and ::Target into separate files to appease PAUSE 1.6 2020-12-15 - [James Wright] - Actually switch to Module::Build::Tiny - remove Makefile.PL - Re-add missed XML::Simple dependency 1.5 2020-12-15 - [James Wright] - Remove the printing of the raw response on Publish erors - Raw XML error response now in error_response - Convert to Module::Build::Tiny - Convert ChangeLog to Changes 1.4 2020-11-27 - [James Wright] - New Module Amazon::SNS::V4 to support V4 Signatures 1.3 2015-06-20 - Added Subscribe, Unsubscribe 1.2.2 2015-02-21 - [David Ihnen] - Add required version (2010-03-31) field to packets 1.2.1 2015-01-22 - [Sergey Basmanov] - Added SNS::Target and MobileAttributes 1.2 2013-08-24 - [Alessandro Zummo] - add utf8 support - use POST instead of GET, as a side-effect internal signing has been implemented and thus Net::Amazon::AWSSign is no more required. - support different messages for different destinations, the $message parameter must be an hashref - support Subject in the Publish method 1.0 2011-01-29 - [Alessandro Zummo] - First release