Releases: DataDog/datadogpy
Releases · DataDog/datadogpy
v0.13.0
0.13.0 / 2016-08-24
- [BUGFIX] Dogshell: Fix
UnicodeErrorexceptions when a timeboard name contains non ascii characters, #140 - [BUGFIX] DogStatsD: Support unicode characters in tags, #132, #152
- [BUGFIX] ThreadStats: Fix
RuntimeErrorexceptions on flush caused by an unsafe thread operation, #143, #151 (thanks @leozc) - [FEATURE] API: Add
deletemethod forEventresource, #145 - [IMPROVEMENT] DogStatsD: Have
timedcontext manager to return itself, #147 (thanks @ross)
v0.12.0
v0.11.0
0.11.0 / 2016-03-14
- [BUGFIX] Dogshell: Print usage when no argument is given on Python 3, #123
- [BUGFIX] DogStatsD: Do not modify metric-level
tagsparameters whenconstant_tagsis set, #94 (thanks @steven-liu) - [BUGFIX] DogStatsD: Fix thread-safety of the
[@timed][]decorator, #126 (thanks @mgood) - [BUGFIX] ThreadStats: Do not modify metric-level
tagsparameters whenconstant_tagsis set, #94, #117 (thanks @steven-liu) - [FEATURE] Dogshell: Add an
alert_typeoption forevent post, #120 (thanks @drstevens) - [FEATURE] DogStatD: Set constant tags from
DATADOG_TAGSenvironment variable, #114 (thanks @ewdurbin ) - [FEATURE] DogStatsD: Support namespace, #118
- [FEATURE] ThreadStats: Set constant tags from
DATADOG_TAGSenvironment variable, #114 (thanks @ewdurbin ) - [FEATURE] ThreadStats: Support namespace, #118
- [IMPROVEMENT] API: Support real numerical data types in
Metrics, #103 - [IMPROVEMENT] Dogshell: Attach hostname by default to event and metric posts, #122
- [IMPROVEMENT] DogStatsD: Discard
Nonevalues, #119 (thanks @dcrosta) - [IMPROVEMENT] DogStatsD: Import from top level, #105
- [IMPROVEMENT] Dogwrap: Trim output and update event format, #104 (thanks @gnarf)
- [OTHER] API: Adjust the documentation, #96, #101, #110, #111 (thanks @aristiden7o, @emad, @aknuds1, @meawoppl)
- [OTHER] Dogshell: Update misleading help message for
event stream, #124
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
unmutearg (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_allandmute/unmutemethods, #58 - [IMPROVEMENT] Include additional information in 403 response exceptions, #58
- [BUGFIX] Fix
Metric.sendmethod to play nice with multiple metrics, #59 (thanks @kuzmich) - [BUGFIX] Fix socket creation thread-unsafe code, #57 #60 (thanks @GrahamDumpleton)
- [BUGFIX] Rename
metric_typeparameter totypeinMetric.sendmethod, #64 - [OTHER] Update
requestslibrary, per CVE-2015-2296, #63