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

Commit

Permalink
v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yannmh committed Feb 23, 2015
1 parent a4a1012 commit f7a77a2
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 9 deletions.
63 changes: 55 additions & 8 deletions README.md
Expand Up @@ -10,6 +10,11 @@ A Python client for the DataDog API.

Change Log
----------
- 1.11.1
- Release date: 2015.02.23
- Dogwrap: decode process output as UTF-8 [#127][]. Thanks [@pbitty][]
- Force event timestamps casting as int [#128][] Thanks [@jcderr][]
- Fix typo in method doc [#129][]. Thanks [@oremj][]

- 1.11.0
- Release date: 2015.01.09
Expand Down Expand Up @@ -47,23 +52,23 @@ Change Log

- 1.7.0
- Release date: 2014.05.07
- When setting up dogapi for fabric, optionally accept an application key as well as an api key. Thanks @zupo. [#60](https://github.com/DataDog/dogapi/pull/60)
- Remove logging.basicConfig() from module scope. Thanks @micktwomey. [#67](https://github.com/DataDog/dogapi/pull/67)
- Fix post-receive hook to support bare repositories. Thanks @mattbailey [#84](https://github.com/DataDog/dogapi/pull/84)
- Minor documentation updates for gauge/increment. Thanks @robbyt [#85](https://github.com/DataDog/dogapi/pull/85)
- When setting up dogapi for fabric, optionally accept an application key as well as an api key. Thanks [@zupo][]. [#60](https://github.com/DataDog/dogapi/pull/60)
- Remove logging.basicConfig() from module scope. Thanks [@micktwomey][]. [#67](https://github.com/DataDog/dogapi/pull/67)
- Fix post-receive hook to support bare repositories. Thanks [@mattbailey][] [#84](https://github.com/DataDog/dogapi/pull/84)
- Minor documentation updates for gauge/increment. Thanks [@robbyt][] [#85](https://github.com/DataDog/dogapi/pull/85)
- Update dogshell post event with source type and aggregation key arguments. [#87](https://github.com/DataDog/dogapi/pull/87)

- 1.6.5
- Release date: 2014.02.24
- Fix typo in fabric task, #82
- Fix typo in fabric task, [#82][]

- 1.6.4
- Release date: 2014.02.19
- Prevent exceptions due to misnamed variable, #79 @smartkiwi
- Prevent exceptions due to misnamed variable, [#79][] [@smartkiwi][]

- 1.6.3
- Release date: 2014.02.07
- Allow further customizations of fabric task, fix typos, @alq666
- Allow further customizations of fabric task, fix typos, [@alq666][]

- 1.6.2
- Release date: 2014.01.16
Expand Down Expand Up @@ -114,7 +119,7 @@ Change Log

- 1.2.0
- Release date: 2013.02.19
- Context manager for capturing histogram of code execution time (thanks @cpennington)
- Context manager for capturing histogram of code execution time (thanks [@cpennington][])
- Support for setting `source` type when submitting host tags

- 1.1.2
Expand Down Expand Up @@ -177,3 +182,45 @@ Change Log
interface was also updated. Check the docs for changes.
- Added DogStatsApi, a tool for collecting metrics with little application
overhead.

<!--- The following link definition list is generated by PimpMyChangelog --->
[#25]: https://github.com/DataDog/dogapi/issues/25
[#26]: https://github.com/DataDog/dogapi/issues/26
[#60]: https://github.com/DataDog/dogapi/issues/60
[#65]: https://github.com/DataDog/dogapi/issues/65
[#67]: https://github.com/DataDog/dogapi/issues/67
[#78]: https://github.com/DataDog/dogapi/issues/78
[#79]: https://github.com/DataDog/dogapi/issues/79
[#82]: https://github.com/DataDog/dogapi/issues/82
[#84]: https://github.com/DataDog/dogapi/issues/84
[#85]: https://github.com/DataDog/dogapi/issues/85
[#87]: https://github.com/DataDog/dogapi/issues/87
[#89]: https://github.com/DataDog/dogapi/issues/89
[#94]: https://github.com/DataDog/dogapi/issues/94
[#96]: https://github.com/DataDog/dogapi/issues/96
[#97]: https://github.com/DataDog/dogapi/issues/97
[#99]: https://github.com/DataDog/dogapi/issues/99
[#100]: https://github.com/DataDog/dogapi/issues/100
[#105]: https://github.com/DataDog/dogapi/issues/105
[#114]: https://github.com/DataDog/dogapi/issues/114
[#115]: https://github.com/DataDog/dogapi/issues/115
[#116]: https://github.com/DataDog/dogapi/issues/116
[#120]: https://github.com/DataDog/dogapi/issues/120
[#121]: https://github.com/DataDog/dogapi/issues/121
[#124]: https://github.com/DataDog/dogapi/issues/124
[#125]: https://github.com/DataDog/dogapi/issues/125
[#127]: https://github.com/DataDog/dogapi/issues/127
[#128]: https://github.com/DataDog/dogapi/issues/128
[#129]: https://github.com/DataDog/dogapi/issues/129
[@alq666]: https://github.com/alq666
[@cpennington]: https://github.com/cpennington
[@hosts]: https://github.com/hosts
[@jcderr]: https://github.com/jcderr
[@mattbailey]: https://github.com/mattbailey
[@micktwomey]: https://github.com/micktwomey
[@oremj]: https://github.com/oremj
[@pbitty]: https://github.com/pbitty
[@robbyt]: https://github.com/robbyt
[@roles]: https://github.com/roles
[@smartkiwi]: https://github.com/smartkiwi
[@zupo]: https://github.com/zupo
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

setup(
name = "dogapi",
version = "1.11.0",
version = "1.11.1",
packages = find_packages("src"),
package_dir = {'':'src'},
author = "Datadog, Inc.",
Expand Down

0 comments on commit f7a77a2

Please sign in to comment.