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 b1d82f4 commit d10e9c4Copy full SHA for d10e9c4
ChangeLog
@@ -1,3 +1,7 @@
1
+Release 0.9.0 - 2020/09/04
2
+
3
+ * FluentLogger supports TLS
4
5
Release 0.8.2 - 2019/08/21
6
7
* Block timeout during IO#write to avoid writing invalid bytes
lib/fluent/logger/version.rb
@@ -1,5 +1,5 @@
module Fluent
module Logger
- VERSION = '0.8.2'
+ VERSION = '0.9.0'
end
0 commit comments