The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.09 2015-01-20
 - Reuse TCP connections when possible
 - Use LWP's built-in gzip compression

0.08 2014-09-22
 - Trimming fields to avoid 413 Request Entity Too Large response
 - Fixing Http interface documentation for data field

0.07 2014-08-11
 - Use IO::Compress::Gzip to compress http posts

0.06 2014-07-14
 - Report post errors in capture_errors
 - Added travis config

0.05 2014-06-12
 - Windows test fixes

0.04 2014-06-11
 - Event processor support
 - Stacktrace context now accepts Devel::StackTrace objects
 - Improving error handler behavior and documentation
 - Better context usability for extra and tags

0.03 2014-05-29
 - Context decorators
 - Post users (sentry interface type)
 - Post queries (sentry interface type)
 - Modified api for capture_exception

0.02 2014-05-23
 - Override event defaults in the constructor
 - Automatically post stack traces with the error handler
 - Post stack traces (sentry interface type)
 - Post http requests (sentry interface type)
 - Package improvements

0.01 2014-05-07
 - Initial release