Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 991 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 991 Bytes

Changelog domnikl/statsd-php

2.2.0

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

2.0.0

  • 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

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

1.0.2

  • ignore errors when writing on the UDP sockets

1.0.1

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

1.0.0

  • first version supporting counters, timings