Skip to content

Commit

Permalink
Merge pull request #4 from DataDog/yann/v2.1.1
Browse files Browse the repository at this point in the history
v2.1.1
  • Loading branch information
yannmh committed Apr 27, 2015
2 parents 8fe6231 + 9028f13 commit 6844b6e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CHANGELOG

2.1.1 / 2015.04.27
==================
* [BUGFIX] Constant tag support for service checks. See [#3][], thanks [@PatrickAuld][]
* [OTHER] Changelog update

2.1.0 / 2015.03.12
==================
Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-dogstatsd-client/releases/tag/java-dogstatsd-client-2.0.7) statsd client library
* [FEATURE] Add support for Datadog service checks


<!--- The following link definition list is generated by PimpMyChangelog --->
[#3]: https://github.com/DataDog/java-dogstatsd-client/issues/3
[@PatrickAuld]: https://github.com/PatrickAuld
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ A statsd client library implemented in Java. Allows for Java applications to ea

This version is forked from the upstream [java-dogstatsd-client](https://github.com/indeedeng/java-dogstatsd-client) project (which is, in turn, forked from [java-statsd-client](https://github.com/youdevise/java-statsd-client)), adding additional support for [DataDog](http://datadoghq.com/) extensions for use with [dogstatsd](http://docs.datadoghq.com/guides/dogstatsd/).

See [CHANGELOG.md](CHANGELOG.md) for changes.

Downloads
---------
The client jar is distributed via maven central, and can be downloaded [here](http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.timgroup%20a%3Ajava-statsd-client).
The client jar is distributed via maven central, and can be downloaded [here](http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.datadoghq%20a%3Ajava-dogstatsd-client).

```xml
<dependency>
<groupId>com.datadoghq</groupId>
<artifactId>java-dogstatsd-client</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand Down Expand Up @@ -50,11 +52,3 @@ public class Foo {
}
}
```


Change Log
----------

- 2.1.0
- Fork from https://github.com/indeedeng/java-dogstatsd-client (2.0.7)
- Add support for Datadog service checks
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>java-dogstatsd-client</artifactId>
<packaging>jar</packaging>
<name>java-dogstatsd-client</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
<url>https://github.com/indeedeng/java-dogstatsd-client</url>

Expand Down

0 comments on commit 6844b6e

Please sign in to comment.