2.0.0 #60
colinodell
announced in
Announcements
2.0.0
#60
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
StatsDClient
interface, whichClient
now implementsException
interface, which all exceptions now implementChanged
gauge()
now accepts bothint
andfloat
values (add possibility to pass float value for gauge metrics #56)ConnectionException
message is now also propagated viatrigger_error()
(Propagate ConnectionException message via trigger_error() #57)StatsDClient
interface instead ofClient
:ConfigurationException::getInstance()
ConnectionException::getInstance()
Client
methods now returnvoid
instead of returning$this
:increment()
decrement()
startTiming()
endTiming()
timing()
timings()
time()
gauge()
set()
send()
Client::$instance_id
toClient::$instanceId
New Contributors
Full Changelog: 1.5.0...2.0.0
This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions