The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version v0.6.0 - 2021-04-25

  • Enhancements
    • All measurement methods take an optional `$opts` hashref that can be used to pass additiona information, such as tags.
    • Removed the use of custom type library.
  • Bug Fixes
    • Updated DEMOLISH method to delete buffer afterflush.
  • Incompatabilities
    • Renamed internal `_record` method to `record_metric`.
  • Documentation
    • Documented `record_metric` method for subclassing.
    • Documented how to extend this to support tagging.
    • Fixed typo for `meter` method name.
    • Fixed typos in Changes.
    • Updated copyright year.
  • Tests
    • Added more author tests.
    • Increased timeout for tests.

Changes for version v0.5.2 - 2021-04-24 (TRIAL RELEASE)

  • Enhancements
    • Removed the use of custom type library.

Changes for version v0.5.1 - 2021-04-22 (TRIAL RELEASE)

  • Bug Fixes
    • Updated DEMOLISH method to delete buffer after flush.
  • Tests
    • Increased timeout for tests.

Changes for version v0.5.0 - 2021-04-22 (TRIAL RELEASE)

  • Enhancements
    • All measurement methods take an optional `$opts` hashref that can be used to pass additiona information, such as tags.
    • Renamed internal `_record` method to `record_metric`.
  • Documentation
    • Documented `record_metric` method for subclassing.
    • Documented how to extend this to support tagging.
    • Updated copyright year.
    • Fixed typo for `meter` method name.
    • Fixed typos in Changes.
  • Tests
    • Add more author tests.

Modules

A lightweight StatsD client that supports multimetric packets
A type library for Net::Statsd::Lite