Skip to content

Commit

Permalink
Add v1.17.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Aug 15, 2024
1 parent ebdfab3 commit 1c24992
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# v1.17

## Release v1.17.1 - 2024/08/16

### Enhancement

* yaml_parser: Support $log_level element
https://github.com/fluent/fluentd/pull/4482
* out_file: Add warn message for symlink_path setting
https://github.com/fluent/fluentd/pull/4502
* out_http: Add `compress gzip` option
https://github.com/fluent/fluentd/pull/4528
* in_exec: Add `encoding` option to handle non-ascii characters
https://github.com/fluent/fluentd/pull/4533
* in_tail: Add throttling metrics
https://github.com/fluent/fluentd/pull/4578
* compat: Improve method call performance
https://github.com/fluent/fluentd/pull/4588
* Add logger gem dependency for Ruby 3.5
https://github.com/fluent/fluentd/pull/4589

### Bug Fix

* logger: Fix LoadError with console gem v1.25
https://github.com/fluent/fluentd/pull/4492
* parser_json: Fix wrong LoadError warning
https://github.com/fluent/fluentd/pull/4522
* in_tail: Fix to skip lines with max line size limitation
https://github.com/fluent/fluentd/pull/4530

### Misc

* Comment out inappropriate default configuration about out_forward
https://github.com/fluent/fluentd/pull/4523
* gemspec: Remove unnecessary files from released gem
https://github.com/fluent/fluentd/pull/4534
* plugin-generator: Update gemspec to remove unnecessary files
https://github.com/fluent/fluentd/pull/4535

## Release v1.17.0 - 2024/04/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.17.0'
VERSION = '1.17.1'

end

0 comments on commit 1c24992

Please sign in to comment.