Skip to content

Commit

Permalink
v1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Apr 30, 2024
1 parent a916014 commit 60cec5a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
# v1.17

## Release v1.17.0 - 2024/04/30

### Enhancement

* in_http: Recognize CSP reports as JSON data
https://github.com/fluent/fluentd/pull/4282
* out_http: Add option to reuse connections
https://github.com/fluent/fluentd/pull/4330
* in_tail: Expand glob capability for square brackets and one character matcher
https://github.com/fluent/fluentd/pull/4401
* out_http: Support AWS Signature Version 4 authentication
https://github.com/fluent/fluentd/pull/4459

### Bug Fix

* Make sure `parser_json` and `parser_msgpack` return `Hash`.
Make `parser_json` and `parser_msgpack` accept only `Hash` or `Array` of `Hash`.
https://github.com/fluent/fluentd/pull/4474
* filter_parser: Add error event for multiple parsed results
https://github.com/fluent/fluentd/pull/4478

### Misc

* Fixes for Ruby 3.4-dev
https://github.com/fluent/fluentd/pull/4411
* CI fixes
https://github.com/fluent/fluentd/pull/4369
https://github.com/fluent/fluentd/pull/4433
https://github.com/fluent/fluentd/pull/4452
https://github.com/fluent/fluentd/pull/4477
* github: unify YAML file extension to .yml
https://github.com/fluent/fluentd/pull/4429
* Minor code refactoring
https://github.com/fluent/fluentd/pull/4294
https://github.com/fluent/fluentd/pull/4299
https://github.com/fluent/fluentd/pull/4302
https://github.com/fluent/fluentd/pull/4320
* Raise minimum required ruby version
https://github.com/fluent/fluentd/pull/4288

### Bug Fix

# v1.16

## Release v1.16.5 - 2024/03/27
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.16.5'
VERSION = '1.17.0'

end

0 comments on commit 60cec5a

Please sign in to comment.