The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Plack-Middleware-Statsd

v0.3.2    2018-02-10 23:36:10+00:00 Europe/London
  [Documentation]
  - Added missing section about the sample_rate attribute.

  - Fixed typo in SYNOPSIS.

v0.3.1    2018-02-10 23:22:47+00:00 Europe/London
  [Enhancements]
  - Re-added the sampling rate attribute.

  [Incompatabilities]
  - Logs a float for the response time, instead of an integer. This is
    an enhancement, but may cause issues with some statsd daemons.

  [Documentation]
  - Added note about modifying sample rates.

  - Added note about support for older Perl versions.

  - Updated the SYNOPSIS to show the recommended Statsd client.

  - Updated the section for the client attribute on compatible Statsd
    modules.

  [Other Changes]
  - Bumped version of Net::Statsd::Tiny as a recommended prerequisite.

v0.3.0    2018-02-06 11:10:44+00:00 Europe/London
  [Enhancements]
  - Catch log errors when calling the statsd client, #1.

  [Tests]
  - Show diagnostics on failure.

  [Other Changes]
  - Added Net::Statsd::Tiny as a recommended prerequisite.

v0.2.1    2018-02-05 14:16:07+00:00 Europe/London
  [Enhancements]
  - Allow the statsd client to support the timing method as an
    alternative to the timing_ms method.

  - Call client's flush method (if there is one) when done, to support
    Net::Statsd::Tiny.

  [Incompatible Changes]
  - Removed the sample_rate attribute.

  [Documentation]
  - Added an example of accessing this statsd client from Catalyst.

  - Only list the client methods that are actually used.

  [Tests]
  - Explicitly specify a dependency of Test::Most for cpantesters.

v0.2.0    2018-02-01 17:21:29+00:00 Europe/London
  [Enhancements]
  - Allow the X-Sendfile header variation to be configured.

  [Documentation]
  - Updated information on logging content types.

  - Added missing psgi.request.content-type metric.

  - Fixed POD markup.

v0.1.1    2018-02-01 14:21:29+00:00 Europe/London
  [Bug Fixes]
  - Removed charset from content-type metrics.

  - Explicitly added Plack middleware prerequisites for tests.

  [Documentation]
  - Fixed POD markup.

  - Documented additional metrics.

  [Other Changes]
  - Removed unnecessary testing prerequisites.

v0.1.0    2018-01-31 18:13:40+00:00 Europe/London
  - Initial release.