Revision history for Net-Statsd-Lite
v0.4.3 2018-05-21 21:55:30+01:00 Europe/London
[Documentation]
- Fixed minor typo in POD.
[Toolchain]
- Removed core and redundant prereqs.
v0.4.2 2018-02-14 00:38:33+00:00 Europe/London
[Tests]
- Remove the use of Test::TCP in an attempt to work around Windows
test failures.
[Other Changes]
- Perltidied source.
v0.4.1 2018-02-10 23:53:37+00:00 Europe/London
[Documentation]
- Fixed reference to the wrong module in Net::Statsd::Lite::Types.
[Tests]
- Add sleep to give a chance for the test server to start.
v0.4.0 2018-02-07 21:41:25+00:00 Europe/London
[Enhancements]
- Removed the use of IO::String, which increases the performance
significantly.
- Type checking of values is only done when run in strict mode.
- Improve performance when autoflush is enabled.
- Improve performance for sending UDP packets.
[Bug Fixes]
- Sample rates are honoured properly.
[Other Changes]
- Removed useless "no strict".
[Incompatible Changes]
- Removed add_set method.
v0.3.1 2018-02-06 16:37:55+00:00 Europe/London
[Documentation]
- Fixed SYNOPSIS references to Net::Statsd::Tiny
v0.3.0 2018-02-06 16:31:16+00:00 Europe/London
- Forked from Net::Statsd::Tiny.
v0.2.1 2018-02-06 09:25:32+00:00 Europe/London
[Tests]
- Specified a minimum Test::TCP version.
v0.2.0 2018-02-05 17:38:42+00:00 Europe/London
[Enhancements]
- Added rate option for logging timings.
v0.1.1 2018-02-05 15:28:33+00:00 Europe/London
[Bug Fixes]
- Renamed add_set to set_add, but kept alias for backwards
compatability.
v0.1.0 2018-02-05 13:30:21+00:00 Europe/London
- Initial version released.