Skip to content
Merged

v1.19.1 #5145

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# v1.19

## Release v1.19.1 - 2025/11/06

### Bug Fix

* YAML config: Supports parsing array format https://github.com/fluent/fluentd/pull/5139

### Misc

* gem: fix uri gem version to keep IPv6 tests https://github.com/fluent/fluentd/pull/5144
* CI fixes
* https://github.com/fluent/fluentd/pull/5055
* https://github.com/fluent/fluentd/pull/5057
* https://github.com/fluent/fluentd/pull/5063
* https://github.com/fluent/fluentd/pull/5064
* https://github.com/fluent/fluentd/pull/5077
* https://github.com/fluent/fluentd/pull/5078
* https://github.com/fluent/fluentd/pull/5136
* https://github.com/fluent/fluentd/pull/5140

## Release v1.19.0 - 2025/07/30

### Enhancement
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '1.19.0'
VERSION = '1.19.1'

end