Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

41 lines (25 loc) · 1.12 KB

Changelog domnikl/statsd-php

3.0.1

  • fixed #67 UDPSocket handle DNS change

3.0.0

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

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