Skip to content

Commit 7bdee81

Browse files
committed
v1.19.1
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent b0ddde7 commit 7bdee81

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# v1.19
22

3+
## Release v1.19.1 - 2025/11/06
4+
5+
### Bug Fix
6+
7+
* YAML config: Supports parsing array format https://github.com/fluent/fluentd/pull/5139
8+
* Fix infinite loop in out_forward handshake protocol that could cause logs to stop being flushed in unstable network environments https://github.com/fluent/fluentd/pull/5138
9+
10+
### Misc
11+
12+
* gem: fix uri gem version to keep IPv6 tests https://github.com/fluent/fluentd/pull/5144
13+
* CI fixes
14+
* https://github.com/fluent/fluentd/pull/5055
15+
* https://github.com/fluent/fluentd/pull/5057
16+
* https://github.com/fluent/fluentd/pull/5063
17+
* https://github.com/fluent/fluentd/pull/5064
18+
* https://github.com/fluent/fluentd/pull/5077
19+
* https://github.com/fluent/fluentd/pull/5078
20+
* https://github.com/fluent/fluentd/pull/5136
21+
* https://github.com/fluent/fluentd/pull/5140
22+
323
## Release v1.19.0 - 2025/07/30
424

525
### Enhancement

lib/fluent/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.19.0'
19+
VERSION = '1.19.1'
2020

2121
end

0 commit comments

Comments
 (0)