-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris
committed
Jun 24, 2015
1 parent
2ae4bc1
commit 5a8aa04
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### 0.11.1 [June 24th, 2015] | ||
* Send reporting host information in transport greeting | ||
* Better buffered data handling | ||
|
||
### 0.11.0 [June 2nd, 2015] | ||
* Add support for encrypted transport (TLS) | ||
* Transition ownership to Expected Behavior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"author": "Chris Gaffney <[email protected]>", | ||
"name": "statsd-instrumental-backend", | ||
"description": "A StatsD backend for Instrumental", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"homepage": "https://github.com/expectedbehavior/statsd-instrumental-backend", | ||
"repository": { | ||
"type": "git", | ||
|