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 8a804b7 commit 27e8479Copy full SHA for 27e8479
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# v1.2
2
3
+## Release v1.2.4 - 2018/08/01
4
+
5
+### Bug fixes
6
7
+* output: Consider timezone when calculate timekey
8
+ https://github.com/fluent/fluentd/pull/2054
9
+* output: Fix bug in suppress_emit_error_log_interval
10
+ https://github.com/fluent/fluentd/pull/2069
11
+* server-helper: Fix connection leak by close timing issue.
12
+ https://github.com/fluent/fluentd/pull/2087
13
14
## Release v1.2.3 - 2018/07/10
15
16
### Enhancements
lib/fluent/version.rb
@@ -16,6 +16,6 @@
17
module Fluent
18
19
- VERSION = '1.2.4.rc1'
+ VERSION = '1.2.4'
20
21
end
0 commit comments