Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

78 lines (63 loc) · 2.99 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Use tags to allow nested time() calls.

Fixed

  • Updated dependency to replace all legacy versions in domnikl/statsd.

3.1.1 - 2022-08-09

Fixed

  • Fix mismatch between StatsdAwareTrait and StatsdAwareInterface which breaks php 7.4 compatibility.

3.1.0 - 2021-06-04

Added

  • Adds utility classes for helping to auto-inject the StatsD client into a service using a dependency injection container (like Symfony's DI component).

3.0.1 - 2019-10-19

Fixed

  • fixed #67 UDPSocket handle DNS change

3.0.0 - 2019-09-01

Added

  • PHP 7.2 is the new minimum PHP version
  • added type hints and return type declarations

2.2.0 - 2015-10-29

Added

  • TcpSocket now throws a TCPSocketException if no connection could be established

2.0.0 2014-12-09

Changed

  • renamed Socket classes: Socket is now a UdpSocket + there is a new TcpSocket class
  • batch messages are split to fit into the configured MTU
  • sampling all metrics must now be configured on the client - no longer in the connection
  • endTiming() returns the time measured
  • for development there is a new (simple) process for running integration tests and such using make

1.1.0 - 2014-08-16

Added

  • added support for sets
  • added support for gauges
  • support batch-sending of metrics
  • support sampling of metrics

1.0.2 - 2014-01-21

Changed

  • ignore errors when writing on the UDP sockets

1.0.1 - 2013-08-16

Fixed

  • ignore all exceptions and errors which are thrown when writing to the UDP socket

1.0.0 - 2013-01-25

Added

  • first version supporting counters, timings