X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=blobdiff_plain;f=Changes;h=00ad9f2d20c6640a83da940a24d79f468ab39bc4;hp=79e137ed6bd27a3b2b8a0aa8ee8eac01fcc950fd;hb=HEAD;hpb=d78bb7396376e6aa61c92a51420554476122d1f3 diff --git a/Changes b/Changes index 79e137e..00ad9f2 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,34 @@ Revision history for Perl extension Catalyst::Engine::Stomp. + - Ability to add additional header key/value pairs to the + subscribe message sent to the message broker. (jason) + - Additional documentation (jason) + +0.06 Mon Jul 13 22:22:22 2009 + - Make the test-app harness available under CatalystX:: + - Clean up use of deprecated dispatcher methods. + - Add an error message in the Catalyst log when we + receive an unserializeable message. + - Fix the test application to always run with the + correct library paths. + - Fix bug causing alternate serializers to not be found + when using configuration from a config file. + +0.05 Sun Jun 07 01:38:46 2009 + - Cleanups, tests and documentation additions. + - Add namespace:autoclean + - Handle 'no type' messages better, attempt to reply saying so. + +0.04 Mon Jun 01 09:21:00 2009 + - Remove dependency on Catalyst::Action::REST, use + Data::Serializer directly instead. + +0.03 Thu May 21 22:57:00 2009 + - Add Alien::ActiveMQ for real testing. + +0.02 Sun May 17 00:00:00 2009 + - Rename TestApp + 0.01 Fri May 15 21:39:30 2009 - Initial CPAN Release + - Initial CPAN Release +