Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog: Add Fluentd v1.17.0 release announcement #312

Merged
merged 8 commits into from
Jun 12, 2024
Merged
Changes from 1 commit
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
22 changes: 22 additions & 0 deletions content/blog/20240430_fluentd-v1.17.0-has-been-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,36 @@ Please see [the document](https://docs.fluentd.org/input/tail#glob_policy) and [

### `out_http`: Support AWS Signature Version 4 authentication

In this release, we added a new option `aws_sigv4` for the [method](https://docs.fluentd.org/output/http#method) setting of [out_http](https://docs.fluentd.org/output/http) plugin.

By using this option, `out_http` can use [AWS Signature Version 4](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html).

For example, this allows `out_http` to write to [Amazon OpenSearch Ingestion](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ingestion.html).

Please see [the document](https://docs.fluentd.org/output/http#method) and [#4459](https://github.com/fluent/fluentd/pull/4459) for more information.

### `out_http`: Add option to reuse connections

In this release, we add a new option [reuse_connections](https://docs.fluentd.org/output/http#reuse_connections) for [out_http](https://docs.fluentd.org/output/http) plugin.

This option will improve performance of `out_http`.
daipom marked this conversation as resolved.
Show resolved Hide resolved

Please see [the document](https://docs.fluentd.org/output/http#reuse_connections) and [#4330](https://github.com/fluent/fluentd/pull/4330) for more information.

### `in_http`: Recognize CSP reports as JSON data

In this release, we make the data of the request where the `Content-Type` is `application/csp-report` be considered JSON by default.
daipom marked this conversation as resolved.
Show resolved Hide resolved

Now, `in_http` can receive [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP)'s report by default.

Please see [#4282](https://github.com/fluent/fluentd/pull/4282) for more information.

## Bug Fixes

### Make sure parser returns hash

TODO

Enjoy logging!

TAG: Fluentd Announcement
Expand Down