We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ce181 commit b6f8bf7Copy full SHA for b6f8bf7
CHANGELOG.md
@@ -1,5 +1,8 @@
1
+## 0.13.0
2
+ - Support HTTP proxies [#46](https://github.com/DataDog/fluent-plugin-datadog/pull/46)
3
+
4
## 0.12.1
- - Address persistent connection creation issues
5
+ - Address persistent connection creation issues
6
7
## 0.12.0
8
- Migrate to Fluentd v1 APIs
fluent-plugin-datadog.gemspec
@@ -9,7 +9,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
9
10
Gem::Specification.new do |spec|
11
spec.name = "fluent-plugin-datadog"
12
- spec.version = "0.12.1"
+ spec.version = "0.13.0"
13
spec.authors = ["Datadog Solutions Team"]
14
spec.email = ["support@datadoghq.com"]
15
spec.summary = "Datadog output plugin for Fluent event collector"
0 commit comments