Skip to content

Commit

Permalink
Merge pull request #61 from DataDog/yann/v0.7.0
Browse files Browse the repository at this point in the history
v0.7.0
  • Loading branch information
yannmh committed Jul 1, 2015
2 parents 16666d2 + c8a6bfb commit 8ac955e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 28 deletions.
67 changes: 40 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,61 @@
# CHANGELOG
CHANGELOG
=========

# 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` and `mute`/`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 to `type` in `Metric.send` method, [#64][]
* [OTHER] Update `requests` library, per CVE-2015-2296, [#63][]

# 0.6.0 / 2015-06-01
* [FEATURE] Add `message` parameter support to host muting commands, [#51][]
* [BUGFIX] Always fall back when unable to determine hostname from `datadog.conf`, [#53][]

0.6.0 / 2015.06.01
==================
# 0.6.0 / 2015-06-01
* [FEATURE] Add `message` parameter support to host muting commands, [#51][]
* [BUGFIX] Always fall back when unable to determine hostname from `datadog.conf`, [#53][]

0.5.0 / 2015.05.19
==================
# 0.5.0 / 2015-05-19
* [FEATURE] Add support for metric query API, [#45][]
* [BUGFIX] Fix an unexpected exception raised in `initialize` method on Windows with Python3.4, [#47][]

0.4.0 / 2015.04.24
==================
# 0.4.0 / 2015-04-24
* [FEATURE] Initialize API parameters from environment variables, [#43][]
* [FEATURE] Add a priority option to Dogwrap, or auto-detect it based on output, [#42][]
* [FEATURE] Stream Dogwrap command output during its execution or buffer it, [#39][]
* [BUGFIX] Fix wrong keys in auto-generated .dogrc, [#34][]
* [BUGFIX] Fix a wrong event post parameter in Dogshell/Dogwrap, [#36][]
* [BUGFIX] Fix wrong keys in auto-generated .dogrc, [#34][]
* [OTHER] Add PyPI classifiers, [#41][]

0.3.0 / 2015.04.08
==================

# 0.3.0 / 2015-04-08
* [FEATURE] `DATADOG_HOST` environment variable to determine which API host to use, [#30][]

0.2.2 / 2015.04.06
==================

# 0.2.2 / 2015-04-06
* [BUGFIX] Fix a leftover debug statement

0.2.1 / REMOVED
==================

# 0.2.1 / REMOVED
* [BUGFIX] Import json module from `datadog.compat`
* [BUGFIX] Fix test requirements
* [OTHER] Contributing update

See [#8][], thanks [@benweatherman][]

0.2.0 / 2015.03.31
==================

# 0.2.0 / 2015-03-31
* [FEATURE] Add tests to check `statsd` and `threadstats` thread safety, [#6][]
* [BUGFIX] Fixes `threadstats` unsafe thread operations, [#6][]
* [OTHER] Changelog update, [#9][] [@miketheman][]

0.1.2 / 2015.03.23
==================
# 0.1.2 / 2015-03-23

* [BUGFIX] Fix a typo that was causing an initialization issue with `datadog.dogshell`, [#7][]

0.1 / 2015.03.10
================

- First release
# 0.1 / 2015-03-10
* First release

<!--- The following link definition list is generated by PimpMyChangelog --->
[#6]: https://github.com/DataDog/datadogpy/issues/6
Expand All @@ -68,8 +70,19 @@ See [#8][], thanks [@benweatherman][]
[#42]: https://github.com/DataDog/datadogpy/issues/42
[#43]: https://github.com/DataDog/datadogpy/issues/43
[#45]: https://github.com/DataDog/datadogpy/issues/45
[#46]: https://github.com/DataDog/datadogpy/issues/46
[#47]: https://github.com/DataDog/datadogpy/issues/47
[#51]: https://github.com/DataDog/datadogpy/issues/51
[#53]: https://github.com/DataDog/datadogpy/issues/53
[#57]: https://github.com/DataDog/datadogpy/issues/57
[#58]: https://github.com/DataDog/datadogpy/issues/58
[#59]: https://github.com/DataDog/datadogpy/issues/59
[#60]: https://github.com/DataDog/datadogpy/issues/60
[#63]: https://github.com/DataDog/datadogpy/issues/63
[#64]: https://github.com/DataDog/datadogpy/issues/64
[#65]: https://github.com/DataDog/datadogpy/issues/65
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@benweatherman]: https://github.com/benweatherman
[@miketheman]: https://github.com/miketheman
[@clokep]: https://github.com/clokep
[@kuzmich]: https://github.com/kuzmich
[@miketheman]: https://github.com/miketheman
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="datadog",
version="0.6.0",
version="0.7.0",
install_requires=install_reqs,
tests_require=["tox", "nose", "mock", "six", "pillow"],
packages=[
Expand Down

0 comments on commit 8ac955e

Please sign in to comment.