Releases: DataDog/datadogpy
Releases · DataDog/datadogpy
v0.10.0
v0.9.0
v0.8.0
0.8.0 / 2015-07-30
- [FEATURE] Constant tags client option to append tags to every submitted metrics, #68 (thanks @jofusa)
- [FEATURE] Embeddable graphs API, #62
- [FEATURE] Optional metric name for the timed decorator, #71 (thanks @clokep)
- [IMPROVEMENT] Option to use the verify parameter in requests to configure a ca certificates file or to disable verification, #70 (thanks @ogst)
v0.7.0
0.7.0 / 2015-07-01
- [FEATURE] Revoke a shared screenboard, #46
- [FEATURE] Add new monitor
unmute
arg (all_scopes
) to allow clearing all mute settings for a given monitor, #58 - [IMPROVEMENT] Add a timed context manager to
statsd
, #65 (thanks @clokep) - [IMPROVEMENT] Adjust dogshell descriptions to distinguish between
mute_all
/unmute_all
andmute
/unmute
methods, #58 - [IMPROVEMENT] Include additional information in 403 response exceptions, #58
- [BUGFIX] Fix
Metric.send
method to play nice with multiple metrics, #59 (thanks @kuzmich) - [BUGFIX] Fix socket creation thread-unsafe code, #57 #60 (thanks @GrahamDumpleton)
- [BUGFIX] Rename
metric_type
parameter totype
inMetric.send
method, #64 - [OTHER] Update
requests
library, per CVE-2015-2296, #63