Skip to content

Commit e763c07

Browse files
committed
v1.17.0
Signed-off-by: Takuro Ashie <[email protected]>
1 parent a916014 commit e763c07

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# v1.17
2+
3+
## Release v1.17.0 - 2024/04/30
4+
5+
### Enhancement
6+
7+
* in_http: Recognize CSP reports as JSON data
8+
https://github.com/fluent/fluentd/pull/4282
9+
* out_http: Add option to reuse connections
10+
https://github.com/fluent/fluentd/pull/4330
11+
* in_tail: Expand glob capability for square brackets and one character matcher
12+
https://github.com/fluent/fluentd/pull/4401
13+
* out_http: Support AWS Signature Version 4 authentication
14+
https://github.com/fluent/fluentd/pull/4459
15+
16+
### Bug Fix
17+
18+
* Make sure `parser_json` and `parser_msgpack` return `Hash`.
19+
Make `parser_json` and `parser_msgpack` accept only `Hash` or `Array` of `Hash`.
20+
https://github.com/fluent/fluentd/pull/4474
21+
* filter_parser: Add error event for multiple parsed results
22+
https://github.com/fluent/fluentd/pull/4478
23+
24+
### Misc
25+
26+
* Raise minimum required ruby version
27+
https://github.com/fluent/fluentd/pull/4288
28+
* Require missing dependent gems as of Ruby 3.4-dev
29+
https://github.com/fluent/fluentd/pull/4411
30+
* Minor code refactoring
31+
https://github.com/fluent/fluentd/pull/4294
32+
https://github.com/fluent/fluentd/pull/4299
33+
https://github.com/fluent/fluentd/pull/4302
34+
https://github.com/fluent/fluentd/pull/4320
35+
* CI fixes
36+
https://github.com/fluent/fluentd/pull/4369
37+
https://github.com/fluent/fluentd/pull/4433
38+
https://github.com/fluent/fluentd/pull/4452
39+
https://github.com/fluent/fluentd/pull/4477
40+
* github: unify YAML file extension to .yml
41+
https://github.com/fluent/fluentd/pull/4429
42+
143
# v1.16
244

345
## Release v1.16.5 - 2024/03/27

lib/fluent/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.16.5'
19+
VERSION = '1.17.0'
2020

2121
end

0 commit comments

Comments
 (0)