|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +### 2.31.4 |
| 4 | +This release includes: |
| 5 | +* Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/) |
| 6 | +* Amazon CloudWatch Logs for Fluent Bit 1.9.1 |
| 7 | +* Amazon Kinesis Streams for Fluent Bit 1.10.1 |
| 8 | +* Amazon Kinesis Firehose for Fluent Bit 1.7.1 |
| 9 | + |
| 10 | +Compared to `2.31.3`, this release removes the following fixes that may introduce instabilities to the S3 plugin: |
| 11 | +* Bug - Support Retry_Limit option in S3 plugin to set retries [fluent-bit:6475](https://github.com/fluent/fluent-bit/pull/6475) |
| 12 | +* Bug - Format S3 filename with timestamp from the first log in uploaded file, rather than the time the first log was buffered by the s3 output [aws-for-fluent-bit:459](https://github.com/aws/aws-for-fluent-bit/issues/459) |
| 13 | + |
| 14 | +Same as `2.31.3`, this release includes the following fixes and features that we are working on getting accepted upstream: |
| 15 | +* Bug - Resolve cloudwatch_logs duplicate tag match SIGSEGV issue introduced in 2.29.0 [aws-for-fluent-bit:542](https://github.com/aws/aws-for-fluent-bit/issues/542) |
| 16 | +* Feature - Add `kinesis_firehose` and `kinesis_streams` support for `time_key_format` milliseconds with `%3N` option, and nanoseconds `9N` and `%L` options [fluent-bit:2831](https://github.com/fluent/fluent-bit/issues/2831) |
| 17 | +* Feature - Support OpenSearch Serverless data ingestion via OpenSearch plugin [fluent-bit:6448](https://github.com/fluent/fluent-bit/pull/6448) |
| 18 | +* Enhancement - Transition S3 to fully synchronous file uploads to improve plugin stability [fluent-bit:6573](https://github.com/fluent/fluent-bit/pull/6573) |
| 19 | +* Bug - Mitigate Datadog output plugin issue by reverting recent PR [aws-for-fluent-bit:491](https://github.com/aws/aws-for-fluent-bit/issues/491) |
| 20 | +* Bug - Resolve S3 logic to display `log_key` missing warning message if the configured `log_key` field is missing from log payload [fluent-bit:6557](https://github.com/fluent/fluent-bit/pull/6557) |
| 21 | +* Bug - ECS Metadata filter gracefuly handle task metadata query errors and cache metadata processing state to improve performance [aws-for-fluent-bit:505](https://github.com/aws/aws-for-fluent-bit/issues/505) |
| 22 | +* Bug - Resolve a rare Datadog segfault that occurs when remapping tags [aws-for-fluent-bit:491](https://github.com/aws/aws-for-fluent-bit/issues/491) |
| 23 | +* Bug - Resolve `net.keepalive` SIGSEGV issue and priority event loop corruption bug [aws-for-fluent-bit:542](https://github.com/aws/aws-for-fluent-bit/issues/542) |
| 24 | + |
3 | 25 | ### 2.31.3 |
4 | 26 | This release includes: |
5 | 27 | * Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/) |
|
0 commit comments