Skip to content

Commit

Permalink
blog: add Fluentd v1.16.7 release announcement (#356)
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored Jan 29, 2025
1 parent ceb7b4c commit 74b1c64
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
46 changes: 46 additions & 0 deletions content/blog/20250129_fluentd-v1.16.7-has-been-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Fluentd v1.16.7 has been released

Hi users!

We have released v1.16.7 on 2025-01-29.
ChangeLog is [here](https://github.com/fluent/fluentd/blob/v1.16/CHANGELOG.md#release-v1167---20250129).

This release is a maintenance release of v1.16 series.
In this release, some bugs which are related on Windows were fixed with backporting from v1.18.x.

This release will be bundled for upcoming `fluent-package` LTS version v5.0.6!

## Bug Fixes

### Windows: Fix NoMethodError of --daemon option

In this release, we have fixed a bug that it will fail when `--daemon` option is used on Windows.

It was a regression bug since v1.16.0 on Windows, but usually running as a service is recommended way on Windows,
so most of Fluentd users were not affected.

### Windows: Fixed the issues which are related to start/stop Fluentd service

In this release, we have fixed the following bugs which are
related to start/stop the Fluentd service.

* Fixed an issue when stopping the service immediately after startup could leave the processes
* Fixed an issue where stopping service sometimes can not be completed forever

These bug were caused because stop event was not handled correctly in the previous releases.

Typically, this bug will happen if you stop the Fluentd service immediately after startup.
Then it could leave the processes or stopping service sometimes can not be completed forever.

## Misc news

We also enforcing stabilizing CI of Fluentd.
It has nothing to do with Fluentd's functionality directly, but it is very important to provide stable version of Fluentd continuously.

Not only [Windows: Add workaround for unexpected exception #4747](https://github.com/fluent/fluentd/pull/4747),
many CI improvements was merged into master, then backported to v1.16 branch, too.

Enjoy logging!

TAG: Fluentd Announcement
AUTHOR: clearcode
3 changes: 2 additions & 1 deletion content/blog/tag/announcement
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,5 @@
/blog/20240829_fluent-package-v6-scheduled-lifecycle
/blog/20241108_fluent-package-v5.0.5-has-been-released
/blog/20241129_fluentd-v1.18.0-has-been-released
/blog/20241214_fluent-package-v5.2.0-has-been-released
/blog/20241214_fluent-package-v5.2.0-has-been-released
/blog/20250129_fluentd-v1.16.7-has-been-released
3 changes: 2 additions & 1 deletion content/blog/tag/fluentd
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,5 @@
/blog/20240829_fluent-package-v6-scheduled-lifecycle
/blog/20241108_fluent-package-v5.0.5-has-been-released
/blog/20241129_fluentd-v1.18.0-has-been-released
/blog/20241214_fluent-package-v5.2.0-has-been-released
/blog/20241214_fluent-package-v5.2.0-has-been-released
/blog/20250129_fluentd-v1.16.7-has-been-released

0 comments on commit 74b1c64

Please sign in to comment.